need for cache in asp.net(c#)2.0
-
hi their,pls anyone could explain me what is cache and how can we implement it in our code?:confused:
-
hi their,pls anyone could explain me what is cache and how can we implement it in our code?:confused:
Check this out ... .Net Cahcing[^]
-
hi their,pls anyone could explain me what is cache and how can we implement it in our code?:confused:
Also have a look to this also Exploring Caching in ASP.NET
Cheers!! Brij Check my latest Article :Exploring ASP.NET Validators
-
hi their,pls anyone could explain me what is cache and how can we implement it in our code?:confused:
Hi, ASP.NET caching enables you to create high-performance web applications. You can cache individual objects such as DataSets, and you can also cache objects that you have created yourself. If you have a ASPX page that contains lots of work behind the scenes, you can also do page level caching, or sections of a page if you have user controls inside that page. When to use caching If you are recreating information on each page request, caching might be a good idea. But before you go cache-happy, think about how this will effect your application. For example, a news related site might not want to cache its front page for longer than 1 minute, while the actual article can be cached for much longer. Please check this article: http://msdn.microsoft.com/en-us/library/18c1wd61(VS.71).aspx
-
hi their,pls anyone could explain me what is cache and how can we implement it in our code?:confused:
Search on google or check msdn...anyway r u a beginner then buy a .Net book :) :zzz: