NHibernate is an extremely powerful ORM but sometimes its quite difficult to find information on how to do certain things and why other things are the way they are. Recently I’ve been working on generating NHibernate mapping files and a … Continued
Patterns & Practices
Response.Redirect and the ThreadAbortException
A colleague came across a problem recently where performance counters were showing a high exception to request ratio. In actual fact there were at 4 exceptions for every 1 request, that’s 400% compared to the desired 5%. These seemed to … Continued
Enterprise Library 3.0 Released – with some really nice features
The Microsoft Patterns and Practices team have just released Enterprise Library 3.0 – April 2007. This is the full RTM version of EntLib with some really neat new features: Validation Application Block. Allows you to centrally define validation rules using configuration … Continued