<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with NHIbernate</title>
    <description>the latest stories tagged with 'NHIbernate' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>NHibernate - &amp;lt;natural-id/&amp;gt;</title>
      <description>A natural id is a way to refer to a unique field of an object as a substitute of the real entity identifier. A good (and typical) example of that would be with the User entity. We have the user name and the user id, both are unique, but the user id is usually something that is generated by our application and has no relation to the a human being. In other words, user #123814 doesn't mean anything to me, while user 'ayende' has a meaning to us. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2009%2f06%2f23%2fnhibernate-ltnatural-idgt.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2009%2f06%2f23%2fnhibernate-ltnatural-idgt.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/NHibernate_natural_id</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/NHibernate_natural_id</guid>
      <pubDate>Thu, 25 Jun 2009 17:38:42 GMT</pubDate>
    </item>
    <item>
      <title>Book review: NHibernate in Action</title>
      <description>In this post I review the book NHibernate in Action from Manning Publications. As far as I know this is the only book that solely covers the Object/Relational Mapper NHibernate. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bengtbe.com%2fblog%2fpost%2f2009%2f06%2f04%2fBook-review-NHibernate-in-Action.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bengtbe.com%2fblog%2fpost%2f2009%2f06%2f04%2fBook-review-NHibernate-in-Action.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Book_review_NHibernate_in_Action</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Book_review_NHibernate_in_Action</guid>
      <pubDate>Mon, 15 Jun 2009 07:29:35 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate - Beware of inadvisably applied caching strategies</title>
      <description>One of the usual approaches for performance problems with most applications is to just throw caching on the problem until it goes away. NHibernate supports a very sophisticated caching mechanism, but, by default, it is disabled. Not only that, but there are multiple levels of opt ins that you have to explicitly state before you can benefit from caching.
The answer is quite simple, caching is an incredibly sensitive topic, involving such things as data freshness, target size, repetitive requests, etc. Each and every time I have seen caching used as a hammer, it ended up in tears, with a lot of micro management of the cache and quite a bit of frustration. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2009%2f06%2f04%2fnhibernate-ndash-beware-of-inadvisably-applied-caching-strategies.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2009%2f06%2f04%2fnhibernate-ndash-beware-of-inadvisably-applied-caching-strategies.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NHibernate_Beware_of_inadvisably_applied_caching_strategies</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NHibernate_Beware_of_inadvisably_applied_caching_strategies</guid>
      <pubDate>Thu, 04 Jun 2009 06:09:30 GMT</pubDate>
    </item>
    <item>
      <title>Mapping a Twitter like domain with Fluent NHibernate</title>
      <description>I'm currently learning NHibernate, and one of the best ways to learn is to blog about it :) Since I'm not a big fan of XML files, I also wanted to use Fluent NHibernate to do the mapping. As an example I will use a social messaging domain, similar to Twitter. I will also use a Top-down approach, starting with the domain model, writing the mapping, and finally creating the database schema using the SchemaExport class in NHibernate.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bengtbe.com%2fblog%2fpost%2f2009%2f05%2f24%2fMapping-a-Twitter-like-domain-with-Fluent-NHibernate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bengtbe.com%2fblog%2fpost%2f2009%2f05%2f24%2fMapping-a-Twitter-like-domain-with-Fluent-NHibernate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Mapping_a_Twitter_like_domain_with_Fluent_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Mapping_a_Twitter_like_domain_with_Fluent_NHibernate</guid>
      <pubDate>Sun, 24 May 2009 20:07:34 GMT</pubDate>
    </item>
    <item>
      <title>Logging NHibernate SQL with log4net in ASP.NET</title>
      <description>Have you ever wondered how to log the SQL generated by NHibernate? This post tries to exemplify just that. NHibernate uses HQL to leverage its expressiveness to the developer, but behind the scenes there is an engine that transforms the HQL into pure SQL that is executed against the database. This SQL can be logged so that you can see its... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.leniel.net%2f2009%2f05%2flogging-nhibernate-sql-log4net-aspnet.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.leniel.net%2f2009%2f05%2flogging-nhibernate-sql-log4net-aspnet.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Logging_NHibernate_SQL_with_log4net_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Logging_NHibernate_SQL_with_log4net_in_ASP_NET</guid>
      <pubDate>Sun, 24 May 2009 03:39:24 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate guides</title>
      <description>I made compilation of various NHibernate guides, help topics, walktroughts, . .
Main source is Ayende and Fabio Maulo guides and posts which I find most useful. I hope you'll find this compilation useful either.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fit.tmod.pl%2fBlog%2fEntryId%2f148%2fNHibernate-guides.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fit.tmod.pl%2fBlog%2fEntryId%2f148%2fNHibernate-guides.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/NHibernate_guides</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/NHibernate_guides</guid>
      <pubDate>Thu, 07 May 2009 19:50:52 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate: Transparent pre generation of lazy loading proxies in VS</title>
      <description>Pre generate NHibernate lazy loading proxies with minimal changes to project, build and deploy configuration, to make whole process of proxies pre generation transparent as much as possible. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fit.tmod.pl%2fBlog%2fEntryId%2f145%2fNHibernate-Transparent-pre-generation-of-lazy-loading-proxies-in-Visual-Studio.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fit.tmod.pl%2fBlog%2fEntryId%2f145%2fNHibernate-Transparent-pre-generation-of-lazy-loading-proxies-in-Visual-Studio.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/NHibernate_Transparent_pre_generation_of_lazy_loading_proxies_in_VS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/NHibernate_Transparent_pre_generation_of_lazy_loading_proxies_in_VS</guid>
      <pubDate>Tue, 05 May 2009 19:55:36 GMT</pubDate>
    </item>
    <item>
      <title>ActiveRecord, Firebird and Guid Primary Keys</title>
      <description>I like to use the Guid values as Primary Keys, because I do a lot of data synchronization and sometimes I need to know the ID value before saving the record into the database. Here is a good article about using the Guid as Primary Key. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f04%2factiverecord-firebird-and-guid-primary.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f04%2factiverecord-firebird-and-guid-primary.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/ActiveRecord_Firebird_and_Guid_Primary_Keys</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/ActiveRecord_Firebird_and_Guid_Primary_Keys</guid>
      <pubDate>Tue, 28 Apr 2009 17:37:19 GMT</pubDate>
    </item>
    <item>
      <title>Simple example of using a Subquery in NHibernate when using ICriteria</title>
      <description>Here is a simple, straight forward way to create a subquery with NHibernate. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f04%2f06%2fsimple-example-of-using-a-subquery-in-nhibernate-when-using-icriteria.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f04%2f06%2fsimple-example-of-using-a-subquery-in-nhibernate-when-using-icriteria.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/Simple_example_of_using_a_Subquery_in_NHibernate_when_using_ICriteria</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/Simple_example_of_using_a_Subquery_in_NHibernate_when_using_ICriteria</guid>
      <pubDate>Tue, 07 Apr 2009 07:04:07 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to NHibernate, pt.5 - Mapping Value Types</title>
      <description>In this post author mentions about mapping value types in nhibernate. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fian_cooper%2farchive%2f2009%2f03%2f22%2fintroduction-to-nhibernate-pt-5.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fian_cooper%2farchive%2f2009%2f03%2f22%2fintroduction-to-nhibernate-pt-5.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Introduction_to_NHibernate_pt_5_Mapping_Value_Types</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Introduction_to_NHibernate_pt_5_Mapping_Value_Types</guid>
      <pubDate>Sun, 22 Mar 2009 18:55:58 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate POID Generators revealed</title>
      <description>In this post author shows some differences among identity generators for NHibernate. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2ftuna_toksoz%2farchive%2f2009%2f03%2f20%2fnhibernate-poid-generators-revealed.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2ftuna_toksoz%2farchive%2f2009%2f03%2f20%2fnhibernate-poid-generators-revealed.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NHibernate_POID_Generators_revealed</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NHibernate_POID_Generators_revealed</guid>
      <pubDate>Sun, 22 Mar 2009 02:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Fluent NHibernate new style mappings - powerful semantics</title>
      <description>So today I updated to the latest build of Fluent NHibernate.  As any of you who might have done the same have discovered there are some breaking changes. I wasn't sure I liked the new class based conventions at first, especially since it wasn't clear at first how to tackle altering my mappings. Then it dawned on me how powerful the conventions would end up being while also promoting DRY. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fang3lfir3.wordpress.com%2f2009%2f03%2f18%2ffluent-nhibernate-new-style-mappings-powerful-semantics%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fang3lfir3.wordpress.com%2f2009%2f03%2f18%2ffluent-nhibernate-new-style-mappings-powerful-semantics%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Fluent_NHibernate_new_style_mappings_powerful_semantics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Fluent_NHibernate_new_style_mappings_powerful_semantics</guid>
      <pubDate>Fri, 20 Mar 2009 01:01:06 GMT</pubDate>
    </item>
    <item>
      <title>Verifying that that your data is Eagerly loaded in NHibernate</title>
      <description>Taking a look at how you can use the NHibernateUtil to ensure that your eager loaded data was actually eagerly loaded. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f03%2f06%2fverifying-that-that-your-data-is-eagerly-loaded-in-nhibernate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f03%2f06%2fverifying-that-that-your-data-is-eagerly-loaded-in-nhibernate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Verifying_that_that_your_data_is_Eagerly_loaded_in_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Verifying_that_that_your_data_is_Eagerly_loaded_in_NHibernate</guid>
      <pubDate>Fri, 06 Mar 2009 22:10:51 GMT</pubDate>
    </item>
    <item>
      <title>Eager loading a One-to-Many collection w/ NHibernate</title>
      <description>A quick overview on how to resolve a common one-to-many issue with eager loading when you get multiple records back from the child collection. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f03%2f05%2feager-loading-a-one-to-many-collection-w-nhibernate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f03%2f05%2feager-loading-a-one-to-many-collection-w-nhibernate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Eager_loading_a_One_to_Many_collection_w_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Eager_loading_a_One_to_Many_collection_w_NHibernate</guid>
      <pubDate>Fri, 06 Mar 2009 22:01:07 GMT</pubDate>
    </item>
    <item>
      <title>Learning to use Fluent NHibernate: Mapping with Composite Keys</title>
      <description>In this episode we will continue our short series on how to use the FluentNHibernate library to create you NHibernate mapping files. We will walk you though how to create your mappings for tables which have Composite Keys. This is NOT meant to teach you how to use the NHibernate OR/M &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f89"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f89" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/Learning_to_use_Fluent_NHibernate_Mapping_with_Composite_Keys</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/Learning_to_use_Fluent_NHibernate_Mapping_with_Composite_Keys</guid>
      <pubDate>Wed, 04 Mar 2009 04:01:03 GMT</pubDate>
    </item>
    <item>
      <title>NH2.1.0: generators behavior explained</title>
      <description>Diving in generators behavior. In the last year we saw an increment of NHibernate's users and sometimes they are ignoring some facts, by the way I'm hoping this post will be useful to "old" users too. I will try to show you what happen behind the scene and hopefully this will be one of the bases, of your decision, when you must choose a POID generator strategy.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffabiomaulo.blogspot.com%2f2009%2f02%2fnh210-generators-behavior-explained.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffabiomaulo.blogspot.com%2f2009%2f02%2fnh210-generators-behavior-explained.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NH2_1_0_generators_behavior_explained</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NH2_1_0_generators_behavior_explained</guid>
      <pubDate>Fri, 27 Feb 2009 06:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Troubleshooting common mapping bugs with NHibernate</title>
      <description>Explore 7 common errors encountered while working with NHibernate Mappings, looking at their causes and how to resolve them &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f02%2f21%2ftroubleshooting-common-mapping-bugs-with-nhibernate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f02%2f21%2ftroubleshooting-common-mapping-bugs-with-nhibernate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Troubleshooting_common_mapping_bugs_with_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Troubleshooting_common_mapping_bugs_with_NHibernate</guid>
      <pubDate>Mon, 23 Feb 2009 21:04:04 GMT</pubDate>
    </item>
    <item>
      <title>Diving in NHibernate.Validator</title>
      <description>Surfing in the NET, to find some NHibernate.Validator (NHV) example, I saw that there are various things not so clear about how NHV is working. In this post I'll try to give you a more deep explication.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffabiomaulo.blogspot.com%2f2009%2f02%2fdiving-in-nhibernatevalidator.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffabiomaulo.blogspot.com%2f2009%2f02%2fdiving-in-nhibernatevalidator.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Diving_in_NHibernate_Validator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Diving_in_NHibernate_Validator</guid>
      <pubDate>Thu, 26 Feb 2009 18:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Improve your NHibernating with NHProf</title>
      <description>A short review of experience using Hibernate profiling/debugging tool NHProf.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhiberlog.wordpress.com%2f2009%2f02%2f17%2fimprove-your-nhibernating-with-nhprof%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhiberlog.wordpress.com%2f2009%2f02%2f17%2fimprove-your-nhibernating-with-nhprof%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Improve_your_NHibernating_with_NHProf</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Improve_your_NHibernating_with_NHProf</guid>
      <pubDate>Wed, 18 Feb 2009 20:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Changing the default conversation factory for uNHAddins</title>
      <description>Advanced usage of uNHAddins conversation for NHibernate &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgustavoringel.blogspot.com%2f2009%2f02%2fchanging-default-conversation-factory.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgustavoringel.blogspot.com%2f2009%2f02%2fchanging-default-conversation-factory.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Changing_the_default_conversation_factory_for_uNHAddins</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Changing_the_default_conversation_factory_for_uNHAddins</guid>
      <pubDate>Fri, 13 Feb 2009 13:29:22 GMT</pubDate>
    </item>
    <item>
      <title>Learning to use Fluent NHibernate: Getting started w/ your 1st Mapping</title>
      <description>Learning to use Fluent NHibernate: Getting started w/ your first mappings &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f83"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f83" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Learning_to_use_Fluent_NHibernate_Getting_started_w_your_1st_Mapping</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Learning_to_use_Fluent_NHibernate_Getting_started_w_your_1st_Mapping</guid>
      <pubDate>Thu, 05 Feb 2009 23:31:14 GMT</pubDate>
    </item>
    <item>
      <title>Mapping a One-To-Many Relationship with Fluent-NHibernate w/ Composite</title>
      <description>Taking a look at how to setup the NHibernate mappings using Fluent-NHibernate when you have a One-To-Many relationship which uses composite-id's. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f01%2f30%2fmapping-a-one-to-many-relationship-with-fluent-nhibernate-w-composite-id-s.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f01%2f30%2fmapping-a-one-to-many-relationship-with-fluent-nhibernate-w-composite-id-s.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Mapping_a_One_To_Many_Relationship_with_Fluent_NHibernate_w_Composite</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Mapping_a_One_To_Many_Relationship_with_Fluent_NHibernate_w_Composite</guid>
      <pubDate>Sat, 31 Jan 2009 22:22:23 GMT</pubDate>
    </item>
    <item>
      <title>Mapping a One-To-Many Relationship with Fluent-NHibernate w/ Composite</title>
      <description>Taking a look at how to setup the NHibernate mappings using Fluent-NHibernate when you have a One-To-Many relationship which uses composite-id's. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f01%2f30%2fmapping-a-one-to-many-relationship-with-fluent-nhibernate-w-composite-id-s.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f01%2f30%2fmapping-a-one-to-many-relationship-with-fluent-nhibernate-w-composite-id-s.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Mapping_a_One_To_Many_Relationship_with_Fluent_NHibernate_w_Composite</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Mapping_a_One_To_Many_Relationship_with_Fluent_NHibernate_w_Composite</guid>
      <pubDate>Sat, 31 Jan 2009 22:22:23 GMT</pubDate>
    </item>
    <item>
      <title>Many-to-One mapping throwing a ObjectNotFoundException, and how to fix</title>
      <description>A simple how-to on how to get around the pesky ObjectNotFoundException when dealing with collections in NHibernate &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f01%2f29%2fmany-to-one-mapping-throwing-a-objectnotfoundexception-and-how-to-resolve-it.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f01%2f29%2fmany-to-one-mapping-throwing-a-objectnotfoundexception-and-how-to-resolve-it.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Many_to_One_mapping_throwing_a_ObjectNotFoundException_and_how_to_fix</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Many_to_One_mapping_throwing_a_ObjectNotFoundException_and_how_to_fix</guid>
      <pubDate>Thu, 29 Jan 2009 21:50:17 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate Query Analyzer + ActiveRecord</title>
      <description>NHibernate Query Analyzer (NHQA) helps a lot while working in a .NET project with a relational database that makes use of NHibernate as the persistence manager.

I was having a problem getting NHQA to work with a business data layer constructed with the help of ActiveRecord - I searched the Internet for a path that would led me in the right direction and after solving small errors I got NHQA working with a proper configuration file.

In this post you'll find the content of the file so that you can get a sense of what must be done with the initial configuration of NHQA. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.leniel.net%2f2008%2f11%2fnhibernate-query-analyzer-activerecord.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.leniel.net%2f2008%2f11%2fnhibernate-query-analyzer-activerecord.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/NHibernate_Query_Analyzer_ActiveRecord</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/NHibernate_Query_Analyzer_ActiveRecord</guid>
      <pubDate>Mon, 19 Jan 2009 11:27:11 GMT</pubDate>
    </item>
  </channel>
</rss>