ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
what is caching
 Question Submitted By :: K L Baiju
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is caching
Answer
# 1
Caching is a technique of persisting the data in memory for 
immediate access to requesting program calls.

ASP.NET provides the flexibility in terms of caching at 
different levels
1)Page Level Output Caching
2. Fragment Caching
3. Application Level Caching


Caching is a technique that definitely improves the 
performance of web applications if one is careful to have a 
balance in terms of which data needs to be cached and 
parameter values for expiration policy.
 
Is This Answer Correct ?    0 Yes 0 No
Neo Upadhyay
 
  Re: what is caching
Answer
# 2
Caching is a concept of storing frequently used data into
temporary memory. 

caching at different levels

1. Output Caching (Page Level)
2. Fragment Caching
3. Application Level Caching
 
Is This Answer Correct ?    0 Yes 0 No
Samba
 
 
 
  Re: what is caching
Answer
# 3
Hi all this is Nizath Ali,

       Caching is a technique, used to improve the 
performance of a web application. It temporarily storing 
the frequently used data for the web application on the 
local hard disk for later retrieval.
       (If multiple users access the web application on a 
web server, The problem of slow access will occur. To 
overcome this problem ASP.NET provides "Caching".)
        There are 3 different levels of caching, 
1. Output Caching (In this type of caching the data for the 
entire page is cached. It is Page Level Caching.)
2. Fragment Caching (In this type of caching the data for 
only the specific sections of the page is cached.)
3. Data Caching (In this type of caching all the 
frequently  accessed data is cached in server side memory 
variable. It is Application Level Caching.)
 
Is This Answer Correct ?    0 Yes 0 No
Nizath Ali. U
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
what are Httpmodule and HttpHandler? Microsoft2
What are Http handler ? Accenture3
can i use two web.config files of ConnectionString in One Default.aspx page Verinon-Technology-Solutions5
How would you get ASP.NET running in Apache web servers - why would you even do this?  1
About Windows/Forms Authentication  1
What is Http handler? Accenture4
Can we Run the Application without Build Emphasis2
You create an ASP.NET application for a hotel. The application contains a page that displays current weather conditions for the city in which the hotel is located. The application calls an XML Web service every 10 minutes to update the current weather conditions. A new page is then displayed for subsequent requests. You want the same page to be cached and retrieved from the cache during the time between calls to the XML Web service. You decide to use a Page directive to accomplish this goal. Which Page directive should you use? A . <%@ Cache Seconds="600 '' VaryByParam="Page" %> B . <%@ OutputCache Time="600" %> C . <%@ OutputCache Duration="600" VaryByParam="None" %> D . <%@ OutputCache Duration="600" %> Syntax-Softtech2
what is CLR? PrimeLine3
How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain? iSoft5
what is the assembly?  2
What is the Difference B/W Finalize() and Dispose() in .Net? HCL7
About Garbage Collector? Microsoft3
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. Syntax-Softtech2
Types of caching ? Digital-GlobalSoft1
Suppose there is one web farm with 3 servers inside with same configuration and the same project is running inside all servers.Which session mode is usde for all these and why?  2
Guys can anobody tell what is Conditional Bloating in asp.net ??  1
What are different ASP.NET Web Forms with the technology different from though ASP (1.0-3.0)?  1
How cross page posting is done in Asp.net 2.0?  3
What?s the difference between Response.Write() andResponse.Output.Write()?  2
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com