After a lot of thought I have decided not to use Castle’s Active Record. (http://www.castleproject.org/ActiveRecord/) The main reason for this is that I don’t see much benefit to adding properties to my classes other than not having to change things in both the class and XML, and the hassle of finding a code generator for [...]
Archive for the ‘Castle Active Record’ Category
Not using Castle Active Record
Posted in Architecture, Castle Active Record, NHibernate, ORM, tagged active record, Castle Active Record, fluent hibernate, Mapping files, NHibernate, ORM on March 30, 2010 | Leave a Comment »
Code Generation for Castle Active Record
Posted in Castle Active Record, NHibernate, ORM on March 30, 2010 | 2 Comments »
As I am going to be using an Active Record as the pattern of choice to access my repository, I decided to use Castle’s Active Record as this comes highly recommended to me from colleagues and I use the Windsor framework for IoC so I know they are good. The first thing I wanted was a [...]