<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://nhforge.org/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>NHibernate 2.0 Reference Documentation</title><link>http://nhforge.org/wikis/reference2-0en/nhibernate-2-0-reference-documentation.aspx</link><description>Read reference documentation for a number of NHibernate 2.0 APIs. </description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>NHibernate 2.0 Reference Documentation</title><link>http://nhforge.org/wikis/reference2-0en/nhibernate-2-0-reference-documentation.aspx</link><pubDate>Sun, 08 Feb 2009 00:57:31 GMT</pubDate><guid isPermaLink="false">45f813f2-f1c4-4eda-a619-288e3cadc793:3</guid><dc:creator>Tobin Harris</dc:creator><comments>http://nhforge.org/wikis/reference2-0en/nhibernate-2-0-reference-documentation/comments.aspx</comments><description>Current revision posted to NHibernate 2.0  by Tobin Harris on 07/02/2009 09:57:31 p.m.&lt;br /&gt;
&lt;h2&gt;&lt;span style="text-decoration: line-through; color: red;"&gt;Preface&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;NHibernate&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;2.0&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;Reference&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;Documentation&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-size:large;"&gt;&lt;b&gt;&lt;a href="/doc/nh/en/index.html"&gt;&lt;span style="text-decoration: line-through; color: red;"&gt;Here&lt;/span&gt; &lt;span style="text-decoration: line-through; color: red;"&gt;static&lt;/span&gt; &lt;span style="text-decoration: line-through; color: red;"&gt;reference&lt;/span&gt;&lt;p&gt;&lt;span style="background: SpringGreen;"&gt;View&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;the&lt;/span&gt; &lt;a href="/doc/nh/en/index.html" target="_blank"&gt;&lt;span style="background: SpringGreen;"&gt;NHibernate&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;2.0&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;Reference&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;Manual&lt;/span&gt;&lt;/a&gt; &lt;span style="background: SpringGreen;"&gt;(&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;opens&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;single&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;HTML&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;page&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;in&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;a&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;new&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;window&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background: SpringGreen;"&gt;Note&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;that&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;if&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;you&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;&amp;#39;&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;re&lt;/span&gt; &lt;b&gt;&lt;span style="background: SpringGreen;"&gt;new&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;to&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;NHibernate&lt;/span&gt;&lt;/b&gt;&lt;span style="background: SpringGreen;"&gt;,&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;the&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;remainder&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;of&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;this&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;article&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;may&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;provide&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;an&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;easier&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;way&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;to&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;learn&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;to&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;understand&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;NHibernate&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;span style="font-family:arial;"&gt;Working with object-oriented software and a relational database can be cumbersome
		and time consuming in today&amp;#39;s enterprise environments. NHibernate is an object/relational
		mapping tool for .NET environments. The term object/relational mapping (ORM) refers to
		the technique of mapping a data representation from an object model to a relational
		data model with a SQL-based schema.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		NHibernate not only takes care of the mapping from .NET classes to
		database tables (and from .NET data types to SQL data types), but also provides data
		query and retrieval facilities and can significantly reduce development time otherwise
		spent with manual data handling in SQL and ADO.NET.
	&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		NHibernate&amp;#39;s goal is to relieve the developer from 95 percent of common data persistence
		related programming tasks. NHibernate may not be the best solution for data-centric
		applications that only use stored-procedures to implement the business logic in the
		database, it is most useful with object-oriented domain models and business logic in
		the .NET-based middle-tier. However, NHibernate can certainly help you to remove or
		encapsulate vendor-specific SQL code and will help with the common task of result set
		translation from a tabular representation to a graph of objects.
	&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		If you are new to NHibernate and Object/Relational Mapping or even .NET Framework,
		please follow these steps:
	&lt;/p&gt;
&lt;div style="font-family:arial,sans-serif;"&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;
				Read&amp;nbsp;&lt;a href="/wikis/howtonh/your-first-nhibernate-based-application.aspx"&gt;Your first NHibernate based application&lt;/a&gt;&amp;nbsp;for a 30 minutes tutorial.
			&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
				Read&amp;nbsp;&lt;a href="/wikis/reference2-0en/architecture.aspx"&gt;Architecture&lt;/a&gt;&amp;nbsp;to understand the environments where
				NHibernate can be used.
			&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
				FAQs are answered on the NHibernate community blog.
			&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		If you have questions, use the
		&lt;a href="http://groups.google.com/group/nhusers"&gt;NHibernate group&lt;/a&gt;.
		We also provide a &lt;a href="http://jira.nhibernate.org/"&gt;JIRA issue trackings system&lt;/a&gt;
		for bug reports and feature requests.
		If you are interested in the development of NHibernate, join the &lt;a href="http://sourceforge.net/mail/?group_id=29446"&gt;developer mailing list&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Preface</title><link>http://nhforge.org/wikis/reference2-0en/nhibernate-2-0-reference-documentation/revision/7.aspx</link><pubDate>Wed, 24 Sep 2008 14:25:37 GMT</pubDate><guid isPermaLink="false">45f813f2-f1c4-4eda-a619-288e3cadc793:213</guid><dc:creator>Ken Egozi</dc:creator><comments>http://nhforge.org/wikis/reference2-0en/nhibernate-2-0-reference-documentation/comments.aspx</comments><description>Revision 7 posted to NHibernate 2.0  by Ken Egozi on 24/09/2008 11:25:37 a.m.&lt;br /&gt;
&lt;h2&gt;Preface&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-size:large;"&gt;&lt;b&gt;&lt;a href="/doc/nh/en/index.html"&gt;Here static reference&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:arial;"&gt;Working with object-oriented software and a relational database can be cumbersome
		and time consuming in today&amp;#39;s enterprise environments. NHibernate is an object/relational
		mapping tool for .NET environments. The term object/relational mapping (ORM) refers to
		the technique of mapping a data representation from an object model to a relational
		data model with a SQL-based schema.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		NHibernate not only takes care of the mapping from .NET classes to
		database tables (and from .NET data types to SQL data types), but also provides data
		query and retrieval facilities and can significantly reduce development time otherwise
		spent with manual data handling in SQL and ADO.NET.
	&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		NHibernate&amp;#39;s goal is to relieve the developer from 95 percent of common data persistence
		related programming tasks. NHibernate may not be the best solution for data-centric
		applications that only use stored-procedures to implement the business logic in the
		database, it is most useful with object-oriented domain models and business logic in
		the .NET-based middle-tier. However, NHibernate can certainly help you to remove or
		encapsulate vendor-specific SQL code and will help with the common task of result set
		translation from a tabular representation to a graph of objects.
	&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		If you are new to NHibernate and Object/Relational Mapping or even .NET Framework,
		please follow these steps:
	&lt;/p&gt;
&lt;div style="font-family:arial,sans-serif;"&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;
				Read&amp;nbsp;&lt;a href="/wikis/howtonh/your-first-nhibernate-based-application.aspx"&gt;Your first NHibernate based application&lt;/a&gt;&amp;nbsp;for a 30 &lt;span style="text-decoration: line-through; color: red;"&gt;minute&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;minutes&lt;/span&gt; tutorial.
			&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
				Read&amp;nbsp;&lt;a href="/wikis/reference2-0en/architecture.aspx"&gt;Architecture&lt;/a&gt;&amp;nbsp;to understand the environments where
				NHibernate can be used.
			&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
				FAQs are answered on the NHibernate community blog.
			&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		If you have questions, use the
		&lt;a href="http://groups.google.com/group/nhusers"&gt;NHibernate group&lt;/a&gt;.
		We also provide a &lt;a href="http://jira.nhibernate.org/"&gt;JIRA issue trackings system&lt;/a&gt;
		for bug reports and feature requests.
		If you are interested in the development of NHibernate, join the &lt;a href="http://sourceforge.net/mail/?group_id=29446"&gt;developer mailing list&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Preface</title><link>http://nhforge.org/wikis/reference2-0en/nhibernate-2-0-reference-documentation/revision/6.aspx</link><pubDate>Sat, 06 Sep 2008 17:02:42 GMT</pubDate><guid isPermaLink="false">45f813f2-f1c4-4eda-a619-288e3cadc793:154</guid><dc:creator>Fabio Maulo</dc:creator><comments>http://nhforge.org/wikis/reference2-0en/nhibernate-2-0-reference-documentation/comments.aspx</comments><description>Revision 6 posted to NHibernate 2.0  by Fabio Maulo on 06/09/2008 02:02:42 p.m.&lt;br /&gt;
&lt;h2&gt;Preface&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://www.nhforge.org/doc/nh/en/index.html"&gt;&lt;span style="text-decoration: line-through; color: red;"&gt;Static&lt;/span&gt; &lt;p&gt;&lt;span style="font-size:large;"&gt;&lt;strong&gt;&lt;a href="/doc/nh/en/index.html"&gt;&lt;span style="background: SpringGreen;"&gt;Here&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;static&lt;/span&gt; reference&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:arial;"&gt;Working with object-oriented software and a relational database can be cumbersome
		and time consuming in today&amp;#39;s enterprise environments. NHibernate is an object/relational
		mapping tool for .NET environments. The term object/relational mapping (ORM) refers to
		the technique of mapping a data representation from an object model to a relational
		data model with a SQL-based schema.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		NHibernate not only takes care of the mapping from .NET classes to
		database tables (and from .NET data types to SQL data types), but also provides data
		query and retrieval facilities and can significantly reduce development time otherwise
		spent with manual data handling in SQL and ADO.NET.
	&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		NHibernate&amp;#39;s goal is to relieve the developer from 95 percent of common data persistence
		related programming tasks. NHibernate may not be the best solution for data-centric
		applications that only use stored-procedures to implement the business logic in the
		database, it is most useful with object-oriented domain models and business logic in
		the .NET-based middle-tier. However, NHibernate can certainly help you to remove or
		encapsulate vendor-specific SQL code and will help with the common task of result set
		translation from a tabular representation to a graph of objects.
	&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		If you are new to NHibernate and Object/Relational Mapping or even .NET Framework,
		please follow these steps:
	&lt;/p&gt;
&lt;div style="font-family:arial,sans-serif;"&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;
				Read&amp;nbsp;&lt;a href="/wikis/howtonh/your-first-nhibernate-based-application.aspx"&gt;Your first NHibernate based application&lt;/a&gt;&amp;nbsp;for a 30 minute tutorial.
			&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
				Read&lt;span style="text-decoration: line-through; color: red;"&gt;Chapter&lt;/span&gt;&amp;nbsp;&lt;span style="text-decoration: line-through; color: red;"&gt;2&lt;/span&gt;&lt;span style="text-decoration: line-through; color: red;"&gt;,&lt;/span&gt; &amp;nbsp;&lt;a href="/wikis/reference2-0en/architecture.aspx"&gt;Architecture&lt;/a&gt;&amp;nbsp;to understand the environments where
				NHibernate can be used.
			&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
				FAQs are answered on the NHibernate community blog.
			&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		If you have questions, use the
		&lt;a href="http://groups.google.com/group/nhusers"&gt;NHibernate group&lt;/a&gt;.
		We also provide a &lt;a href="http://jira.nhibernate.org/"&gt;JIRA issue trackings system&lt;/a&gt;
		for bug reports and feature requests.
		If you are interested in the development of NHibernate, join the &lt;a href="http://sourceforge.net/mail/?group_id=29446"&gt;developer mailing list&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Preface</title><link>http://nhforge.org/wikis/reference2-0en/nhibernate-2-0-reference-documentation/revision/5.aspx</link><pubDate>Thu, 04 Sep 2008 05:10:39 GMT</pubDate><guid isPermaLink="false">45f813f2-f1c4-4eda-a619-288e3cadc793:39</guid><dc:creator>Fabio Maulo</dc:creator><comments>http://nhforge.org/wikis/reference2-0en/nhibernate-2-0-reference-documentation/comments.aspx</comments><description>Revision 5 posted to NHibernate 2.0  by Fabio Maulo on 04/09/2008 02:10:39 a.m.&lt;br /&gt;
&lt;h2&gt;Preface&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://www.nhforge.org/doc/nh/en/index.html"&gt;Static reference&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:arial,sans-serif;"&gt;Working with object-oriented software and a relational database can be cumbersome
		and time consuming in today&amp;#39;s enterprise environments. NHibernate is an object/relational
		mapping tool for .NET environments. The term object/relational mapping (ORM) refers to
		the technique of mapping a data representation from an object model to a relational
		data model with a SQL-based schema.
	&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		NHibernate not only takes care of the mapping from .NET classes to
		database tables (and from .NET data types to SQL data types), but also provides data
		query and retrieval facilities and can significantly reduce development time otherwise
		spent with manual data handling in SQL and ADO.NET.
	&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		NHibernate&amp;#39;s goal is to relieve the developer from 95 percent of common data persistence
		related programming tasks. NHibernate may not be the best solution for data-centric
		applications that only use stored-procedures to implement the business logic in the
		database, it is most useful with object-oriented domain models and business logic in
		the .NET-based middle-tier. However, NHibernate can certainly help you to remove or
		encapsulate vendor-specific SQL code and will help with the common task of result set
		translation from a tabular representation to a graph of objects.
	&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		If you are new to NHibernate and Object/Relational Mapping or even .NET Framework,
		please follow these steps:
	&lt;/p&gt;
&lt;div style="font-family:arial,sans-serif;"&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;
				Read&amp;nbsp;&lt;a href="/wikis/howtonh/your-first-nhibernate-based-application.aspx"&gt;Your first NHibernate based application&lt;/a&gt;&amp;nbsp;for a 30 minute tutorial.
			&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
				Read Chapter&amp;nbsp;2, &lt;i&gt;Architecture&lt;/i&gt; to understand the environments where
				NHibernate can be used.
			&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
				FAQs are answered on the NHibernate community blog.
			&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		If you have questions, use the
		&lt;a href="http://groups.google.com/group/nhusers"&gt;NHibernate group&lt;/a&gt;.
		We also provide a &lt;a href="http://jira.nhibernate.org/"&gt;JIRA issue trackings system&lt;/a&gt;
		for bug reports and feature requests.
		If you are interested in the development of NHibernate, join the &lt;a href="http://sourceforge.net/mail/?group_id=29446"&gt;developer mailing list&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Preface</title><link>http://nhforge.org/wikis/reference2-0en/nhibernate-2-0-reference-documentation/revision/4.aspx</link><pubDate>Mon, 01 Sep 2008 05:51:55 GMT</pubDate><guid isPermaLink="false">45f813f2-f1c4-4eda-a619-288e3cadc793:17</guid><dc:creator>Fabio Maulo</dc:creator><comments>http://nhforge.org/wikis/reference2-0en/nhibernate-2-0-reference-documentation/comments.aspx</comments><description>Revision 4 posted to NHibernate 2.0  by Fabio Maulo on 01/09/2008 02:51:55 a.m.&lt;br /&gt;
&lt;h2&gt;Preface&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://www.nhforge.org/doc/nh/en/index.htm"&gt;&lt;span style="text-decoration: line-through; color: red;"&gt;Staic&lt;/span&gt; &lt;p&gt;&lt;a href="http://www.nhforge.org/doc/nh/en/index.html"&gt;&lt;span style="background: SpringGreen;"&gt;Static&lt;/span&gt; reference&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:arial,sans-serif;"&gt;Working with object-oriented software and a relational database can be cumbersome
		and time consuming in today&amp;#39;s enterprise environments. NHibernate is an object/relational
		mapping tool for .NET environments. The term object/relational mapping (ORM) refers to
		the technique of mapping a data representation from an object model to a relational
		data model with a SQL-based schema.
	&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		NHibernate not only takes care of the mapping from .NET classes to
		database tables (and from .NET data types to SQL data types), but also provides data
		query and retrieval facilities and can significantly reduce development time otherwise
		spent with manual data handling in SQL and ADO.NET.
	&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		NHibernate&amp;#39;s goal is to relieve the developer from 95 percent of common data persistence
		related programming tasks. NHibernate may not be the best solution for data-centric
		applications that only use stored-procedures to implement the business logic in the
		database, it is most useful with object-oriented domain models and business logic in
		the .NET-based middle-tier. However, NHibernate can certainly help you to remove or
		encapsulate vendor-specific SQL code and will help with the common task of result set
		translation from a tabular representation to a graph of objects.
	&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		If you are new to NHibernate and Object/Relational Mapping or even .NET Framework,
		please follow these steps:
	&lt;/p&gt;
&lt;div style="font-family:arial,sans-serif;"&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;
				Read Your first NHibernate based application for a 30 minute tutorial.
			&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
				Read Chapter&amp;nbsp;2, &lt;i&gt;Architecture&lt;/i&gt; to understand the environments where
				NHibernate can be used.
			&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
				FAQs are answered on the NHibernate community blog.
			&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		If you have questions, use the
		&lt;a href="http://groups.google.com/group/nhusers"&gt;NHibernate group&lt;/a&gt;.
		We also provide a &lt;a href="http://jira.nhibernate.org/"&gt;JIRA issue trackings system&lt;/a&gt;
		for bug reports and feature requests.
		If you are interested in the development of NHibernate, join the &lt;a href="http://sourceforge.net/mail/?group_id=29446"&gt;developer mailing list&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Preface</title><link>http://nhforge.org/wikis/reference2-0en/nhibernate-2-0-reference-documentation/revision/3.aspx</link><pubDate>Mon, 01 Sep 2008 05:50:43 GMT</pubDate><guid isPermaLink="false">45f813f2-f1c4-4eda-a619-288e3cadc793:14</guid><dc:creator>Fabio Maulo</dc:creator><comments>http://nhforge.org/wikis/reference2-0en/nhibernate-2-0-reference-documentation/comments.aspx</comments><description>Revision 3 posted to NHibernate 2.0  by Fabio Maulo on 01/09/2008 02:50:43 a.m.&lt;br /&gt;
&lt;h2&gt;Preface&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://www.nhforge.org/doc/nh/en/index.htm"&gt;&lt;span style="background: SpringGreen;"&gt;Staic&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;reference&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:arial,sans-serif;"&gt;Working with object-oriented software and a relational database can be cumbersome
		and time consuming in today&amp;#39;s enterprise environments. NHibernate is an object/relational
		mapping tool for .NET environments. The term object/relational mapping (ORM) refers to
		the technique of mapping a data representation from an object model to a relational
		data model with a SQL-based schema.
	&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		NHibernate not only takes care of the mapping from .NET classes to
		database tables (and from .NET data types to SQL data types), but also provides data
		query and retrieval facilities and can significantly reduce development time otherwise
		spent with manual data handling in SQL and ADO.NET.
	&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		NHibernate&amp;#39;s goal is to relieve the developer from 95 percent of common data persistence
		related programming tasks. NHibernate may not be the best solution for data-centric
		applications that only use stored-procedures to implement the business logic in the
		database, it is most useful with object-oriented domain models and business logic in
		the .NET-based middle-tier. However, NHibernate can certainly help you to remove or
		encapsulate vendor-specific SQL code and will help with the common task of result set
		translation from a tabular representation to a graph of objects.
	&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		If you are new to NHibernate and Object/Relational Mapping or even .NET Framework,
		please follow these steps:
	&lt;/p&gt;
&lt;div style="font-family:arial,sans-serif;"&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;
				Read Your first NHibernate based application for a 30 minute tutorial.
			&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
				Read Chapter&amp;nbsp;2, &lt;i&gt;Architecture&lt;/i&gt; to understand the environments where
				NHibernate can be used.
			&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
				FAQs are answered on the NHibernate community blog.
			&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		If you have questions, use the
		&lt;a href="http://groups.google.com/group/nhusers"&gt;NHibernate group&lt;/a&gt;.
		We also provide a &lt;a href="http://jira.nhibernate.org/"&gt;JIRA issue trackings system&lt;/a&gt;
		for bug reports and feature requests.
		If you are interested in the development of NHibernate, join the &lt;a href="http://sourceforge.net/mail/?group_id=29446"&gt;developer mailing list&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Preface</title><link>http://nhforge.org/wikis/reference2-0en/nhibernate-2-0-reference-documentation/revision/2.aspx</link><pubDate>Sun, 31 Aug 2008 23:02:02 GMT</pubDate><guid isPermaLink="false">45f813f2-f1c4-4eda-a619-288e3cadc793:13</guid><dc:creator>Fabio Maulo</dc:creator><comments>http://nhforge.org/wikis/reference2-0en/nhibernate-2-0-reference-documentation/comments.aspx</comments><description>Revision 2 posted to NHibernate 2.0  by Fabio Maulo on 31/08/2008 08:02:02 p.m.&lt;br /&gt;
&lt;h2&gt;Preface&lt;/h2&gt;
&lt;p&gt;
&lt;span style="font-family:arial,sans-serif;"&gt;Working with object-oriented software and a relational database can be cumbersome
		and time consuming in today&amp;#39;s enterprise environments. NHibernate is an object/relational
		mapping tool for .NET environments. The term object/relational mapping (ORM) refers to
		the technique of mapping a data representation from an object model to a relational
		data model with a SQL-based schema.
	&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		NHibernate not only takes care of the mapping from .NET classes to
		database tables (and from .NET data types to SQL data types), but also provides data
		query and retrieval facilities and can significantly reduce development time otherwise
		spent with manual data handling in SQL and ADO.NET.
	&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		NHibernate&amp;#39;s goal is to relieve the developer from 95 percent of common data persistence
		related programming tasks. NHibernate may not be the best solution for data-centric
		applications that only use stored-procedures to implement the business logic in the
		database, it is most useful with object-oriented domain models and business logic in
		the .NET-based middle-tier. However, NHibernate can certainly help you to remove or
		encapsulate vendor-specific SQL code and will help with the common task of result set
		translation from a tabular representation to a graph of objects.
	&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		If you are new to NHibernate and Object/Relational Mapping or even .NET Framework,
		please follow these steps:
	&lt;/p&gt;
&lt;div style="font-family:arial,sans-serif;"&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;
				Read Your first NHibernate based application for a 30 minute tutorial.
			&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
				Read Chapter&amp;nbsp;2, &lt;i&gt;Architecture&lt;/i&gt; to understand the environments where
				NHibernate can be used.
			&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
				FAQs are answered on the NHibernate community blog.
			&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
				&lt;span style="text-decoration: line-through; color: red;"&gt;Google&lt;/span&gt; &lt;span style="text-decoration: line-through; color: red;"&gt;&amp;quot;NHibernate&amp;quot;,&lt;/span&gt; &lt;span style="text-decoration: line-through; color: red;"&gt;is&lt;/span&gt; &lt;span style="text-decoration: line-through; color: red;"&gt;a&lt;/span&gt; &lt;span style="text-decoration: line-through; color: red;"&gt;good&lt;/span&gt; &lt;span style="text-decoration: line-through; color: red;"&gt;source&lt;/span&gt; &lt;span style="text-decoration: line-through; color: red;"&gt;for&lt;/span&gt;
				&lt;span style="text-decoration: line-through; color: red;"&gt;design&lt;/span&gt; &lt;span style="text-decoration: line-through; color: red;"&gt;patterns&lt;/span&gt; &lt;span style="text-decoration: line-through; color: red;"&gt;and&lt;/span&gt; &lt;span style="text-decoration: line-through; color: red;"&gt;various&lt;/span&gt; &lt;span style="text-decoration: line-through; color: red;"&gt;integration&lt;/span&gt; &lt;span style="text-decoration: line-through; color: red;"&gt;solutions&lt;/span&gt; &lt;span style="text-decoration: line-through; color: red;"&gt;(&lt;/span&gt;&lt;span style="text-decoration: line-through; color: red;"&gt;ASP.NET,&lt;/span&gt; &lt;span style="text-decoration: line-through; color: red;"&gt;Windows&lt;/span&gt;
				&lt;span style="text-decoration: line-through; color: red;"&gt;Forms)&lt;/span&gt;&lt;span style="text-decoration: line-through; color: red;"&gt;.&lt;/span&gt;
			&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		If you have questions, use the
		&lt;a href="http://groups.google.com/group/nhusers"&gt;NHibernate group&lt;/a&gt;.
		We also provide a &lt;a href="http://jira.nhibernate.org/"&gt;JIRA issue trackings system&lt;/a&gt;
		for bug reports and feature requests.
		If you are interested in the development of NHibernate, join the &lt;a href="http://sourceforge.net/mail/?group_id=29446"&gt;developer mailing list&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Preface</title><link>http://nhforge.org/wikis/reference2-0en/nhibernate-2-0-reference-documentation/revision/1.aspx</link><pubDate>Sun, 31 Aug 2008 22:59:22 GMT</pubDate><guid isPermaLink="false">45f813f2-f1c4-4eda-a619-288e3cadc793:4</guid><dc:creator>Fabio Maulo</dc:creator><comments>http://nhforge.org/wikis/reference2-0en/nhibernate-2-0-reference-documentation/comments.aspx</comments><description>Revision 1 posted to NHibernate 2.0  by Fabio Maulo on 31/08/2008 07:59:22 p.m.&lt;br /&gt;
&lt;p&gt;
&lt;span style="font-family:arial,sans-serif;"&gt;Working with object-oriented software and a relational database can be cumbersome
		and time consuming in today&amp;#39;s enterprise environments. NHibernate is an object/relational
		mapping tool for .NET environments. The term object/relational mapping (ORM) refers to
		the technique of mapping a data representation from an object model to a relational
		data model with a SQL-based schema.
	&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		NHibernate not only takes care of the mapping from .NET classes to
		database tables (and from .NET data types to SQL data types), but also provides data
		query and retrieval facilities and can significantly reduce development time otherwise
		spent with manual data handling in SQL and ADO.NET.
	&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		NHibernate&amp;#39;s goal is to relieve the developer from 95 percent of common data persistence
		related programming tasks. NHibernate may not be the best solution for data-centric
		applications that only use stored-procedures to implement the business logic in the
		database, it is most useful with object-oriented domain models and business logic in
		the .NET-based middle-tier. However, NHibernate can certainly help you to remove or
		encapsulate vendor-specific SQL code and will help with the common task of result set
		translation from a tabular representation to a graph of objects.
	&lt;/p&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		If you are new to NHibernate and Object/Relational Mapping or even .NET Framework,
		please follow these steps:
	&lt;/p&gt;
&lt;div style="font-family:arial,sans-serif;"&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;
				Read Your first NHibernate based application for a 30 minute tutorial.
			&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
				Read Chapter&amp;nbsp;2, &lt;i&gt;Architecture&lt;/i&gt; to understand the environments where
				NHibernate can be used.
			&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
				FAQs are answered on the NHibernate community blog.
			&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
				Google &amp;quot;NHibernate&amp;quot;, is a good source for
				design patterns and various integration solutions (ASP.NET, Windows
				Forms).
			&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;p style="font-family:arial,sans-serif;"&gt;
		If you have questions, use the
		&lt;a href="http://groups.google.com/group/nhusers"&gt;NHibernate group&lt;/a&gt;.
		We also provide a &lt;a href="http://jira.nhibernate.org/"&gt;JIRA issue trackings system&lt;/a&gt;
		for bug reports and feature requests.
		If you are interested in the development of NHibernate, join the &lt;a href="http://sourceforge.net/mail/?group_id=29446"&gt;developer mailing list&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>