Rhames
3 posts.
- Loosely coupled .NET Cache Provider using Dependency InjectionI have recently been reading the excellent book “Dependency Injection in .NET”, written by Mark Seemann, which I strongly recommend.
- Data Caching Architecture: Using the ASP.NET Cache to cache data in a Model or Business Object layer, without a dependency on System.Web in the layer - Part One.ASP.NET applications can make use of the System.Web.Caching.Cache object to cache data and prevent repeated expensive calls to a database or other store.…
- Calculating Running Totals in SQL Server 2005, The optimal solution?Using “Update to a local variable” to calculate running totals in SQL. Recently I was looking at an existing view on a client's SQL server 2005 database.…
