-
The Castle open source project includes an advanced implementation of the Active Record pattern, wrapping the NHibernate ORM See also: Castle Active Record http://dddstepbystep.co.uk/r.ashx?B
-
The Active Record pattern is a data access pattern, where an object wraps a row in a database table or view, and then has logic related to that row. This pattern is sometimes referred to in DDD contexts, but is not a good match for DDD, as it is fundamentally aligned to the database, and not to the Domain...