Monday, May 02, 2005

There is a fundamental problem with System.Web.Caching.Cache -- what if your application is not a web application and you need some general-purpose cache functionality (e.g. middle-tier logic)? Since there is no equivilent "System.Caching.Cache" class I decided to write one using weak references that has no dependency on System.Web.dll.

posted on 5/2/2005 8:12:59 AM (Pacific Standard Time, UTC-08:00)  #    Comments [5]
Contains several useful classes that fill-in some holes with the current BCL Queued Components (QC) implementation. Functionality includes automatic queue moniker construction, QC session management (both synchronous and asynchronous), a QC exception handler base class, a QC custom config section handler, a managed wrapper class for the COM+ Message Mover object, and an object wrapper to marshal .NET serializable types in queued interface calls. Full source code, documentation and samples are provided.  Download it here.
posted on 5/2/2005 8:06:51 AM (Pacific Standard Time, UTC-08:00)  #    Comments [1]
 Sunday, May 01, 2005
Why wait for Whidbey to get debugger visualizers when you can get one today?
posted on 5/1/2005 8:56:15 PM (Pacific Standard Time, UTC-08:00)  #    Comments [10]