Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » C#   (RSS)

Calling WCF service asynchronously from ASP.NET

I was recently asked how to call WCF Service asynchronously from ASP.NET. Here's my sample code: 1) WCF Service Library Implementation namespace WcfServiceLibrary1 { [ServiceContract] public interface ISampleService { [OperationContract] string SayHelloWorld();
Posted by joteke | 6 Comments
Filed under: , , ,

Silverlight 2 released

See ScottGu's announcement at: http://weblogs.asp.net/scottgu/archive/2008/10/14/silverlight-2-released.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor