Click here to Skip to main content
15,894,955 members
Articles / Web Development / ASP.NET

Simplify Database Operations with Generic Fluent NHibernate

,
Rate me:
Please Sign up or sign in to vote.
4.86/5 (6 votes)
30 May 2012CPOL7 min read 75.8K   2.9K   40  
This article describes database communication using a generic Fluent NHibernate implementation.
<html>
	<head>
		<title>NHibernate.org - Welcome</title>
	</head>
	<body>
		<h1>Welcome to NHibernate!</h1>
		<hr>
		<p>
			<a href="http://www.nhforge.org/">NHibernate</a> is a .NET based object persistence library for relational databases. 
			NHibernate is a port of the excellent Java <a href="http://www.hibernate.org/">Hibernate</a>
			relational persistence tool.
		</p>
		<p>
			You can find tutorials and samples in the <a href="http://www.nhforge.org/">NHibernate community site</a>
			<a href="http://nhforge.org/wikis/">wiki</a> and <a href="http://nhforge.org/blogs/nhibernate/">blog</a>.
		</p>
		<h2>Latest Version</h2>
		<p>
			Details of the latest version of NHibernate can be found on SourceForge at
			<a href="http://sourceforge.net/projects/nhibernate/">http://sourceforge.net/projects/nhibernate/</a>.
		</p>

		<h2>Documentation</h2>
		<p>
			All available resources on NHibernate can be found online:
			<a href="http://nhibernate.deepgrok.com/">NHibernate deep grok</a>.
		</p>
		<p>
			The reference documentation for NHibernate is available <a
			href="http://nhforge.org/doc/nh/en/index.html">on-line on the website</a>.
		</p>

		<h2>Bug Reports</h2>
		<p>
			If you find any bugs please use the <a href="http://jira.nhforge.org/">JIRA bug tracker</a>.
		</p>

		<h2>Licenses</h2>
		<p>
			This software is distributed under the terms of the FSF Lesser GNU Public License (see lgpl.txt).
		</p>
		
		<p>
			This product uses software developed by the Apache Software Foundation (http://www.apache.org/).
		</p>
		<ul>
			<li>log4net</li>
		</ul>
		
		<p>
			This product includes source code from an article written by Jason Smith.
		</p>
		<ul>
			<li>
				Iesi.Collections - original code can be found at <a href="http://www.codeproject.com/csharp/sets.asp">
					Add Support for "Set" Collections to .NET</a>
			</li>
		</ul>
	</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Cayen Systems
United States United States
Cayen Systems develops online data management software for non-profit and education organizations with a team of experienced and dedicated individuals located in Milwaukee, Wisconsin. We provide the most comprehensive software solutions for information management, tracking and data reporting available today. Specializing in developing easy to use and efficient solutions, we consistently help our clients increase their productivity and reduce the costs of program management.
This is a Organisation

21 members

Written By
Software Developer (Senior) Cayen Systems
United States United States
I am a software engineer based in Milwaukee, Wisconsin. I have been developing software as a hobby since high school and professionally since 2006. I am on a never-ending quest for proper programming principles and clean coding techniques.

Comments and Discussions