Caching Method
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, This is on C# Windows application, I want to build Caching mechanism generally that need to store some files and send back to me when i ask. Is there any good build in mechanism in C# or We need to use Enterprise Library to get this done? Thanks
-
Hi, This is on C# Windows application, I want to build Caching mechanism generally that need to store some files and send back to me when i ask. Is there any good build in mechanism in C# or We need to use Enterprise Library to get this done? Thanks
You can use the ASP.NET caching in WinForms or anywhere in .NET by referencing System.Web.dll