<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: TUTORIAL: Entity Framework v2.0 &#8211; Model First using Visual Studio 2010 and .Net 4.0</title>
	<atom:link href="http://blog.garypretty.co.uk/index.php/2009/05/20/tutorial-entity-framework-v20-model-first-using-visual-studio-2010-and-net-40/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.garypretty.co.uk/index.php/2009/05/20/tutorial-entity-framework-v20-model-first-using-visual-studio-2010-and-net-40/</link>
	<description>.Net Development &#38; General Tech Related News</description>
	<lastBuildDate>Fri, 27 Jan 2012 18:06:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: satinder singh</title>
		<link>http://blog.garypretty.co.uk/index.php/2009/05/20/tutorial-entity-framework-v20-model-first-using-visual-studio-2010-and-net-40/comment-page-1/#comment-22283</link>
		<dc:creator>satinder singh</dc:creator>
		<pubDate>Fri, 06 May 2011 07:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.garypretty.co.uk/index.php/2009/05/20/tutorial-entity-framework-v20-model-first-using-visual-studio-2010-and-net-40/#comment-22283</guid>
		<description>Hi,

    Nice tutorial But i want to know how to use this on the web form.Like insert,select methods

Thanks..</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>    Nice tutorial But i want to know how to use this on the web form.Like insert,select methods</p>
<p>Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwanchaiw</title>
		<link>http://blog.garypretty.co.uk/index.php/2009/05/20/tutorial-entity-framework-v20-model-first-using-visual-studio-2010-and-net-40/comment-page-1/#comment-9726</link>
		<dc:creator>kwanchaiw</dc:creator>
		<pubDate>Tue, 13 Apr 2010 18:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.garypretty.co.uk/index.php/2009/05/20/tutorial-entity-framework-v20-model-first-using-visual-studio-2010-and-net-40/#comment-9726</guid>
		<description>Thank for this tutorial,I &#039;ll try n try n try...</description>
		<content:encoded><![CDATA[<p>Thank for this tutorial,I &#8216;ll try n try n try&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Pretty</title>
		<link>http://blog.garypretty.co.uk/index.php/2009/05/20/tutorial-entity-framework-v20-model-first-using-visual-studio-2010-and-net-40/comment-page-1/#comment-4464</link>
		<dc:creator>Gary Pretty</dc:creator>
		<pubDate>Sun, 26 Jul 2009 23:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.garypretty.co.uk/index.php/2009/05/20/tutorial-entity-framework-v20-model-first-using-visual-studio-2010-and-net-40/#comment-4464</guid>
		<description>Larry, this is a tough one to answer.  You are right that the academic views dont do so well in the real world in many areas.  Entity Framework has not been used so much yet in commercial environments from what I can see with many people waiting for the features we see in this upcoming version.

Even then though, I would be deciding on a case by case basis when and how to implement it, rather than adopting a blanket approach.</description>
		<content:encoded><![CDATA[<p>Larry, this is a tough one to answer.  You are right that the academic views dont do so well in the real world in many areas.  Entity Framework has not been used so much yet in commercial environments from what I can see with many people waiting for the features we see in this upcoming version.</p>
<p>Even then though, I would be deciding on a case by case basis when and how to implement it, rather than adopting a blanket approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Aultman</title>
		<link>http://blog.garypretty.co.uk/index.php/2009/05/20/tutorial-entity-framework-v20-model-first-using-visual-studio-2010-and-net-40/comment-page-1/#comment-4461</link>
		<dc:creator>Larry Aultman</dc:creator>
		<pubDate>Sun, 26 Jul 2009 18:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.garypretty.co.uk/index.php/2009/05/20/tutorial-entity-framework-v20-model-first-using-visual-studio-2010-and-net-40/#comment-4461</guid>
		<description>I have done a model first with some complex types.  The SQL script implements all these as column in the same db table.  I was expecting different tables.  What real advantage is this?  It certainly doesn&#039;t look like normalized database tables. In my case there are cases where regular old LINQ to SQL works very well (such as transaction processing) while more complex stuff like customer and client management benefit from entity models.
Where do you draw the lines?  The academic views really don&#039;t do well in the real world.
In our practical world we have business logic out on the edge and at other levels as the data is crunched, filterd, parsed, and spread around.
Just looking for advice before we start this next round of development/enhancement.</description>
		<content:encoded><![CDATA[<p>I have done a model first with some complex types.  The SQL script implements all these as column in the same db table.  I was expecting different tables.  What real advantage is this?  It certainly doesn&#8217;t look like normalized database tables. In my case there are cases where regular old LINQ to SQL works very well (such as transaction processing) while more complex stuff like customer and client management benefit from entity models.<br />
Where do you draw the lines?  The academic views really don&#8217;t do well in the real world.<br />
In our practical world we have business logic out on the edge and at other levels as the data is crunched, filterd, parsed, and spread around.<br />
Just looking for advice before we start this next round of development/enhancement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://blog.garypretty.co.uk/index.php/2009/05/20/tutorial-entity-framework-v20-model-first-using-visual-studio-2010-and-net-40/comment-page-1/#comment-4398</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Tue, 21 Jul 2009 11:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.garypretty.co.uk/index.php/2009/05/20/tutorial-entity-framework-v20-model-first-using-visual-studio-2010-and-net-40/#comment-4398</guid>
		<description>How to execute the generated script/DLL against my database, if I&#039;m using MDF or SDF?

Haven&#039;t been able to figure it our, despite intensive search.</description>
		<content:encoded><![CDATA[<p>How to execute the generated script/DLL against my database, if I&#8217;m using MDF or SDF?</p>
<p>Haven&#8217;t been able to figure it our, despite intensive search.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Pretty</title>
		<link>http://blog.garypretty.co.uk/index.php/2009/05/20/tutorial-entity-framework-v20-model-first-using-visual-studio-2010-and-net-40/comment-page-1/#comment-4109</link>
		<dc:creator>Gary Pretty</dc:creator>
		<pubDate>Thu, 02 Jul 2009 18:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.garypretty.co.uk/index.php/2009/05/20/tutorial-entity-framework-v20-model-first-using-visual-studio-2010-and-net-40/#comment-4109</guid>
		<description>Looks like this will be possible.  Just do a Google to find out more as there are plenty of detailed posts on the matter, such as this one discussing &lt;a href=&quot;http://devtalk.dk/CommentView,guid,70735551-fa79-472f-831b-9744596fbfa9.aspx&quot; rel=&quot;nofollow&quot;&gt;POCO in Entity Framework 4&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Looks like this will be possible.  Just do a Google to find out more as there are plenty of detailed posts on the matter, such as this one discussing <a href="http://devtalk.dk/CommentView,guid,70735551-fa79-472f-831b-9744596fbfa9.aspx" rel="nofollow">POCO in Entity Framework 4</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehdin</title>
		<link>http://blog.garypretty.co.uk/index.php/2009/05/20/tutorial-entity-framework-v20-model-first-using-visual-studio-2010-and-net-40/comment-page-1/#comment-4103</link>
		<dc:creator>Mehdin</dc:creator>
		<pubDate>Thu, 02 Jul 2009 11:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.garypretty.co.uk/index.php/2009/05/20/tutorial-entity-framework-v20-model-first-using-visual-studio-2010-and-net-40/#comment-4103</guid>
		<description>Wow, looks like Entity Framework 2.0 will be finally useful. 
Will it be possible to create POCO using model designer? POCO will be supported, but will we be able to edit them using the designer. 
What about lazy loading and performance comparing to pure ADO.NET objects?</description>
		<content:encoded><![CDATA[<p>Wow, looks like Entity Framework 2.0 will be finally useful.<br />
Will it be possible to create POCO using model designer? POCO will be supported, but will we be able to edit them using the designer.<br />
What about lazy loading and performance comparing to pure ADO.NET objects?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

