The Castle ActiveRecord project is an implementation of the ActiveRecord pattern for .NET. The ActiveRecord pattern consists on instance properties representing a record in the database, instance methods acting on that specific record and static methods acting on all records.
See the documentation.
See the Releases.
Copyright 2004-2015 Castle Project
Castle Core is licensed under the Apache 2.0 license. Refer to license.txt for more information.