NHibernate 3 - Extending the Linq Provider to fix some System.NotSupportedException

With the release of the new version NHibernate (3.0 alpha1), I’ve decided to give it a try and branch my current solution to switch to this new version and see hoe it goes. I was especially interested in the new Linq support, cause I’ve decided to u


NUnit extensibility: an Addin to dynamically load other Addins

One of the major problems when it comes to NUnit extensibility is the limitation that you must deploy your Addins in a subfolder (named ‘addins’) under the installation (or run) path of NUnit, so if you build some customization and extension an...