<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: The Beauty of Fluent NHibernate Automapping</title>
	<atom:link href="http://chriscyvas.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/feed/" rel="self" type="application/rss+xml" />
	<link>http://chriscyvas.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/</link>
	<description></description>
	<lastBuildDate>Sun, 29 Nov 2009 16:44:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: chriscyvas</title>
		<link>http://chriscyvas.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-193</link>
		<dc:creator>chriscyvas</dc:creator>
		<pubDate>Sun, 26 Jul 2009 13:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://chriscyvas.wordpress.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-193</guid>
		<description>Yes, I am familiar with Cuyahoga. It is a very nice system. I used it as inspiration for the CMS functionality in dC. :) dC isn&#039;t built as a module for any CMS, and I don&#039;t have any plans to do that.</description>
		<content:encoded><![CDATA[<p>Yes, I am familiar with Cuyahoga. It is a very nice system. I used it as inspiration for the CMS functionality in dC. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  dC isn&#8217;t built as a module for any CMS, and I don&#8217;t have any plans to do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: constructor</title>
		<link>http://chriscyvas.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-192</link>
		<dc:creator>constructor</dc:creator>
		<pubDate>Sun, 26 Jul 2009 10:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://chriscyvas.wordpress.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-192</guid>
		<description>There is a great CMS that I use called Cuyahoga (http://www.cuyahoga-project.org/) and this uses NHibernate also. The system is great. In fact, the reason I have just found and am currently using Dashcommerce is due to the requirement to source an ECommerce solution for some jobs that may be coming up.

I would REALLY like to see the two work together... I am looking at this right now! So the news that you are to move to NHibernate is great. Take a look at http://www.cuyahoga-project.org/. I think Dashcommerce would make an awesome module...</description>
		<content:encoded><![CDATA[<p>There is a great CMS that I use called Cuyahoga (<a href="http://www.cuyahoga-project.org/" rel="nofollow">http://www.cuyahoga-project.org/</a>) and this uses NHibernate also. The system is great. In fact, the reason I have just found and am currently using Dashcommerce is due to the requirement to source an ECommerce solution for some jobs that may be coming up.</p>
<p>I would REALLY like to see the two work together&#8230; I am looking at this right now! So the news that you are to move to NHibernate is great. Take a look at <a href="http://www.cuyahoga-project.org/" rel="nofollow">http://www.cuyahoga-project.org/</a>. I think Dashcommerce would make an awesome module&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chriscyvas</title>
		<link>http://chriscyvas.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-191</link>
		<dc:creator>chriscyvas</dc:creator>
		<pubDate>Thu, 18 Jun 2009 01:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://chriscyvas.wordpress.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-191</guid>
		<description>Hi Ant,
I created a code generation tool that uses NVelocity for templating that allows me to spit out the POCO&#039;s quickly. It&#039;s not exactly how I think it should be done, but with an existing system, I wanted to get on to the meat of the work quickly and this helped with that.</description>
		<content:encoded><![CDATA[<p>Hi Ant,<br />
I created a code generation tool that uses NVelocity for templating that allows me to spit out the POCO&#8217;s quickly. It&#8217;s not exactly how I think it should be done, but with an existing system, I wanted to get on to the meat of the work quickly and this helped with that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antony Briggs</title>
		<link>http://chriscyvas.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-190</link>
		<dc:creator>Antony Briggs</dc:creator>
		<pubDate>Wed, 17 Jun 2009 19:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://chriscyvas.wordpress.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-190</guid>
		<description>Hi Chris, I read this article with interest as I&#039;ve got a couple of sites using subsonic and the main reason I started with subsonic was the auto-generation of the classes from the db tables. Have you manually created all the poco tables required for you to jump ship to NHibernate or have you found some tool to do the heavy lifting for you?(after all 50+ tables is a lot in anyone&#039;s money)

Ant

(P.S. I&#039;d previously been eyeing up Castle ActiveRecord as a replacement for SubSonic)</description>
		<content:encoded><![CDATA[<p>Hi Chris, I read this article with interest as I&#8217;ve got a couple of sites using subsonic and the main reason I started with subsonic was the auto-generation of the classes from the db tables. Have you manually created all the poco tables required for you to jump ship to NHibernate or have you found some tool to do the heavy lifting for you?(after all 50+ tables is a lot in anyone&#8217;s money)</p>
<p>Ant</p>
<p>(P.S. I&#8217;d previously been eyeing up Castle ActiveRecord as a replacement for SubSonic)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth</title>
		<link>http://chriscyvas.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-189</link>
		<dc:creator>Kenneth</dc:creator>
		<pubDate>Sun, 31 May 2009 19:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://chriscyvas.wordpress.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-189</guid>
		<description>I have a question becuase I have implemented a virtual webservice http handler for the webpartmanager to provide more ajax functionality. this works fine in the devenv however when hosted on IIS 7 with a classic application pool. this part tanks. I change the application pool from classic to integrated then subsonic tanks on a Utility.GetSiteRoot() with an error on the context not being available for get_Request(). is this one on the reasons you are looking for another DAL for dash commerce?</description>
		<content:encoded><![CDATA[<p>I have a question becuase I have implemented a virtual webservice http handler for the webpartmanager to provide more ajax functionality. this works fine in the devenv however when hosted on IIS 7 with a classic application pool. this part tanks. I change the application pool from classic to integrated then subsonic tanks on a Utility.GetSiteRoot() with an error on the context not being available for get_Request(). is this one on the reasons you are looking for another DAL for dash commerce?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kieron Mc</title>
		<link>http://chriscyvas.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-188</link>
		<dc:creator>Kieron Mc</dc:creator>
		<pubDate>Wed, 27 May 2009 16:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://chriscyvas.wordpress.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-188</guid>
		<description>Chris,

Good luck with NHibernate. I have been using it for just under a year now and believe me it took quite a while to get to grips with the best way to achieve things but I have to say, I&#039;m loving NHibernate! I do use Fluent NHibernate but the only draw back is that it doesn&#039;t support stored procs.

K</description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>Good luck with NHibernate. I have been using it for just under a year now and believe me it took quite a while to get to grips with the best way to achieve things but I have to say, I&#8217;m loving NHibernate! I do use Fluent NHibernate but the only draw back is that it doesn&#8217;t support stored procs.</p>
<p>K</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Yong</title>
		<link>http://chriscyvas.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-187</link>
		<dc:creator>Daniel Yong</dc:creator>
		<pubDate>Sat, 18 Apr 2009 01:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://chriscyvas.wordpress.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-187</guid>
		<description>I am really looking forward to the nhibernate version of dashCommerce.  I was looking into nhibernate before looking into more specifically purposed application/frameworks (and bumping into dashCommerce), and one of the first things I thought when I looked at the dashCommerce source was &quot;Imagine if this was done using nHibernate!&quot;</description>
		<content:encoded><![CDATA[<p>I am really looking forward to the nhibernate version of dashCommerce.  I was looking into nhibernate before looking into more specifically purposed application/frameworks (and bumping into dashCommerce), and one of the first things I thought when I looked at the dashCommerce source was &#8220;Imagine if this was done using nHibernate!&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chriscyvas</title>
		<link>http://chriscyvas.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-186</link>
		<dc:creator>chriscyvas</dc:creator>
		<pubDate>Thu, 02 Apr 2009 22:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://chriscyvas.wordpress.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-186</guid>
		<description>Will do.</description>
		<content:encoded><![CDATA[<p>Will do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert Arranz</title>
		<link>http://chriscyvas.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-185</link>
		<dc:creator>Albert Arranz</dc:creator>
		<pubDate>Wed, 01 Apr 2009 07:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://chriscyvas.wordpress.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-185</guid>
		<description>Hi Chris,

Please, before begining with NHibernate, please, take a look at this persistent framework: http://www.codeplex.com/euss.

It&#039;s a great framework, very complet, free, open source, very easy to use, robust, ...

I&#039;m using it in my comercial projects and works very fine.

Please, just take a look before apply NHibernate.

Thank you for your work.
Albert Arranz</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>Please, before begining with NHibernate, please, take a look at this persistent framework: <a href="http://www.codeplex.com/euss" rel="nofollow">http://www.codeplex.com/euss</a>.</p>
<p>It&#8217;s a great framework, very complet, free, open source, very easy to use, robust, &#8230;</p>
<p>I&#8217;m using it in my comercial projects and works very fine.</p>
<p>Please, just take a look before apply NHibernate.</p>
<p>Thank you for your work.<br />
Albert Arranz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chriscyvas</title>
		<link>http://chriscyvas.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-184</link>
		<dc:creator>chriscyvas</dc:creator>
		<pubDate>Fri, 27 Mar 2009 21:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://chriscyvas.wordpress.com/2009/03/17/the-beauty-of-fluent-nhibernate-automaping/#comment-184</guid>
		<description>NHibernate is persistent ignorant. The community is growing hugely. It has support for more databases. It does not take a database up approach, which loosens what we can do with the objects. There are other technical reasons, but these are the highlights.</description>
		<content:encoded><![CDATA[<p>NHibernate is persistent ignorant. The community is growing hugely. It has support for more databases. It does not take a database up approach, which loosens what we can do with the objects. There are other technical reasons, but these are the highlights.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
