What is caching? What are the different types of caching?
Answer Posted / prakash chandra pradhan
To provide good perfermance for our application we can
impliment asp.net caching concept,According to this concept
we process our program and store result in server memory.
there are three types of caching in asp.net 4.0
1-page output caching
2-Application caching
3- fragment caching
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the life-span of the items in the viewstate?
What is datagrid asp.net?
Explain the difference between array and linkedlist?
Which protocol is used in a web api?
Explain Authentication mechanism in dotnet
What is query string? What are its advantages and limitations?
Which dll handles the request of .aspx page?
What is scope of an application variable in asp.net?
Why mvc is faster than asp.net? : Asp.Net MVC
What are the Types of objects in ASP
In ViewState How much lifespan items stored?
How does the iis work?
What asp.net control can embed xaml into asp.net pages?
What is the function used for removing an event listener?
Define secured sockets layer.