<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Musings&#60;Biefeld&#62; &#187; Uncategorized</title>
	<atom:link href="http://sbiefeld.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://sbiefeld.com</link>
	<description>- curiosities of development, life, the universe and everything -</description>
	<lastBuildDate>Thu, 17 Nov 2011 04:01:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>A rhyme for cordialities</title>
		<link>http://sbiefeld.com/2010/02/a-rhyme-for-cordialities/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-rhyme-for-cordialities</link>
		<comments>http://sbiefeld.com/2010/02/a-rhyme-for-cordialities/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 04:32:48 +0000</pubDate>
		<dc:creator>Sean Biefeld</dc:creator>
				<category><![CDATA[Poetry]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sbiefeld.com/?p=410</guid>
		<description><![CDATA[How are things&#8230; Things are things People are people I am neither Things nor people I am me you are you Next time ask How do you do]]></description>
			<content:encoded><![CDATA[<blockquote>
<h3>How are things&#8230;<br />
Things are things<br />
People are people<br />
I am neither<br />
Things nor people<br />
I am me<br />
you are you<br />
Next time ask<br />
How do you do</h3>
<h3></h3>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://sbiefeld.com/2010/02/a-rhyme-for-cordialities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Fluent NHibernate with an External NHibernate Config File</title>
		<link>http://sbiefeld.com/2009/07/configuring-fluent-nhibernate-with-an-external-nhibernate-config-file/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=configuring-fluent-nhibernate-with-an-external-nhibernate-config-file</link>
		<comments>http://sbiefeld.com/2009/07/configuring-fluent-nhibernate-with-an-external-nhibernate-config-file/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 18:03:03 +0000</pubDate>
		<dc:creator>Sean Biefeld</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sbiefeld.com/?p=384</guid>
		<description><![CDATA[A while ago I was having issues using configuring fluent NHibernate with an external configuration file. I kept running into the issue of mappings not being registered. I was finally able to get it working appropriately and thought I would share my solution. The key is to configure the normal mappings first and then pass [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago I was having issues using configuring fluent NHibernate with an external configuration file. I kept running into the issue of mappings not being registered. I was finally able to get it working appropriately and thought I would share my solution. The key is to configure the normal mappings first and then pass that configuration in when configuring fluent NHibernate.</p>
<pre style="background-color: #141414;font-family: Lucida Console;padding: 5px;border:solid 1px #333; overflow: auto; color: #BEBEC8; font-size: 10pt;"><span style="color: #cda869;">string</span> configFile = <span style="color: #8f9d6a;">"hibernate.cfg.xml"</span>;<br/><br/><span style="color: #5f5a5f;">//setup the normal map configuration</span><br/><span style="color: #cda869;">Configuration</span> normalConfig = <span style="color: #cda869;">new</span> <span style="color: #7386a5;">Configuration</span>().Configure(configFile);<br/><br/><span style="color: #5f5a5f;">//setup the fluent map configuration</span><br/><span style="color: #7386a5;">Fluently</span>.Configure(normalConfig)<br/>	.Mappings(<br/>		m =&gt; m.FluentMappings<br/>		.ConventionDiscovery.Add(<span style="color: #7386a5;">DefaultLazy</span>.AlwaysFalse())<br/>		.AddFromAssemblyOf&lt;<span style="color: #7386a5;">UserMap</span>&gt;())<br/>	.BuildConfiguration();<br/></pre>
]]></content:encoded>
			<wfw:commentRss>http://sbiefeld.com/2009/07/configuring-fluent-nhibernate-with-an-external-nhibernate-config-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

