NHibernate
From Wikipedia, the free encyclopedia
NHibernate | |
Developer: | JBoss, Inc. |
---|---|
Latest release: | 1.0.3 / November 2, 2006 |
Preview release: | 1.2.0.Beta2 / November 10, 2006 |
OS: | Cross-platform |
Platform: | .NET 1.1 or 2.0 and Mono |
Use: | ORM |
License: | LGPL |
Website: | www.nhibernate.org |
NHibernate is an Object-relational mapping (ORM) solution for the Microsoft .NET platform. It is licensed under the GNU Lesser General Public License.
It is a port of the popular Java O/R mapper Hibernate to .NET. Version 1.0 mirrors the feature set of Hibernate 2.1, adding a number of features from Hibernate 3. NHibernate 1.2.0, in beta as of 2006, introduces many more features from Hibernate 3 and support for .NET 2.0 and stored procedures.
Contents |
[edit] External links
[edit] Tutorials
- NHibernate Resources: Most articles and tutorials about NHibernate
- NHibernate Quick Start Guide
- NHibernateEg: Practical introduction using .NET attributes instead of XML files
- NHibernate overview by Justin Gehtland Part 2