Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Types of caching ?

Answers were Sorted based on User's Feedback



Types of caching ?..

Answer / ravindra

caching means frequently used data on to the temporary memory
3 type of cachings are there
1.output caching:when cache apply to entire page output on
to the temporary memory
2.fragment cache:when cache apply to different portions of
web page
3.datacaching:when cache apply to memory variables.

Is This Answer Correct ?    9 Yes 1 No

Types of caching ?..

Answer / babu reddy

There are 3 types of caching
1.Page caching
2.Fragment Caching
3.Output Caching

Is This Answer Correct ?    3 Yes 1 No

Types of caching ?..

Answer / krishnarao

Caching is 3 types
1.Output Cacheing or Page cacheing
2.Fragment Cacheing
3.Data Cacheing

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What is the full meaning of asp.net?

0 Answers  


When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.

5 Answers   Netsweeper,


I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?

1 Answers   Patni,


What is the use Membership in asp.net? and What is the use profiler in asp.net?

1 Answers  


What’s the difference between response .redirect and server.transfer?

0 Answers  


Explain the difference between panel and groupbox classes using .net?

0 Answers  


What are themes and skins in 2.0, explain usage scenario?

0 Answers  


List all templates of the repeater control.

0 Answers  


Webconfig file is cofiguration of server or browser?

10 Answers   Wipro,


All kind of access specifiers for a class and for methods ?

1 Answers   MMTS,


You are creating a Web site for Your company. You receive product lists in the form of XML documents. You are creating a procedure to extract information from these XML documents according to criteria that your users will select. When a user makes a request, you want the results of these requests to be returned as quickly as possible. What should you do? A . Create an XmlDataDocument object and load it with the XML dat Use the DataSet property of the object to create a DataSet object. Use a SQL SELECT statement to extract the requested dat B . Create an XmlDataDocument object and load it with the XML data. Use the SelectNodes method of the object to extract the requested data. C . Create an XPathDocument object and load it with the XML data. Call the CreateNavigator method to create an XPathNavigator object. Call the Select method of the XPathNavigator object to run an XPath query that extracts the requested data. D . Create an XmlReader object. Use the Read method of the object to stream through the XML data and to apply an XPath expression to extract the requested data.

1 Answers   Syntax Softtech,


What methods are fired during the page load?

1 Answers  


Categories