Caching techniques in .NET ?
Answer / j_baghla
There are 3 techniques which are:
1.Page caching:-in this tech we cache the whole page
2.Fragment Cachning:-We cache only the part of the page
like user control.
3.Data Caching:-We cache the data component like dataset.
Is This Answer Correct ? | 16 Yes | 0 No |
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What is difference between response.redirect and server.transfer ?
2 Answers Kalinga Software, Satyam,
how we declare interface
What is a proxy in web service?
What is MSIL?
In what order do the events of an ASPX page execute, As a developer is it important to understand these events?
What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.
How can you send an email message from an asp.net web page?
how to update data set?
Can I read the hard disk serial # of the client computer using asp.net?
Explain the code Access Security (CAS) in .net Framework?
What is the concept of postback in asp.net?