Caching


Method 1 - ASP.NET Cache

Originally designed for ASP.NET it can also be used in Windows Forms Applications
System.Web.Caching.Cache
System.Web.HttpRuntime.Cache


Method 2 - Caching Application Block




Method 3 - MemoryCache

System.Runtime.Caching.MemoryCache
Added in .NET 4.0





© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext