<?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 - Visual Studio Toolbox: Entity Framework Part 2</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2/RSS"></atom:link>
	<image>
		<url>http://ak.channel9.msdn.com/ch9/b0a5/010ecd2b-f2e3-4d47-8c39-9fde0117b0a5/VSToolbox25_100_ch9.jpg</url>
		<title>Channel 9 - Visual Studio Toolbox: Entity Framework Part 2</title>
		<link></link>
	</image>
	<description>In this episode, Rowan Miller and Diego Vega return for Part 2 of our deep dive into the Entity Framework. In Part 1, they showed the following workflows available in Entity Framework 4.2: Code First, Model First, Database First, and Code First with an existing database. In this episode, they show a new feature coming very soon in version 4.3: Code First Migrations. And then they talk about what&#39;s coming in Entity Framework 5.0. Code First Migrations starts around 3:40 Entity Framework futures starts around 25:20 </description>
	<link></link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 02:14:35 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 02:14:35 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Visual Studio Toolbox: Entity Framework Part 2</title>
		<description>
			<![CDATA[<p>Interesting video and thank you.</p><p>I however see different data in terms of Linq to SQL usage over Linq to Entities in the field. Primarily because Linq to Entities has some problems on Windows XP and that is a large platform in the deployment area, specifically for line of business and enterprise software. Its also quicker out of the box to knock out a Linq to SQL classes model and start coding right away, without the worry about how to handle the metadata files that are intrinsic to Linq to Entities.</p><p>Despite all of this, I agree that Linq to Entities is the way to go in the long run. I use it in many of my products and services to support multiple database models (primary SQL Server and MySQL).</p><p>Keep up the hard work and will look forward to more videos to come.</p><p>posted by DeadX07</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634631227183122058</link>
		<pubDate>Wed, 25 Jan 2012 21:11:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634631227183122058</guid>
		<dc:creator>DeadX07</dc:creator>
	</item>
	<item>
		<title>Re: Visual Studio Toolbox: Entity Framework Part 2</title>
		<description>
			<![CDATA[<p>@Everyone: Here is a link to the EF 4.3 beta release announcement. You will find more information about what is included and how to get the bits: <a href="http://blogs.msdn.com/b/adonet/archive/2012/01/12/ef-4-3-beta-1-released.aspx">http://blogs.msdn.com/b/adonet/archive/2012/01/12/ef-4-3-beta-1-released.aspx</a>.</p><p>Thanks.</p><p>posted by DiegoV</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634631296148762590</link>
		<pubDate>Wed, 25 Jan 2012 23:06:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634631296148762590</guid>
		<dc:creator>DiegoV</dc:creator>
	</item>
	<item>
		<title>Re: Visual Studio Toolbox: Entity Framework Part 2</title>
		<description>
			<![CDATA[<p>I do have one question regarding future releases,</p><p>If EF will be NuGet only, what will support for Express versions be seeing as NuGet is an extension; or will it be (or is it) one of the few Express scantioned extensions? Obviously if NuGet isn't usable in Express this will severly limit who can use the latest versions.</p><p>posted by Atlantisbase</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634632000847127317</link>
		<pubDate>Thu, 26 Jan 2012 18:41:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634632000847127317</guid>
		<dc:creator>Atlantisbase</dc:creator>
	</item>
	<item>
		<title>Re: Visual Studio Toolbox: Entity Framework Part 2</title>
		<description>
			<![CDATA[<p>@<a href="/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634632000847127317">Atlantisbase</a>: NuGet will be available in all SKUs of Visual Studio 11. Unfortunately I don't think there is a way to get NuGet to install in Visual C# Express 2010 or Visual Basic Express 2010, but here is a workaround:</p><ol><li>Go to the NuGet Gallery site: <a href="http://nuget.org">http://nuget.org</a> </li><li>Login (create a user account if necessary) </li><li>Navigate to the packages section:&nbsp;<a href="http://nuget.org/packages">http://nuget.org/packages</a> </li><li>Select EntityFramework and the version that you want to obtain </li><li>Click on the Download link on the left (currently, the link only appears if you login) </li><li>Rename the .NUPKG file to .ZIP and extract EntityFramework.dll </li><li>Add EntityFramework.dll to your project manually </li></ol><p>This should give you access to all the functionality of DbContext and CodeFirst. I am not sure there is a way to manually register the Migrations scripts in Visual Studio though.</p><p>posted by DiegoV</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634632021447895720</link>
		<pubDate>Thu, 26 Jan 2012 19:15:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634632021447895720</guid>
		<dc:creator>DiegoV</dc:creator>
	</item>
	<item>
		<title>Re: Visual Studio Toolbox: Entity Framework Part 2</title>
		<description>
			<![CDATA[<p>Interesting new features but Robert needs to speak to Scott Hanselman about presentation skills.</p><p>posted by PhilMurray</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634632732299531488</link>
		<pubDate>Fri, 27 Jan 2012 15:00:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634632732299531488</guid>
		<dc:creator>PhilMurray</dc:creator>
	</item>
	<item>
		<title>Re: Visual Studio Toolbox: Entity Framework Part 2</title>
		<description>
			<![CDATA[<p>@<a href="/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634632732299531488">PhilMurray</a>:How about I talk to you? <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif?v=c9' alt='Big Smile' /> What should I do to improve my presentation skills? Be honest, but nice.</p><p>posted by rogreen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634632862704445320</link>
		<pubDate>Fri, 27 Jan 2012 18:37:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634632862704445320</guid>
		<dc:creator>rogreen</dc:creator>
	</item>
	<item>
		<title>Re: Visual Studio Toolbox: Entity Framework Part 2</title>
		<description>
			<![CDATA[<p>I didn't think there was any poor presentation skills here. I think the gentlemen in the middle (Diego I believe) could have been a little bit more involved through the beginning, but it was a good video and educational nonetheless.</p><p>posted by DeadX07</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634633065970139670</link>
		<pubDate>Sat, 28 Jan 2012 00:16:37 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634633065970139670</guid>
		<dc:creator>DeadX07</dc:creator>
	</item>
	<item>
		<title>Re: Visual Studio Toolbox: Entity Framework Part 2</title>
		<description>
			<![CDATA[<p>Hey EF team! I have a question that has been driving me and others nuts, because a solution is not easy to find on the net. What is the best way to output metadata files for multiple types of databases to file (or embedded).<br><br>For example, I have a EF model that defines my database schema. The same model is used for both MySQL and SQL Server. The current way we have dealt with this is to change the DDL Generation Template property between SSDLToSQL10.tt and SSDLToMySQL.tt and build each one to get the appropriate output, then load them from the file system in our app.<br><br>This has to be done manually for each database type we support. So we have to do a build for SQL, and a build for MySQL. Is there a better way to automate this process so we don't have to manually edit the model in Visual Studio causing a checkout from source control and to prevent breaking the model? It would be best if these changes did not have to be made manually each time.</p><p>posted by DeadX07</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634633983531678662</link>
		<pubDate>Sun, 29 Jan 2012 01:45:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634633983531678662</guid>
		<dc:creator>DeadX07</dc:creator>
	</item>
	<item>
		<title>Re: Visual Studio Toolbox: Entity Framework Part 2</title>
		<description>
			<![CDATA[<p>Great video! statement completion in the package manager console (as shown in the video) doesn't work for me, at least not with the usual Ctrl&#43;Spacebar am I doing it wrong?</p><p>posted by zbend</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634634588976931691</link>
		<pubDate>Sun, 29 Jan 2012 18:34:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634634588976931691</guid>
		<dc:creator>zbend</dc:creator>
	</item>
	<item>
		<title>Re: Visual Studio Toolbox: Entity Framework Part 2</title>
		<description>
			<![CDATA[Chenel-9<br><br>Thanks <br>For your Program<p>posted by Abdur Rashid</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634636673085298368</link>
		<pubDate>Wed, 01 Feb 2012 04:28:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634636673085298368</guid>
		<dc:creator>Abdur Rashid</dc:creator>
	</item>
	<item>
		<title>Re: Visual Studio Toolbox: Entity Framework Part 2</title>
		<description>
			<![CDATA[<p>Awesome series and great job by all - got me to look back to EF as a real option once again.</p><p>It was good that the episodes were actually longer than usual&nbsp;and being an Aussie I found Rowan very easy to listen to. Diego (sorry if it is not right) had a harder accent for me but a very smart and reserved guy. And Robert, well great as always, keeping it focused but asking questions that most of us would have too - great host on a valuable and informative show.</p><p>Keep up the good work and &#43;1 for more of these &quot;meaty&quot; shows rather than video reviews of products. Thanks guys!</p><p>ps: didnt understand the logic of going to EF 5 rather than EF 4.5&nbsp;as a numbering, as it contradicted the reasons for the team&nbsp;going straight from EF1 / 2&nbsp;straight to EF4</p><p>posted by JockStrap</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634642540233445416</link>
		<pubDate>Tue, 07 Feb 2012 23:27:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634642540233445416</guid>
		<dc:creator>JockStrap</dc:creator>
	</item>
	<item>
		<title>Re: Visual Studio Toolbox: Entity Framework Part 2</title>
		<description>
			<![CDATA[<p>Nice!&nbsp; Thank you Robert.&nbsp; Bring them back please.</p><p>posted by Alex219267</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634653841692098299</link>
		<pubDate>Tue, 21 Feb 2012 01:22:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634653841692098299</guid>
		<dc:creator>Alex219267</dc:creator>
	</item>
	<item>
		<title>Re: Visual Studio Toolbox: Entity Framework Part 2</title>
		<description>
			<![CDATA[<p>You talked about some new and old books at 46:00&#43;&#43;.</p><p>Can you post some links to those books, please.</p><p>posted by kundm</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634656771410653532</link>
		<pubDate>Fri, 24 Feb 2012 10:45:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634656771410653532</guid>
		<dc:creator>kundm</dc:creator>
	</item>
	<item>
		<title>Re: Visual Studio Toolbox: Entity Framework Part 2</title>
		<description>
			<![CDATA[<p>Great posting.&nbsp; I learned a lot in both presentations on this EF series.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Robert, I think your presentation skills are fine.&nbsp; You appear to really enjoy talking about the subject matter being discussed.&nbsp;&nbsp; This keeps the session interesting and entertaining.</p><p>posted by uabblazer86</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634667228466146051</link>
		<pubDate>Wed, 07 Mar 2012 13:14:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634667228466146051</guid>
		<dc:creator>uabblazer86</dc:creator>
	</item>
	<item>
		<title>Re: Visual Studio Toolbox: Entity Framework Part 2</title>
		<description>
			<![CDATA[Really looking forward to using EF in a project. If it was only as fast the the hand coded ADO.NET then I think everyone would be on board. <p>posted by DasKlub</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634667814127195683</link>
		<pubDate>Thu, 08 Mar 2012 05:30:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634667814127195683</guid>
		<dc:creator>DasKlub</dc:creator>
	</item>
	<item>
		<title>Re: Visual Studio Toolbox: Entity Framework Part 2</title>
		<description>
			<![CDATA[nice video, I&#39;m wondering if EF 5.0 will support SQL CDC features&#63;<p>posted by Grahame Horner</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634703442726127005</link>
		<pubDate>Wed, 18 Apr 2012 11:11:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-Entity-Framework-Part-2#c634703442726127005</guid>
		<dc:creator>Grahame Horner</dc:creator>
	</item>
</channel>
</rss>