Tag: Castle ActiveRecord

Initialize global asax in MVC for NHibernate ActiveRecord

Initializing your global.asax for MVC and NHibernate’s ActiveRecord is really easy. There are really only two sections you need to touch: the using section and Application_Start(). Configure using section Out of the box, you don’t have to do anything if you are NOT using ActiveRecord for CRUD. If you want to use ActiveRecord, here are [...]

January 09 / 2010
Author bill sternberger
Comments 1 Comment

Using nHibernate, Castle ActiveRecord, and ASP.NET MVC Together

How to configure your ASP.NET MVC project to harness the power of nHibernate and Castle ActiveRecord.

December 06 / 2009