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...


What is caching? What are the different types of caching?

Answers were Sorted based on User's Feedback



What is caching? What are the different types of caching?..

Answer / krupali patel

Caching is used to display the output quickly for specified
amount of time.

there are three types of caching provided into the asp.net
2.0.

1)output caching
2)data caching
3)fragmentation caching

Is This Answer Correct ?    17 Yes 2 No

What is caching? What are the different types of caching?..

Answer / sushil kumar verma

caching can be defined as storing the output or the
response by the brouser.when several user click at the
same time to same site storing the site plays a vtal role.

Is This Answer Correct ?    8 Yes 2 No

What is caching? What are the different types of caching?..

Answer / suresh

caching is used to store frequently used data,so the
performance of the server increases.

caching is of three types,they are

1)output caching
2)data caching
3)fragmentation caching

Is This Answer Correct ?    6 Yes 1 No

What is caching? What are the different types of caching?..

Answer / abbas

Caching is the process of storing ferquently used data on
the server to fulfil subsequent reuests

types of caching

1 ) out put caching
2) partial page cahching
3) client-side caching
4)datacahing

Is This Answer Correct ?    3 Yes 2 No

What is caching? What are the different types of caching?..

Answer / 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

What is caching? What are the different types of caching?..

Answer / daya dumbre

Caching is the process of storing ferquently used data on
the server to fulfil subsequent retests.

types of caching

1 ) out put caching
2) partial page caching
3) client-side caching
4) datacahing
5) Server side caching

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

Types of caching ?

1 Answers   Digital GlobalSoft, MicroSec, Wipro,


How Response.flush works in server.Execute

1 Answers  


Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.

5 Answers   ADITI, Syntax Softtech,


Descrie about response.buffer and repsonse.flush ?

2 Answers   ADP, Cognizant,


Explain the concept of event bubbling in ASP.NET?

0 Answers   Sans Pareil IT Services,


What are the benefits of Razor View?

0 Answers   NA,


what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

0 Answers   EDS,


What is a proxy in web service?

0 Answers  


If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.

6 Answers   CTS,


version information of assembly consist of _________ values.

3 Answers   AG Technologies,


Why asp.net is used?

0 Answers  


What is a web server? What are the load limits in it?

0 Answers   Wipro,


Categories