Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Others by (45k points)

Could someone tell me what is Caching in ASP.NET?

1 Answer

0 votes
by (99k points)

Caching is basically a technique of storing data/information which is required frequently in memory, to help applications, retrieve data that is needed, quickly, thereby avoiding the application to load each and every information every time. It helps in making the loading of information faster, by reducing the server round trips, and boosts performance in ASP.NET. There are three types of caching that ASP.NET supports and they are:

  • Page Output Caching
  • Page Fragment Caching
  • Data Caching.

If you wish to learn and become proficient in .NET, check out the .NET online course from Intellipaat, and also look into the video on Dot Net Tutorial for Beginners to help you get your fundamentals correct.

Related questions

0 votes
1 answer
0 votes
1 answer
asked Apr 10, 2021 in Others by dev_sk2311 (45k points)
0 votes
1 answer
asked Feb 13, 2021 in Others by dev_sk2311 (45k points)
0 votes
1 answer
asked Feb 13, 2021 in Others by dev_sk2311 (45k points)
0 votes
1 answer
asked Apr 10, 2021 in Others by dev_sk2311 (45k points)

Browse Categories

...