<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"><channel><title>The Entity Framework and ASP.NET – Getting Started Part 5</title><link>http://www.asp.net</link><pubDate>Thu, 28 Mar 2013 18:56:59 GMT</pubDate><generator>umbraco</generator><description>Comments for The Entity Framework and ASP.NET – Getting Started Part 5</description><language>en</language><atom:link href="http://www.asp.net/rss/comments/33304" rel="self" type="application/rss+xml" /><item><title>Comment Posted by boxers</title><link>http://www.asp.net/web-forms/tutorials/getting-started-with-ef/the-entity-framework-and-aspnet-getting-started-part-5</link><pubDate>Sat, 01 Jan 2011 05:47:10 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000011376</guid><description><![CDATA[ <p>the vb code in the download contains an error:</p><p>Private Sub PopulateDropDownLists()</p><p>        Using context = New SchoolEntities()</p><p>            Dim allCourses = context.Courses() !!amended code here !!!!</p><p>            Dim instructorID = Convert.ToInt32(InstructorsDropDownList.SelectedValue)</p><p>            Dim instructor ...... etc etc</p><p></p><p>the original was:</p><p>Dim AllCourses = context.GetCourses</p><p>and this has really confused the issue as it certainly is the name of an SP in schools mdf. I am still trying to understand this .. any comments welcome in understanding the entity framework would be gratefully received !</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/boxers.jpg?forceidenticon=false&amp;dt=635045544600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by tdykstra</title><link>http://www.asp.net/web-forms/tutorials/getting-started-with-ef/the-entity-framework-and-aspnet-getting-started-part-5</link><pubDate>Fri, 14 Jan 2011 14:04:40 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000011531</guid><description><![CDATA[ <p>@boxers</p><p>The issue here is that the download shows the result after all tutorials are done, and a later tutorial imports that stored procedure so that it can use GetCourses here.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/tdykstra.jpg?forceidenticon=false&amp;dt=635045544600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by codeguru413</title><link>http://www.asp.net/web-forms/tutorials/getting-started-with-ef/the-entity-framework-and-aspnet-getting-started-part-5</link><pubDate>Sat, 15 Jan 2011 20:39:27 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000011547</guid><description><![CDATA[ <p>There&#39;s a much easier way to get all the assigned vs. unassigned courses. You have already retrieved all courses; and you have already retrieved all assigned courses. To get the unassigned courses, the code is simply one line long:</p><p></p><p>List&lt;Course&gt; unassignedCourses = allCourses.Except(assignedCourses);</p><p></p><p>This line uses the IEnumerable&lt;TSource&gt; Except(IEnumerable&lt;TSource&gt; second) method which returns the set difference between allCourses and assignedCourses.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/codeguru413.jpg?forceidenticon=false&amp;dt=635045544600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by tdykstra</title><link>http://www.asp.net/web-forms/tutorials/getting-started-with-ef/the-entity-framework-and-aspnet-getting-started-part-5</link><pubDate>Sun, 16 Jan 2011 10:52:19 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000011557</guid><description><![CDATA[ <p>Many thanks for the suggestion - I will update the tutorial.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/tdykstra.jpg?forceidenticon=false&amp;dt=635045544600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ShaunLuttin</title><link>http://www.asp.net/web-forms/tutorials/getting-started-with-ef/the-entity-framework-and-aspnet-getting-started-part-5</link><pubDate>Fri, 03 Jun 2011 20:30:42 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013391</guid><description><![CDATA[ <p>These tutorials bring up in me a sense of mastery of the ASP.NET Entity Framework. I find the progression to be very encouraging in its pace of introducing new concepts. Congratulations on writing a pithy, relevant, and motivational tutorial. </p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/ShaunLuttin.jpg?forceidenticon=false&amp;dt=635045544600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by georges_cioaba</title><link>http://www.asp.net/web-forms/tutorials/getting-started-with-ef/the-entity-framework-and-aspnet-getting-started-part-5</link><pubDate>Thu, 17 Nov 2011 15:37:29 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014650</guid><description><![CDATA[ <p>This is a great tutorial. Good job. And thank you</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/georges_cioaba.jpg?forceidenticon=false&amp;dt=635045544600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by yogeshraj</title><link>http://www.asp.net/web-forms/tutorials/getting-started-with-ef/the-entity-framework-and-aspnet-getting-started-part-5</link><pubDate>Thu, 28 Mar 2013 05:59:36 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018795</guid><description><![CDATA[ <p>Can anyone please elaborate what the following error means and how to rebuild the project using metadata</p><p>&quot;metadata specified in the connectionstring could not be loaded. Consider rebuild the web project to build assemblies that may contain metadata. The following error(s) occurred : unable to load the specified metadata source&quot; The tutorial simply says -  TheNote: If you get the following dialog box at this point, you have to build the project before proceeding. &quot; It needs some elaboration  Kindly help</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/yogeshraj.jpg?forceidenticon=false&amp;dt=635045544600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by tdykstra</title><link>http://www.asp.net/web-forms/tutorials/getting-started-with-ef/the-entity-framework-and-aspnet-getting-started-part-5</link><pubDate>Thu, 28 Mar 2013 18:56:59 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018804</guid><description><![CDATA[ <p>@yogeshraj - If you continue to get the error after rebuilding the project, try downloading the completed project and see if you get the same error; if it works you can compare the downloaded code to what you created by following the steps to see if you missed a step. </p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/tdykstra.jpg?forceidenticon=false&amp;dt=635045544600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>