Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 752 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 752 Bytes

Castle ActiveRecord

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.

Releases

See the Releases.

Copyright

Copyright 2004-2015 Castle Project

License

Castle Core is licensed under the Apache 2.0 license. Refer to license.txt for more information.