Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

Showing posts with label Caching. Show all posts
Showing posts with label Caching. Show all posts

Fragment Caching in Asp.Net with Example

Aug 8, 2016 1 comments
Introduction

Here I will explain what is fragment caching in
asp.net or partial caching in asp.net with examples or how to use partial / fragment caching in asp.net using c# with example. Fragment caching in asp.net allows us to cache particular portion of web page instead of whole page and this can be achieved by using user controls in asp.net.

Description:
  
In previous articles I explained connection pooling in asp.net, difference between initialization and instantiation, SQL difference between @@Identity, scope_identity, ident_current, cursor in sql server with example, dispose vs finalize method in c# / vb.net, asp.net page load vs page init with example
and many articles relating to asp.net, c#, vb.net, JavaScript and jQuery. Now I will explain what is fragment caching in asp.net and how to use fragment caching in asp.net using c#, vb.net with example.
© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.