![Lesson 9 (Part 1) - Implement NHibernate using C#, Windows Form and dataGridView Lesson 9 (Part 1) - Implement NHibernate using C#, Windows Form and dataGridView](http://web.archive.org./web/20110122092252im_/http://i.ytimg.com/vi/xuQpeXzAghk/2.jpg)
- Order:
- Duration: 8:18
- Published: 2010-07-29
- Uploaded: 2010-12-04
- Author: CSharpGuitar
- http://wn.com/Lesson_9_Part_1__Implement_NHibernate_using_C#,_Windows_Form_and_dataGridView
- Email this video
- Sms this video
these configurations will be saved for each time you visit this page using this browser
Name | NHibernate |
---|---|
Latest release version | 3.0.0 |
Latest release date | |
Latest preview version | 3.0.0 Beta 2 |
Latest preview date | |
Operating system | Cross-platform |
Platform | .NET 1.1 or 2.0 and Mono |
Programming language | C# |
Genre | Object-relational mapping |
License | GNU Lesser General Public License |
Website | http://www.nhforge.org/ |
NHibernate is free as open source software that is distributed under the GNU Lesser General Public License.
NHibernate is a port of the popular Java O/R mapper Hibernate to .NET.
A partial implementation of a LINQ provider is available for 2.1. A new LINQ provider using the AST parser built for NHibernate's HQL (Hibernate Query Language) engine is in development for version 3.0 of NHibernate. It is currently available for preview in NHibernate 3.0.0.Alpha2 (at 2010-08-15)
NHibernate provides transparent persistence for Plain Old CLR Objects (POCOs). The only strict requirement for a persistent class is a no-argument constructor, which does not have to be public. (Proper behavior in some applications also requires special attention to the Equals() and GetHashCode() methods.)
Version 1.0 mirrored the feature set of Hibernate 2.1, as well as a number of features from Hibernate 3.
NHibernate 1.2.1, released in November 2007, introduced many more features from Hibernate 3 and support for .NET 2.0, stored procedures, generics, and nullable types.
NHibernate 2.0 was released August 23, 2008. It is comparable to Hibernate 3.2 in terms of features. With the version 2.0 release, NHibernate dropped support for .NET 1.1.
NHibernate 2.1 was released July 17, 2009.
NHibernate 3.0 was released on December 04, 2010 and is the first version to use .NET 3.5.
Implementation of LINQ has allowed Language Integrated Query use with NHibernate.
Category:.NET programming tools Category:.Net Object-relational mapping tools
This text is licensed under the Creative Commons CC-BY-SA License. This text was originally published on Wikipedia and was developed by the Wikipedia community.