A while ago, Sonu of DotNetSlackers asked if I'd be interested in writing for the site. I've been a long time fan of what DotNetSlackers stood for (trying to bring some order to this vast community of ours), so I was more than happy to oblige.
I'm a huge fan of .NET's cache. I can't think of many good reasons to use either the Application or Session objects, rather than the Cache object. Two things that I've always wanted from the cache is (a) per-item control over where the data is stored and (b) per-session cache.
Best of both worlds - SessionCache is my brief article on how to achieve a reusable and clean solution to (b). It isn't anything fancy, but I thought it might be of some use.
Feedback is always welcomed.
P.S. - I know Sonu has to pay the bills, but IntelliTxt really sucks :)