<?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>.NET Software Development Videos &#38; Tutorial Directory &#187; fluent</title>
	<atom:link href="http://www.dotnet-tv.com/tag/fluent/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotnet-tv.com</link>
	<description>.NET Software Development Tutorials and Videos: c#, asp, Sql Server, Linq, Visual Basic, Silverlight</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:35:29 +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>Fluent Nhibernate</title>
		<link>http://www.dotnet-tv.com/2010/11/18/fluent-nhibernate-2/</link>
		<comments>http://www.dotnet-tv.com/2010/11/18/fluent-nhibernate-2/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 11:49:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[fluent]]></category>
		<category><![CDATA[NHibernate]]></category>
		<category><![CDATA[ORM]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1880</guid>
		<description><![CDATA[An introduction and overview to object/relational mapping using Fluent NHibernate. See how Fluent NHibernate can help you map your domain with the least amount of effort, how you can remain flexible with your database, and how to drive your design through convention–over–configuration; all without writing a single line of XML.
Watch this streaming video from the Norwegian Developer Conference 2010
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/11/18/fluent-nhibernate-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fluent NHibernate</title>
		<link>http://www.dotnet-tv.com/2009/03/19/fluent-nhibernate/</link>
		<comments>http://www.dotnet-tv.com/2009/03/19/fluent-nhibernate/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 11:51:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[fluent]]></category>
		<category><![CDATA[NHibernate]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1228</guid>
		<description><![CDATA[TheVirtual ALT.NET Google group hosted a LiveMeeting event with Chad Myers to talk about  Fluent NHibernate.  Fluent NHibernate is a API that eliminates the messy XML  files.  It will create the mapping files and configuration file. In this demo, Chad will convert the Nhibernate  Made Simple project on Code Project to use the Fluent NHibernate.

]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/03/19/fluent-nhibernate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning to use Fluent NHibernate: Mapping with Composite Keys</title>
		<link>http://www.dotnet-tv.com/2009/03/09/learning-to-use-fluent-nhibernate-mapping-with-composite-keys/</link>
		<comments>http://www.dotnet-tv.com/2009/03/09/learning-to-use-fluent-nhibernate-mapping-with-composite-keys/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 10:12:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[fluent]]></category>
		<category><![CDATA[NHibernate]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1211</guid>
		<description><![CDATA[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.
http://www.dimecasts.net/Content/WatchEpisode/89
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/03/09/learning-to-use-fluent-nhibernate-mapping-with-composite-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning to use Fluent NHibernate: Getting started with your first mappings</title>
		<link>http://www.dotnet-tv.com/2009/02/09/learning-to-use-fluent-nhibernate-getting-started-with-your-first-mappings/</link>
		<comments>http://www.dotnet-tv.com/2009/02/09/learning-to-use-fluent-nhibernate-getting-started-with-your-first-mappings/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 18:32:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[fluent]]></category>
		<category><![CDATA[NHibernate]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1168</guid>
		<description><![CDATA[This episode starts a short series on how to use the FluentNHibernate  library to create you NHibernate mapping files. We will walk you though  creating very simple mappings and showing you how they work when using  FluentNhibernate. This is NOT meant to teach you how to use the NHibernate OR/M.
http://www.dimecasts.net/Content/WatchEpisode/83
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/02/09/learning-to-use-fluent-nhibernate-getting-started-with-your-first-mappings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

