Can someone please tell me what is the correct way of calling async methods from within a WCF transaction?
Normally, one would only call synchronous methods from within a WCF transaction.
Thanks
View Complete Post
Hi everyone
Sorry I am kinda new in web services, so it may sound a bit newbish question.
We have a web service that comunicates with the database and exposes web methods that enables the application to access the database. Each method does only one operation (Insert, Update or Delete). What I need to do is create a transaction that will be consisted of multiple calls to the database, meaning multiple calls of more then one web methods. Can I do that? (I read that if the web method does not throw exception - or ContextUtil.SetAbort() is not called - the transaction will be commited automatically when the web method finishes executing, which I don't want to happen because I want to call another web method in the same transaction, and then manually commit the transaction)
Thank you in advance.
I need to run 5 different WCF methods but within a transaction. Is this possible in WCF? How can I do this in WCf, if it's possible?
The WCF methods will be called from the web service client, which could be an ASP.Net app or Winfoms app.
Iv come across this problem a few times.
As a simple example:
Why is when creating a simply Visual web part with a button onclick method, the page_load() event always fires before the event that caused the page to refresh (in this case the button onclick())?
This has become very anoying, one way iv found to over come this is to save any data i require within the application memory then reload it again within the method i activated if it exists.
This seems very time consuming.
Surely theres a way to stop this?
Deano
Can WCF async methods be called from within a WCF transaction?
Dear all,
in my MVC 2 application, and in the shared Master Page I wrote this little script for menu handling :
<script src="../../Scripts/jquery-1.4.1.js" type="text/javascript"></script><script type="text/javascript"> $(document).ready(function () { $('#nav li').hover( function () { //show its submenu $('ul', this).slideDown(100); }, function () { //hide its submenu $('ul', this).slideUp(100); } ); });</script>
The script, that shows menu items when the
Hi Everyone,
I am running Windows 7 and I have gone into Control Panel and activated all of the IIS Functions.
The web application I am running was downloaded from the net (and has worked on other machines previously). Once I downloaded it, I moved it into C:/inetpub/wwwroot/code/main.asp
I am a bit of a novice at this! But I am hoping someone can point me in the right direction!
I get the following error when I try and run the web application through IE:
"An error occurred on the server when processing the URL. Please contact the system administrator. If you are the system administrator please click here to find out more about this error."
(When i click the "click here" button it just goes to the IIS site).
Appreciate any help I can get!
Thankyou!
Hello people,I'm constructing an application with Page Methods and YAHOO UI.I'm Not using Update Panels because Page Methods are faster than Update Panel.
You can post your experiences with this feature of ASP.NET Extensions and vantages of using this type of architecture.
Thanks a lot.
Flávio MalaquiasAsp.Net Senior Developer
Integrating workflow into ASP.NET applications means communicating with activities via a workflow queue and hosting the runtime in the global application class. We'll show you how.
Michael Kennedy
MSDN Magazine January 2009
In this article, the author explores how the F# language helps you create asynchronous function libraries that can be called seamlessly from any other .NET-compliant language.
Chance Coble
MSDN Magazine October 2008
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend