<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>Adding a Column to the Model</title><link>http://asp.net</link><pubDate>Wed, 01 Dec 2010 12:31:18 GMT</pubDate><generator>umbraco</generator><description>Comments for Adding a Column to the Model</description><language>en</language><atom:link href="http://asp.net/rss/comments/33033" rel="self" type="application/rss+xml" /><item><title>Comment Posted by rootsiroot</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Sun, 15 Aug 2010 22:59:49 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000009862</guid><description><![CDATA[ <p>simple and very nice tutorial.</p><p></p><p>best for newbies.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/rootsiroot.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by zhj_8242</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Tue, 14 Sep 2010 19:51:29 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010234</guid><description><![CDATA[ <p>Really helpful. </p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/zhj_8242.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by RodWittmier</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Sat, 18 Sep 2010 23:00:37 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010292</guid><description><![CDATA[ <p>It should be noted that the last screen shot would not show ratings on the other movies, just &#39;Scary Movie&#39;.</p><p></p><p>Thanks Scott for a great demo.</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/RodWittmier.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by woodsider</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Wed, 22 Sep 2010 07:24:42 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010331</guid><description><![CDATA[ <p>Thanks: I found a useful, well paced introduction to ASP .Net.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/woodsider.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ritchiep</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Wed, 22 Sep 2010 13:35:55 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010343</guid><description><![CDATA[ <p>+1 RodWittmier; there should be no ratings for any other movies if you&#39;re following along the tutorial.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/ritchiep.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by sloban</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Mon, 27 Sep 2010 08:23:23 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010407</guid><description><![CDATA[ <p>Thanks to the author and to the bleeding edge folks who helped work out the problems for this series. By the time I came through, it all worked with no hiccups and was mostly a cut-and-paste operation. Nice, tight introduction to get a developer oriented to the terminology and layout of the MVC development model in Visual Studio.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/sloban.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by leesde</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Wed, 29 Sep 2010 12:26:56 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010438</guid><description><![CDATA[ <p>Thanks for the great beginner tutorial.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/leesde.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by greengirl</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Thu, 30 Sep 2010 16:27:02 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010452</guid><description><![CDATA[ <p>strictly following this part of the tutorial gave me error on line &lt;td&gt; &lt;%: item.Rating %&gt; &lt;/td&gt; telling me: ASP.NET MVC &quot;The call is ambiguous&quot; ... nobody else? Weird! With a little help from ŁukaszW.pl on <a rel="nofollow" href="http://efreedom.com/Question/1-3462211/ASPNET-MVC-Call-Ambiguous-Error-SystemIOTextWriterWrite," target="_blank">efreedom.com/</a> I could solved this error by casting the model member to a specific type like:</p><p>&lt;td&gt; &lt;%: (string)item.Rating %&gt; &lt;/td&gt; </p><p></p><p>Thanks for your enthusiasm sharing this with us! I&#39;ll continue ...</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/greengirl.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by mossad</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Fri, 01 Oct 2010 05:12:51 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010459</guid><description><![CDATA[ <p>Very very fantastic. i have been hearing about MVC,but didnt know wat itiz.thanks to microsoft. one only needs to know how to use the tool.almost everything has been coded for us. hahahahaha. so happy</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/mossad.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by renanj</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Mon, 04 Oct 2010 19:05:11 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010495</guid><description><![CDATA[ <p>This tutorial is fantastic!  Well done.  What a superb product.  You guys in the VS team have done a remarkable job with MVC.  Why would anyone use Rails after this?</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/renanj.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by kitttu</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Wed, 06 Oct 2010 05:39:44 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010509</guid><description><![CDATA[ <p>Great tutorial, thanks a lot for this.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/kitttu.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by VinceMD</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Wed, 13 Oct 2010 00:38:08 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010590</guid><description><![CDATA[ <p>@renanj =&gt; Why would anyone use Rails after this ?</p><p>Rails is way simplier, needs less code to do the same thing as in this tutorial, and the code is more &quot;natural&quot; regarding human languages.</p><p>One more thing, that you don&#39;t have to take into account : rails rules the world ;)</p><p></p><p>Against Rails: difficult to interact/integrate within Entreprise systems, not that easy to scale up, etc...</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/VinceMD.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by nakul77</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Sun, 17 Oct 2010 03:50:47 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010648</guid><description><![CDATA[ <p>that all good for the first steps</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/nakul77.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by manjulask</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Fri, 29 Oct 2010 06:02:30 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010761</guid><description><![CDATA[ <p>Very useful tutorial. Steps are very clear and in order. Thanks alot</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/manjulask.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by dirk.delahaye</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Fri, 29 Oct 2010 17:45:42 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010766</guid><description><![CDATA[ <p>Thanks for a very clear, hands-ons beginner&#39;s tutorial!</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/dirk.delahaye.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by regev_porat</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Sun, 31 Oct 2010 05:55:40 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010776</guid><description><![CDATA[ <p>Very helpful tutorial - many thanks.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/regev_porat.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by warez_willy</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Mon, 08 Nov 2010 19:47:26 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010875</guid><description><![CDATA[ <p>Completed the tutorial. Great work Scott.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/warez_willy.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by JomyKanjal</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Wed, 10 Nov 2010 14:48:22 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010908</guid><description><![CDATA[ <p>Thanks Scott, simple and very nice tutorial.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/JomyKanjal.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by NYC Dot Net</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Wed, 17 Nov 2010 14:49:47 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010975</guid><description><![CDATA[ <p>Excellent Tutorial, easy to follow up and learn the new features.</p><p></p><p>I practiced this with MVC 3, feel the benefit of razor.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/NYC%20Dot%20Net.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by mejamz</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Wed, 17 Nov 2010 22:02:41 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010984</guid><description><![CDATA[ <p>OK, finished the videos... website is working sort of... The last creation (Rating (manual entry)) succeeded in creating the column in the db; however, there are now 6 columns and the data is not aligned with the appropriate column titles (ID column is blank; however, the Title column contains the ID information and so on... I had to manually correct the view to display the contents correctly. Good video</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/mejamz.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by mlibner</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Fri, 19 Nov 2010 15:09:32 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000011010</guid><description><![CDATA[ <p>Thanks for the tutorial Scott. It would be very useful for the next herd if you made the corrections as noted in some of the user comments. Thanks again.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/mlibner.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by libinlink</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Mon, 22 Nov 2010 10:50:23 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000011024</guid><description><![CDATA[ <p>very Good!</p><p>But i have a question,the tutorial why must be use linq to ef?</p><p>That is not a good idea for the beginner!</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/libinlink.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by masoft</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Sat, 27 Nov 2010 01:17:16 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000011061</guid><description><![CDATA[ <p>Simple and Good One ..</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/masoft.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by urenjoy</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Sat, 27 Nov 2010 05:16:25 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000011066</guid><description><![CDATA[ <p>Nice Tutorial</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/urenjoy.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Marion27</title><link>http://asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part8</link><pubDate>Wed, 01 Dec 2010 12:31:18 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000011103</guid><description><![CDATA[ <p>I finished this tutorial, what is next? :)</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/Marion27.jpg?forceidenticon=false&amp;dt=635073103200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>