
This is a simple helper class which I use to manage static data in my ASP.NET applications. There are already a few articles out there which explore this topic but here is my take on it. The helper class will retrieve multiple tables of static data from a SQL Server database, store the data in one DataSet and cache it at application startup or upon first request.
|