|
|
Browse by Tags
All Tags » asp.net » WCF
-
I was recently asked how to call WCF Service asynchronously from ASP.NET. Here's my sample code:
1) WCF Service Library Implementationnamespace WcfServiceLibrary1
{
[ServiceContract]
public interface ISampleService
{
[OperationContract]
string SayHelloWorld();
}
}
namespace ...
-
I promised to spread the word. :-)
Phil and his peers have a developer event, DDD Ireland, in Ireland on 3rd of May. And here's the "official poster" :-)
Developer Event? Ah go on, go on, go on.
Check it out at www.DDDIreland.com
|
|
|