<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Rowan Miller Demonstrates Entity Framework 5 Using ASP.NET MVC 4</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/Web+Camps+TV/Rowan-Miller-Demonstrates-Entity-Framework-5-Using-ASPNET-MVC-4/RSS"></atom:link>
	<image>
		<url>http://media.ch9.ms/ch9/83ee/91ab5ceb-71e9-4945-ac4a-45b96a0983ee/RowanMillerDemonstratesEntityFramework5withASPNET_220.jpg</url>
		<title>Channel 9 - Rowan Miller Demonstrates Entity Framework 5 Using ASP.NET MVC 4</title>
		<link></link>
	</image>
	<description>In this episode, Rowan Miller shows you how to get started using his team&#39;s latest release, Entity Framework 5. Using a new ASP.NET MVC 4 project, he creates a database using code, then scaffolds an ASP.NET MVC 4 web site to enter and view data from the database. Using the new Migrations features of EF, he then adds some setup and teardown logic and changes the schema. Near the end, the new spatial data features of EF5 are used to demonstrate a geographical search feature, wherein he sorts a series of records in the database according to their proximity to his office. These new spatial features alone make this an exciting episode. Come check out EF5 and see how to use it in your ASP.NET MVC 4 applications today. </description>
	<link></link>
	<language>en</language>
	<pubDate>Thu, 23 May 2013 11:35:47 GMT</pubDate>
	<lastBuildDate>Thu, 23 May 2013 11:35:47 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Rowan Miller Demonstrates Entity Framework 5 Using ASP.NET MVC 4</title>
		<description>
			<![CDATA[<p>This was a fantastic introduction to EF5.&nbsp; Glad to see Migrations as that is exactly what was missing for us to use Code First EF in our project.&nbsp; Enums finally!! <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>&nbsp;</p><p>Thanks Rowan and team!</p><p>posted by ShakaZulu</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Web+Camps+TV/Rowan-Miller-Demonstrates-Entity-Framework-5-Using-ASPNET-MVC-4#c634744460920787862</link>
		<pubDate>Mon, 04 Jun 2012 22:34:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Web+Camps+TV/Rowan-Miller-Demonstrates-Entity-Framework-5-Using-ASPNET-MVC-4#c634744460920787862</guid>
		<dc:creator>ShakaZulu</dc:creator>
	</item>
	<item>
		<title>Re: Rowan Miller Demonstrates Entity Framework 5 Using ASP.NET MVC 4</title>
		<description>
			<![CDATA[Really impressed with the geoSpatial capabilities of EF5...that&#39;s a REALLY helpful functional offering that otherwise requires 3rd party libraries or TSQL coding&#40;NO&#33;&#41;.<p>posted by Kyle Banashek</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Web+Camps+TV/Rowan-Miller-Demonstrates-Entity-Framework-5-Using-ASPNET-MVC-4#c634744576457205027</link>
		<pubDate>Tue, 05 Jun 2012 01:47:25 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Web+Camps+TV/Rowan-Miller-Demonstrates-Entity-Framework-5-Using-ASPNET-MVC-4#c634744576457205027</guid>
		<dc:creator>Kyle Banashek</dc:creator>
	</item>
	<item>
		<title>Re: Rowan Miller Demonstrates Entity Framework 5 Using ASP.NET MVC 4</title>
		<description>
			<![CDATA[<p>Fantastic! Great new capabilities!</p><p>But... what about help ? 'Get-Help EntityFramework' command is not working in VS2012. Am I missing something?<br>Package Manager Console says:</p><p><pre class="brush: ps">PM&gt; Get-Help EntityFramework
get-help : Get-Help could not find EntityFramework in a help file in this session. To download updated help topics type: &quot;Update-Help&quot;. To get help online, ...</pre></p><p>&nbsp;</p><p>I am using EF 4.3.1.</p><p>Thanks.</p><p>posted by jlfaa</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Web+Camps+TV/Rowan-Miller-Demonstrates-Entity-Framework-5-Using-ASPNET-MVC-4#c634746866211033407</link>
		<pubDate>Thu, 07 Jun 2012 17:23:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Web+Camps+TV/Rowan-Miller-Demonstrates-Entity-Framework-5-Using-ASPNET-MVC-4#c634746866211033407</guid>
		<dc:creator>jlfaa</dc:creator>
	</item>
	<item>
		<title>Re: Rowan Miller Demonstrates Entity Framework 5 Using ASP.NET MVC 4</title>
		<description>
			<![CDATA[<p>@<a href="/Shows/Web&#43;Camps&#43;TV/Rowan-Miller-Demonstrates-Entity-Framework-5-Using-ASPNET-MVC-4#c634746866211033407">jlfaa</a>:The help topic was added&nbsp;in EF 5.0.0-beta2</p><p>posted by bricelam</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Web+Camps+TV/Rowan-Miller-Demonstrates-Entity-Framework-5-Using-ASPNET-MVC-4#c634752031395367004</link>
		<pubDate>Wed, 13 Jun 2012 16:52:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Web+Camps+TV/Rowan-Miller-Demonstrates-Entity-Framework-5-Using-ASPNET-MVC-4#c634752031395367004</guid>
		<dc:creator>bricelam</dc:creator>
	</item>
	<item>
		<title>Re: Rowan Miller Demonstrates Entity Framework 5 Using ASP.NET MVC 4</title>
		<description>
			<![CDATA[<p>how do you view the console in vs 2010 to get ef5?</p><p>posted by Nikoz101</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Web+Camps+TV/Rowan-Miller-Demonstrates-Entity-Framework-5-Using-ASPNET-MVC-4#c634778557382796327</link>
		<pubDate>Sat, 14 Jul 2012 09:42:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Web+Camps+TV/Rowan-Miller-Demonstrates-Entity-Framework-5-Using-ASPNET-MVC-4#c634778557382796327</guid>
		<dc:creator>Nikoz101</dc:creator>
	</item>
	<item>
		<title>Re: Rowan Miller Demonstrates Entity Framework 5 Using ASP.NET MVC 4</title>
		<description>
			<![CDATA[Will it support for windows phone development &#63;<p>posted by Jacob Handaya</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Web+Camps+TV/Rowan-Miller-Demonstrates-Entity-Framework-5-Using-ASPNET-MVC-4#c634787178900571217</link>
		<pubDate>Tue, 24 Jul 2012 09:11:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Web+Camps+TV/Rowan-Miller-Demonstrates-Entity-Framework-5-Using-ASPNET-MVC-4#c634787178900571217</guid>
		<dc:creator>Jacob Handaya</dc:creator>
	</item>
	<item>
		<title>Re: Rowan Miller Demonstrates Entity Framework 5 Using ASP.NET MVC 4</title>
		<description>
			<![CDATA[<p>Does anybody know if that &quot;OUTPUT&quot; value decimal bug got fixed where the decimal value is rounded to be an integer?</p><p>posted by DevDeva</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Web+Camps+TV/Rowan-Miller-Demonstrates-Entity-Framework-5-Using-ASPNET-MVC-4#c634801938736476089</link>
		<pubDate>Fri, 10 Aug 2012 11:11:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Web+Camps+TV/Rowan-Miller-Demonstrates-Entity-Framework-5-Using-ASPNET-MVC-4#c634801938736476089</guid>
		<dc:creator>DevDeva</dc:creator>
	</item>
</channel>
</rss>