Caching In WinForm Apps etc.
-
Hi Guys, I was wondering if there are any object to do caching with in .Net that is not web related. I don't quite get why Microsoft included caching for asp.net, in the System.Web namespace, if clearly caching is necessary in more places than just for serving web pages. Any views on this? Maybe I'm missing something?
Phi?
-
Hi Guys, I was wondering if there are any object to do caching with in .Net that is not web related. I don't quite get why Microsoft included caching for asp.net, in the System.Web namespace, if clearly caching is necessary in more places than just for serving web pages. Any views on this? Maybe I'm missing something?
Phi?
Try the Microsoft Enterprise Library Caching block.
Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... * Reading: Developer Day 5 Ready to Give up - Your help will be much appreciated. My website
-
Try the Microsoft Enterprise Library Caching block.
Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... * Reading: Developer Day 5 Ready to Give up - Your help will be much appreciated. My website
How do I use it? Where is it? Does it come with the .Net 2.0 library? If so, what namespace? Thanks for your help.
Phi?
-
How do I use it? Where is it? Does it come with the .Net 2.0 library? If so, what namespace? Thanks for your help.
Phi?
Regards, Satips.:rose:
-
How do I use it? Where is it? Does it come with the .Net 2.0 library? If so, what namespace? Thanks for your help.
Phi?
Andr Trollip wrote:
How do I use it?
Read the instructions - It comes with a tutorial
Andr Trollip wrote:
Where is it?
Ask Google: Microsoft Enterprise Library[^]
Andr Trollip wrote:
Does it come with the .Net 2.0 library?
No.
Andr Trollip wrote:
what namespace?
Microsoft.Practices.EnterpriseLibrary.*
Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... * Reading: Developer Day 5 Ready to Give up - Your help will be much appreciated. My website