caching

  • Thread starter Thread starter Bart
  • Start date Start date
B

Bart

Hi,

I am looking at caching for a winforms application. I
see a lot of talk about it for ASP.NET
(System.Web.Caching), is it even possible for a Winforms
application?

thanks in advance,
bart
 
Hello,

Bart said:
I am looking at caching for a winforms application. I
see a lot of talk about it for ASP.NET
(System.Web.Caching), is it even possible for a Winforms
application?

ASP .NET applications are often run over the Internet, that's why
caching makes sense. What do you want to cache in Windows Forms
applications?

Regards,
Herfried K. Wagner
 
Back
Top