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 [...]
Tag: Castle ActiveRecord
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.




