views:

211

answers:

4

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?

+2  A: 

Also look at Service Factory. http://www.codeplex.com/servicefactory http://msdn.microsoft.com/en-us/magazine/cc163514.aspx is overview article about that.

Khurram Aziz
I seconded this. I started using it about 2 years ago, and still reaping many benefits from the initial time invested on it ever since.
alextansc
+1  A: 

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

nesquikcriminal
A: 

Do model view controller and RESTful interfaces.

tmadsen
Can i get More details about this.if possible any links.
Nagaraj
www.asp.net/mvchttp://blog.wekeroad.com/blog/aspnet-mvc-using-restful-architecture/
tmadsen