Hi,
I am developing web service in C#, .NET 2.0. What are the proven design patterns for a web service? If possible please provide me the link about these design patterns?
Hi,
I am developing web service in C#, .NET 2.0. What are the proven design patterns for a web service? If possible please provide me the link about these design patterns?
Also look at Service Factory. http://www.codeplex.com/servicefactory http://msdn.microsoft.com/en-us/magazine/cc163514.aspx is overview article about that.
Hi there,
Here is a link to an example using the begin/end design pattern with web-services. I wont go into detail as the article is pretty concise. Hope this helps http://www.codeproject.com/KB/cpp/wsasync.aspx