How to implement cache in WinForms application
- From: "Andrus" <kobruleht2@xxxxxx>
- Date: Mon, 11 Jun 2007 12:49:22 +0300
I'm creating C# WinForms client-server database application.
This application reads data from PostgreSQL server using npgsql Dataadapter and DataReader classes and stores data mostly in Datasets and sometimes in business object properties.
A lot of lookup tables (payment terms, currency list etc) are static.
Currently application reads them from server when new window is opened over TCP connection
This makes application slow.
How to cache data in client side ?
Where to find caching module for .NET application ?
It it reasonable to use .NET 2 Web Cache object for this ?
MS Web Cache object doc says that it is designed only for ASP .NET application.
Is it reasonable to use it in WinForms application or are there better
caching object available?
I cannot use MS Caching application block since my application needs to run in
Linux also.
Andrus.
.
- Prev by Date: Remote Debugging Issue VS2005 (works fine with VS2003)
- Next by Date: Re: log4net implimentation in a DLL ..???
- Previous by thread: Remote Debugging Issue VS2005 (works fine with VS2003)
- Next by thread: Re: How to implement cache in WinForms application
- Index(es):