<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 Model</title><link>http://www.asp.net</link><pubDate>Fri, 09 Nov 2012 10:17:17 GMT</pubDate><generator>umbraco</generator><description>Comments for Adding a Model</description><language>en</language><atom:link href="http://www.asp.net/rss/comments/27661" rel="self" type="application/rss+xml" /><item><title>Comment Posted by edegagne</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/vb/adding-a-model</link><pubDate>Thu, 24 Feb 2011 22:46:14 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012227</guid><description><![CDATA[ <p>Outstanding stuff. Love the CodeFirst stuff!!</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/edegagne.jpg?forceidenticon=false&amp;dt=635046879000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by walsharoo</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/vb/adding-a-model</link><pubDate>Wed, 13 Apr 2011 06:58:03 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012779</guid><description><![CDATA[ <p>why are the code examples in the VB tutorial in C#?</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/walsharoo.jpg?forceidenticon=false&amp;dt=635046879000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ricka6</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/vb/adding-a-model</link><pubDate>Thu, 14 Apr 2011 01:02:27 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012800</guid><description><![CDATA[ <p>walsharoo : why are the code examples in the VB tutorial in C#?</p><p>Sorry, I updated this with the C# version. It&#39;s fixed now</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/ricka6.jpg?forceidenticon=false&amp;dt=635046879000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by scopique</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/vb/adding-a-model</link><pubDate>Thu, 16 Jun 2011 08:52:14 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013538</guid><description><![CDATA[ <p>When defining the connection string, is it necessary to name the connection string with the name of the class? Or is this just convention?</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/scopique.jpg?forceidenticon=false&amp;dt=635046879000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Machello</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/vb/adding-a-model</link><pubDate>Tue, 26 Jul 2011 22:22:13 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013854</guid><description><![CDATA[ <p>Can someone help me create the correct connectionString and providerName   elements for the Web.config file if I wanted to have this app connect to  SQL 2008 R2 running on an external server?</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/Machello.jpg?forceidenticon=false&amp;dt=635046879000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by nanuuk</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/vb/adding-a-model</link><pubDate>Mon, 26 Sep 2011 13:15:14 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014270</guid><description><![CDATA[ <p>Circle the other web config like the text says</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/nanuuk.jpg?forceidenticon=false&amp;dt=635046879000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by fshy</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/vb/adding-a-model</link><pubDate>Sun, 26 Aug 2012 09:30:20 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016292</guid><description><![CDATA[ <p>&#39;Namespace MvcMovie&#39; is needed.</p><p>The complete Movie.vb file is shown below.</p><p></p><p>&#39;======================================================</p><p>Imports System.Data.Entity</p><p>Namespace MvcMovie</p><p></p><p>    Public Class Movie</p><p>        Public Property ID() As Integer</p><p>        Public Property Title() As String</p><p>        Public Property ReleaseDate() As Date</p><p>        Public Property Genre() As String</p><p>        Public Property Price() As Decimal</p><p></p><p>    End Class</p><p>    Public Class MovieDBContext</p><p>        Inherits DbContext</p><p>        Public Property Movies() As DbSet(Of Movie)</p><p>    End Class</p><p>End Namespace</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/fshy.jpg?forceidenticon=false&amp;dt=635046879000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Kate.Es</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/vb/adding-a-model</link><pubDate>Fri, 09 Nov 2012 10:17:17 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016778</guid><description><![CDATA[ <p>Thanks for this grate tutorial ,</p><p>I&#39;m using Visual Studio 2010 instead of Visual Web Developer 2010, and I&#39;ve installed the Visual Studio 2010 prerequisites.</p><p>But I can&#39;t  Import  System.Data.Entity and got error .</p><p>Would you please let me know what the problem is?</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/Kate.Es.jpg?forceidenticon=false&amp;dt=635046879000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>