[Updated May 9, 2007: Clarified contest rules to downgrade some "requirements" to be "suggestions" instead. I.e., there's now a little more wiggle room in the implementation details.] A contest guaranteed to challenge you! This contest involves integrating Castle Project facilities into an existing project...
I've updated the CodeProject article NHibernate Best Practices with ASP.NET, 1.2 ed with a number of very important fixes and pedagogical expansions. (I've been waiting for an excuse to use that word.) If you've been using the sample code as a foundation for your project, these changes will...
I'm very pleased to announce the release of NHibernate Best Practices with ASP.NET, 1.2 nd Ed. on CodeProject.com. Preface to the 1.2 nd Edition In March of 2006 I published my initial thoughts on NHibernate best practices with ASP.NET, generics and unit tests. I've been delighted to learn that...
I've been asked a couple of times how to give a domain object access to a dependency injection (DI) container, such as Castle Windsor, if the domain object is loaded via an ORM, such as NHibernate. There are two apparent ways to do this: 1) you can manually give the domain object access to the DI via...
There are a few Java/Hibernate books out there, a couple chapters here and there on .NET/NHibernate, but a glaring vacuum for published material concerning the development of ASP.NET/NHibernate applications, specifically. ASP.NET certainly has plenty of special cases when it comes to integrating NHibernate...