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?
From stackoverflow
-
A few links:
-
Also look at Service Factory. http://www.codeplex.com/servicefactory http://msdn.microsoft.com/en-us/magazine/cc163514.aspx is overview article about that.
alextansc : 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. -
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
-
Do model view controller and RESTful interfaces.
Nagaraj : Can i get More details about this.if possible any links.tmadsen : www.asp.net/mvc http://blog.wekeroad.com/blog/aspnet-mvc-using-restful-architecture/
0 comments:
Post a Comment