<?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; entity</title>
	<atom:link href="http://www.dotnet-tv.com/tag/entity/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>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#: Entity Framework for ASP.NET</title>
		<link>http://www.dotnet-tv.com/2010/02/05/practical-entity-framework-for-c-entity-framework-for-asp-net/</link>
		<comments>http://www.dotnet-tv.com/2010/02/05/practical-entity-framework-for-c-entity-framework-for-asp-net/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 13:07:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[entity]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1625</guid>
		<description><![CDATA[ADO Entity Framework can be used in ASP.NET as well. There are only minor things to keep in mind. The EntityDataSource makes using an Entity Model in ASP.NET much easier. This video demonstrates how to use Entity Framework in ASP.NET.
http://msdn.microsoft.com/en-gb/vcsharp/dd565859.aspx
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/02/05/practical-entity-framework-for-c-entity-framework-for-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Practical Entity Framework for C#: Compiled Queries in Entity Framework</title>
		<link>http://www.dotnet-tv.com/2010/01/27/practical-entity-framework-for-c-compiled-queries-in-entity-framework/</link>
		<comments>http://www.dotnet-tv.com/2010/01/27/practical-entity-framework-for-c-compiled-queries-in-entity-framework/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 11:18:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[entity]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1607</guid>
		<description><![CDATA[With any new technology, performance implications are important to consider. If you want to get the best performance from Entity Framework queries, you should use the Compile function of the CompiledQuery class. This video demonstrates how to use compiled queries in the Entity Framework.
http://msdn.microsoft.com/en-gb/vcsharp/dd565858.aspx
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/01/27/practical-entity-framework-for-c-compiled-queries-in-entity-framework/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>LINQPad &#8211; New Features for Entity Framework</title>
		<link>http://www.dotnet-tv.com/2010/01/06/linqpad-new-features-for-entity-framework/</link>
		<comments>http://www.dotnet-tv.com/2010/01/06/linqpad-new-features-for-entity-framework/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 11:38:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[entity]]></category>
		<category><![CDATA[linq]]></category>
		<category><![CDATA[linqpad]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1569</guid>
		<description><![CDATA[Tiw webcast shows some exciting new features that turn LINQPad into an essential tool for writing and performance-tuning Entity Framework queries. 
 
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/01/06/linqpad-new-features-for-entity-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entity Framework Tips &amp; Tricks</title>
		<link>http://www.dotnet-tv.com/2009/12/29/entity-framework-tips-tricks/</link>
		<comments>http://www.dotnet-tv.com/2009/12/29/entity-framework-tips-tricks/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 12:07:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[entity]]></category>
		<category><![CDATA[linq]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1557</guid>
		<description><![CDATA[Developers discover a lot of behavior in the ADO.NET Entity Framework that is quite unexpected. Programming Entity Framework author, Julie Lerman, will help you avoid some surprises and show you tricks to make the most of Entity Framework. Learn how to provide default navigation property (foreign key) values, practical uses for Entity SQL, how to improve the performance of your LINQ and Entity SQL queries, combine Entities with .NET Generics to write reusable code and more. 
 
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/12/29/entity-framework-tips-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

