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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top