background preloader

Alternate Technologies

Facebook Twitter

NHibernate for .NET. NHibernate is a port of Hibernate Core for Java to the .NET Framework.

NHibernate for .NET

It handles persisting plain .NET objects to and from an underlying relational database. Given an XML description of your entities and relationships, NHibernate automatically generates SQL for loading and storing the objects. Optionally, you can describe your mapping metadata with attributes in your source code. MyGeneration - Code Generation and OR Mapping. Pro: One O/R mapping designer to rule them all. LLC > Home.