Introduction: In this article,i am going to explain about how to caching web methods using webservices and asp.net. Main: We can easily caching webmethods using WebmethodAttribute.CacheDuration Property, for ex, [WebMethod(CacheDuration = 30)] When When cache duration is enabled requests and responses are held in memory on the server for at least the cache duration so [...]
Category Archives: WEB SERVICES
Difference between WCF and Web Services
Posted by on February 22, 2010
0 comments
Introduction: In this article,we are going to discuss about the difference between WCF and Asp.Net Asmx Web Services. Main: Sometimes we may think,why we are using WSE(Web Service Enhancements),the answer is simply the basic web service have scalaibility,reliability,security issues. In asmx webservices we are simply using webmothods,and we don’t have any contract between client and [...]