<?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 - 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/464253_100x75.jpg</url>
		<title>Channel 9 - 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
		<link></link>
	</image>
	<description>
In this episode of 10-4, we introduce a&amp;nbsp;new tooling enhancement coming with Visual Studio 2010 and the Entity Framework 4.0: model-first development. This feature allows you to create your Entity Data Model from scratch and then generate a database from
 it, as opposed to reverse engineering your EDM from an existing database.

For more 10-4 episodes, be sure to visit:
http://channel9.msdn.com/shows/10-4 
Visual Studio Topic Area on Channel 9:
http://channel9.msdn.com/VisualStudio
 
Visual Studio 2010 CTP VPC:
http://tinyurl.com/GetCTP 
10-4! Over and out! 
</description>
	<link></link>
	<language>en</language>
	<pubDate>Tue, 21 May 2013 11:04:00 GMT</pubDate>
	<lastBuildDate>Tue, 21 May 2013 11:04:00 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
		<description>
			<![CDATA[okay, when can we get our hands on this?&nbsp; The wait has been waaaaay too long for my AADHD to tollerate.&nbsp; Feed me seymore!&nbsp; Feed me now!<p>posted by Moemeka</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633748364590000000</link>
		<pubDate>Thu, 09 Apr 2009 01:14:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633748364590000000</guid>
		<dc:creator>Moemeka</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
		<description>
			<![CDATA[That is great!&nbsp; It's nice to see the EF become even more mature.&nbsp; It would be even better if we had more control over the physical dml is generated, or if we had a choice to output complex-types to separate tables and have them linked via a foreign key
 to their parent.&nbsp; If the customer you created had more than one physical address, say a billing and/or shipping, you'd need to modify your database to support this or you could create a second Address complex-type, but this could get very messy, not to mention
 confusing.<br>
<br>
Also, I attempted to use EF that shipped with 3.5 on a database at work and I subsequently went back to LINQ because the EF wizard &quot;forgot&quot; to pull two of my tables from my database.&nbsp; I attempted to regenerate the model several times with no luck.&nbsp;&nbsp; These tables
 were found in the generated files, but were not present to the tool, nor did visual studio recongize them.&nbsp; I also recieved compiler errors when I attempted to reference them.&nbsp; I am wondering if anyone else had this problem with bridging tables which facilitate
 many-to-many relationships.<br>
<p>posted by ChrisStepaniuk</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633748472300000000</link>
		<pubDate>Thu, 09 Apr 2009 04:13:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633748472300000000</guid>
		<dc:creator>ChrisStepaniuk</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
		<description>
			<![CDATA[Note that the database connection wizard was the one who created the database, not specifically the generate database wizard from the entity framework. It's likely the wizard will always just generate a script to make you do this yourself..<br>
<br>
Also, isn't this entity framework v2? is there anything there regarding POCO models? I know they were suposed to be adding this, I'd much rather create ignorant models with INotifyPropertyChanged and generate a conceptual from them, and generate a database
 schema from the conceptual model.<p>posted by stevo_</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633748727760000000</link>
		<pubDate>Thu, 09 Apr 2009 11:19:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633748727760000000</guid>
		<dc:creator>stevo_</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
		<description>
			<![CDATA[POCO models are added in, check out Pablo Castro's mix video where he says this is forthcoming<br>
<p>posted by vesuvius</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633748791520000000</link>
		<pubDate>Thu, 09 Apr 2009 13:05:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633748791520000000</guid>
		<dc:creator>vesuvius</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
		<description>
			<![CDATA[Very interesting! When can we play with a new ctp? The actual one is too OLD <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><p>posted by Analise</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633748816280000000</link>
		<pubDate>Thu, 09 Apr 2009 13:47:08 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633748816280000000</guid>
		<dc:creator>Analise</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
		<description>
			<![CDATA[No kidding eh?&nbsp; I know that is why I'm not rushing out to download it, I'd like to try it with the new interface, warts and all.<br>
<p>posted by ChrisStepaniuk</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633748856760000000</link>
		<pubDate>Thu, 09 Apr 2009 14:54:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633748856760000000</guid>
		<dc:creator>ChrisStepaniuk</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
		<description>
			<![CDATA[so are you going to be releasing another CTP or a beta anytime soon?&nbsp; Its about to be May and all there is out there is as far as news is the same tired old links from October.&nbsp; I'd love to read some buzz about it at least.&nbsp; BTW&nbsp; why isnt the .NET framework
 ever released before the IDE?&nbsp; after all they are two totally seperate entities right?&nbsp; I sont mind command line compilation and notepad coding if thats what ita takes to get my hands on this technology.<p>posted by Moemeka</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633749219820000000</link>
		<pubDate>Fri, 10 Apr 2009 00:59:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633749219820000000</guid>
		<dc:creator>Moemeka</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
		<description>
			<![CDATA[<br>
As long I you fix simple things like being able to do model.DeleteCustomers (c =&gt; c.Surname == &quot;Smith&quot;) i'll be happy.<p>posted by PerfectPhase</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633749579380000000</link>
		<pubDate>Fri, 10 Apr 2009 10:58:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633749579380000000</guid>
		<dc:creator>PerfectPhase</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
		<description>
			<![CDATA[
<p>Features that need to be there:<br>
-Change scripts as well as create scripts (looks like this is already there?)<br>
-Sized fields like Varchar need to have some way to map back field. In fact if you could constrain the field as an EF field during any save operation that would be better. I am talking zero custom code. I set String field with Length 20 in the tooling. It throws
 an exception on 21&#43; characters.</p>
<p>posted by foreachdev</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633753229000000000</link>
		<pubDate>Tue, 14 Apr 2009 16:21:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633753229000000000</guid>
		<dc:creator>foreachdev</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
		<description>
			<![CDATA[Hi folks,<br>
<br>
Thought I'd mention an ORM product I've been using - Mindscape LightSpeed - which has provided model first and database first support for quite some time. It has a model designer that integrates directly into VS, supports schema round tripping in both directions
 and heaps more. It doesn't support such a rich conceptual modelling capability as EF but I find it fits what I need. Also supports 9 database types.<br>
<br>
Just thought i'd make some LightSpeed-specific comparisons with posts here - <br>
<br>
@PerfectPhase You can write a query similar to that using LightSpeed. UnitOfWork.Remove() takes a query object that can be as complex as you wish and will delete all records that match without returning data to the client.<br>
<br>
@foreachdev You can configure the LightSpeed validation in the designer to not allow persistence if a field is over a given length. If an entity has a field that had 21 characters the .IsValid flag would be false and the errors collection would supply a description
 of the issue to present to the user if desired. Change scripts are supported in a rough manner but this is getting much tidier in the next version I hear.<br>
<br>
While we wait for EF 2 to pop out you could have a look at <a href="http://www.mindscape.co.nz/products/LightSpeed/default.aspx">
LightSpeed Express here</a>.<br>
<br>
<p>posted by bertnz</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633768235100000000</link>
		<pubDate>Sat, 02 May 2009 01:11:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633768235100000000</guid>
		<dc:creator>bertnz</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
		<description>
			<![CDATA[
<p>.NET Framework 3.0 was released before the VS23008 IDE. Some extensions were added to VS2005 for WCF and WF but you could always use notepad <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>posted by santosh_b</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633777223580000000</link>
		<pubDate>Tue, 12 May 2009 10:52:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633777223580000000</guid>
		<dc:creator>santosh_b</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
		<description>
			<![CDATA[
<p>It's nice to see that this concept will be improved. But i think you should have a deep look at the extended data types of Microsoft Dynamics AX. That's a great thing&nbsp;i currently miss in Visual Studio.</p>
<p>posted by Rudsen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633784504990000000</link>
		<pubDate>Wed, 20 May 2009 21:08:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633784504990000000</guid>
		<dc:creator>Rudsen</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
		<description>
			<![CDATA[
<p>can we see how to use the API-level aspects of this framework? preferrably in a test-driven fashion? this is what I really need to see to compare this against the Rails style of development. pointing and clicking all over the UI doesn't really do it for
 me, I'm a keyboard-oriented person.</p>
<p>I really love the 10-4 videos, especially the ones that JC does. Keep up the good work!</p>
<p>posted by matthargett</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633801015650000000</link>
		<pubDate>Mon, 08 Jun 2009 23:46:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633801015650000000</guid>
		<dc:creator>matthargett</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
		<description>
			<![CDATA[
<p>LINQ To SQL is getting quit a few improvements in the .NET 4 timeframe. You can see a pretty comprehensive list here:
<a href="http://damieng.com/blog/2009/06/01/linq-to-sql-changes-in-net-40">http://damieng.com/blog/2009/06/01/linq-to-sql-changes-in-net-40</a></p>
<p>As far as the Entity Framework being the preferred option for data access moving forward, yes, that is the case.</p>
<p>posted by LostInTangent</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633825864340000000</link>
		<pubDate>Tue, 07 Jul 2009 18:00:34 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633825864340000000</guid>
		<dc:creator>LostInTangent</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
		<description>
			<![CDATA[
<p>Thanks for the heads up bertnz. The ORM space certainly has lots of great options.</p>
<p>posted by LostInTangent</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633825864790000000</link>
		<pubDate>Tue, 07 Jul 2009 18:01:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633825864790000000</guid>
		<dc:creator>LostInTangent</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
		<description>
			<![CDATA[
<p>I'll definitely be digging into the code much more moving forward. This episode was just an initial introduction to the high level changes coming. I'll make sure to provide plenty of good detail/usage examples <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>posted by LostInTangent</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633825866180000000</link>
		<pubDate>Tue, 07 Jul 2009 18:03:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633825866180000000</guid>
		<dc:creator>LostInTangent</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
		<description>
			<![CDATA[
<p>Sounds like what you want it to use Dynamics as your data store/platform, and then place the Entity Framework over it so that you can program against its dynamic entities. If so, the guys over at ADX Studio (<a href="http://www.adxstudio.com/">http://www.adxstudio.com/</a>)
 are working on something that handles this very nicely.</p>
<p>posted by LostInTangent</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633825868700000000</link>
		<pubDate>Tue, 07 Jul 2009 18:07:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633825868700000000</guid>
		<dc:creator>LostInTangent</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 15: Model-First Development with the Entity Framework 4.0</title>
		<description>
			<![CDATA[
<p>Hi! What happens if i want to add enumeration to my model? How's that gonna be represented in Database?</p>
<p>posted by ethx</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633974668070000000</link>
		<pubDate>Sat, 26 Dec 2009 23:26:47 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-15-Model-First-Development-with-the-Entity-Framework-40#c633974668070000000</guid>
		<dc:creator>ethx</dc:creator>
	</item>
</channel>
</rss>