<?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/"
		>
<channel>
	<title>Comments on: Developing Against Large Databases</title>
	<atom:link href="http://www.sullivansoftdev.com/blog/2010/01/30/developing-against-large-databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sullivansoftdev.com/blog/2010/01/30/developing-against-large-databases/</link>
	<description>From one geek to another</description>
	<lastBuildDate>Thu, 29 Sep 2011 13:47:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: James</title>
		<link>http://www.sullivansoftdev.com/blog/2010/01/30/developing-against-large-databases/comment-page-1/#comment-380</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 22 Mar 2010 13:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.sullivansoftdev.com/blog/?p=179#comment-380</guid>
		<description>For those projects that use NHibernate, you can use the GenerateSchema function to generate the database schema based off of the mappings. As far as filling the database with data goes, we require our devs to keep a certain unit test up-to-date: the &quot;integration test&quot; of testing whether we are able to successfully persist our domain objects to the database. In your case, it may be difficult to start from scratch and write an integration test for your 500 entity system, but you may find that it would be worth it for other reasons.</description>
		<content:encoded><![CDATA[<p>For those projects that use NHibernate, you can use the GenerateSchema function to generate the database schema based off of the mappings. As far as filling the database with data goes, we require our devs to keep a certain unit test up-to-date: the &#8220;integration test&#8221; of testing whether we are able to successfully persist our domain objects to the database. In your case, it may be difficult to start from scratch and write an integration test for your 500 entity system, but you may find that it would be worth it for other reasons.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

