<?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; ORM</title>
	<atom:link href="http://www.dotnet-tv.com/tag/orm/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>Effective Use of NoSQL In an ASP.NET MVC Web Application</title>
		<link>http://www.dotnet-tv.com/2010/11/02/effective-use-of-nosql-in-an-asp-net-mvc-web-application/</link>
		<comments>http://www.dotnet-tv.com/2010/11/02/effective-use-of-nosql-in-an-asp-net-mvc-web-application/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 11:46:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[nosql]]></category>
		<category><![CDATA[ORM]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1865</guid>
		<description><![CDATA[The NoSQL movement is gaining momentum (to many people&#8217;s annoyance) and gaining many fans. For developers who haven&#8217;t used a NoSQL solution (Object Database, Document Database, etc) it&#8217;s a bit awkward to conceive of how you might do common tasks – like querying or generating application reports. In this talk Rob Conery shows how you can build an effective data access strategy using both NoSQL and traditional Relational Databases, focusing on using each system for its strengths rather than compensating for its weaknesses.
Watch this streaming video from the Norwegian Developer ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/11/02/effective-use-of-nosql-in-an-asp-net-mvc-web-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object Relational Mapping and (ORM), Entity Framework (EF), and M Programming Language</title>
		<link>http://www.dotnet-tv.com/2010/04/19/object-relational-mapping-and-orm-entity-framework-ef-and-m-programming-language/</link>
		<comments>http://www.dotnet-tv.com/2010/04/19/object-relational-mapping-and-orm-entity-framework-ef-and-m-programming-language/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 11:58:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[entity]]></category>
		<category><![CDATA[ORM]]></category>
		<category><![CDATA[oslo]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1695</guid>
		<description><![CDATA[Ted Neward and Danny Simmons of the ADO.NET team discuss the Entity Framework, ORMs and OSLO

]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/04/19/object-relational-mapping-and-orm-entity-framework-ef-and-m-programming-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Practical Entity Framework for C#: Explore Entity Framework</title>
		<link>http://www.dotnet-tv.com/2010/01/18/practical-entity-framework-for-c-explore-entity-framework/</link>
		<comments>http://www.dotnet-tv.com/2010/01/18/practical-entity-framework-for-c-explore-entity-framework/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 12:14:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[entity]]></category>
		<category><![CDATA[ORM]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1589</guid>
		<description><![CDATA[ADO.NET Entity Framework is an object-relational mapping (ORM) framework for Microsoft .NET. In this video, Todd Miranda explores how to use the Entity Framework to access and manipulate data from a database.
http://msdn.microsoft.com/en-gb/vcsharp/dd565857.aspx
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/01/18/practical-entity-framework-for-c-explore-entity-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ORM, EDM, ESQL, Entity Framework, LINQ to SQL, LINQ to Entities &#8211; Confused?</title>
		<link>http://www.dotnet-tv.com/2009/12/23/orm-edm-esql-entity-framework-linq-to-sql-linq-to-entities-confused/</link>
		<comments>http://www.dotnet-tv.com/2009/12/23/orm-edm-esql-entity-framework-linq-to-sql-linq-to-entities-confused/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 12:21:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[linq]]></category>
		<category><![CDATA[ORM]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1549</guid>
		<description><![CDATA[Eric Nelson explains what are ORM, EDM, and ESQL, what is the difference between LINQ to SQL and LINQ to Entities, which one is going to be further developed by Microsoft in the future, accompanied by hands on demos showing how to use them. 
http://www.infoq.com/presentations/ORM-LINQ-Entity-Framework-Eric-Nelson
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/12/23/orm-edm-esql-entity-framework-linq-to-sql-linq-to-entities-confused/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Out and About: Entity Framework with Eric Nelson</title>
		<link>http://www.dotnet-tv.com/2009/07/23/out-and-about-entity-framework-with-eric-nelson/</link>
		<comments>http://www.dotnet-tv.com/2009/07/23/out-and-about-entity-framework-with-eric-nelson/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 11:37:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[entity framework]]></category>
		<category><![CDATA[ORM]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1349</guid>
		<description><![CDATA[Interview with Eric Nelson who was speaking at DevWeek 2009 in London in  March. He touches on which Microsoft ORM is strategic, runtime vs design time of  V1, Entity Framework is the Marmite of ORMs, alternative design surfaces, what  to expect from V2 and more.
 
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/07/23/out-and-about-entity-framework-with-eric-nelson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

