ActiveRecord (Castle)

From Wikipedia, the free encyclopedia

ActiveRecord is an implementation of the active record pattern for the Microsoft .NET framework. It represents a row in the database with an ActiveRecord instance, and the static methods act on all rows. It is free, open source software that is distributed under the Apache 2.0 License. ActiveRecord is part of the Castle Project.

ActiveRecord uses NHibernate, but you do not need to write XML mapping.

[edit] External links