Showing posts with label Cache object. Show all posts
Showing posts with label Cache object. Show all posts

Thursday, 18 October 2012

How can cache different version of same page using ASP.NET cache object ?

Output cache functionality is achieved by using “OutputCache” attribute on ASP.NET page header. Below is the syntax

<%@ OutputCache Duration="20" Location="Server" VaryByParam="state" VaryByCustom="minorversion" VaryByHeader="Accept-Language"%>




  • VaryByParam :- Caches different version depending on

Sunday, 26 February 2012

What are the different phase/steps of acquiring a proxy object in Webservice ?

Following are the different steps needed to get a proxy object of a webservice at the client side :-

  • Client communicates to UDI node for WebService either through browser or UDDI's public web service.

  • UDII responds with a list of webservice.

  • Every service listed by webservice has a URI pointing to DISCO or WSDL document.