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...
Pierre Henri Kuaté challenged his blog readers to figure out what he's been up to lately. The recurring guess was that an NHibernate book was in the works. Not only were these guesses correct, but Kuaté has gone as far to team up with Gavin King and Christian Bauer to create the upcoming title NHibernate...
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...