<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>ASP.NET MVC Starter</title><link>http://mvcstarter.codeplex.com/project/feeds/rss</link><description>Tekpub&amp;#39;s ASP.NET MVC 2.0 Starter Site, as put together by Rob Conery in Episode 15 of Mastering ASP.NET MVC &amp;#40;http&amp;#58;&amp;#47;&amp;#47;tekpub.com&amp;#47;production&amp;#47;starter&amp;#41;</description><item><title>Reviewed: MVC Starter Site 0.5 (Jan 18, 2012)</title><link>http://mvcstarter.codeplex.com/releases/view/45852#ReviewBy-sp4ceman</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - brilliant, rob conery is my hero</description><author>sp4ceman</author><pubDate>Wed, 18 Jan 2012 12:30:20 GMT</pubDate><guid isPermaLink="false">Reviewed: MVC Starter Site 0.5 (Jan 18, 2012) 20120118123020P</guid></item><item><title>Edited Issue: Targeting Framework 4.0 and MVC 3 [24]</title><link>http://mvcstarter.codeplex.com/workitem/24</link><description>This should fix it if you are having issues&amp;#58;&lt;br /&gt;&lt;br /&gt;In web.config,&lt;br /&gt;under system.web&amp;#47;compilation&amp;#47;assemblies, update all the assemblies from Version&amp;#61;3.5.0.0 to Version&amp;#61;4.0.0.0&lt;br /&gt;The &amp;#60;compilation&amp;#62; element should also say targetFramework&amp;#61;&amp;#34;4.0&amp;#34;&lt;br /&gt;&lt;br /&gt;under runtime&amp;#47;assemblyBinding&amp;#47;dependentAssembly&amp;#47; look for element &amp;#60;assemblyIdentity&amp;#62;  having attribute name&amp;#61;&amp;#34;System.Web.Mvc&amp;#34;. Change newVersion&amp;#61;&amp;#34;2.0.0.0&amp;#34; to newVersion&amp;#61;&amp;#34;3.0.0.0&amp;#34; in the corresponding &amp;#60;bindingRedirect&amp;#62; element.&lt;br /&gt;&lt;br /&gt;Edit&amp;#58;&lt;br /&gt;Further to this, in order to get model binding to work correctly in User Index and Create views, the web.config in the view folder should also be updated. The assembly refered to by system.web&amp;#47;pages&amp;#47;controls should be updated to version 3.0.0.0.&lt;br /&gt;&lt;br /&gt;I have attached a zip containing the two web.config files here.&lt;br /&gt;&lt;br /&gt;</description><author>mvcvm</author><pubDate>Tue, 06 Sep 2011 15:13:47 GMT</pubDate><guid isPermaLink="false">Edited Issue: Targeting Framework 4.0 and MVC 3 [24] 20110906031347P</guid></item><item><title>Edited Issue: Targeting Framework 4.0 and MVC 3 [24]</title><link>http://mvcstarter.codeplex.com/workitem/24</link><description>This should fix it if you are having issues&amp;#58;&lt;br /&gt;&lt;br /&gt;In web.config,&lt;br /&gt;under system.web&amp;#47;compilation&amp;#47;assemblies, update all the assemblies from Version&amp;#61;3.5.0.0 to Version&amp;#61;4.0.0.0&lt;br /&gt;The &amp;#60;compilation&amp;#62; element should also say targetFramework&amp;#61;&amp;#34;4.0&amp;#34;&lt;br /&gt;&lt;br /&gt;under runtime&amp;#47;assemblyBinding&amp;#47;dependentAssembly&amp;#47; look for element &amp;#60;assemblyIdentity&amp;#62;  having attribute name&amp;#61;&amp;#34;System.Web.Mvc&amp;#34;. Change newVersion&amp;#61;&amp;#34;2.0.0.0&amp;#34; to newVersion&amp;#61;&amp;#34;3.0.0.0&amp;#34; in the corresponding &amp;#60;bindingRedirect&amp;#62; element.&lt;br /&gt;&lt;br /&gt;</description><author>mvcvm</author><pubDate>Tue, 06 Sep 2011 04:46:12 GMT</pubDate><guid isPermaLink="false">Edited Issue: Targeting Framework 4.0 and MVC 3 [24] 20110906044612A</guid></item><item><title>Created Issue: Targeting Framework 4.0 and MVC 3 [24]</title><link>http://mvcstarter.codeplex.com/workitem/24</link><description>This should fix it if you are having issues&amp;#58;&lt;br /&gt;&lt;br /&gt;In web.config,&lt;br /&gt;under system.web&amp;#47;compilation&amp;#47;assemblies, update all the assemblies from Version&amp;#61;3.5.0.0 to Version&amp;#61;4.0.0.0&lt;br /&gt;The &amp;#38;lt&amp;#59;compilation&amp;#38;gt&amp;#59; element should also say targetFramework&amp;#61;&amp;#34;4.0&amp;#34;&lt;br /&gt;&lt;br /&gt;under runtime&amp;#47;assemblyBinding&amp;#47;dependentAssembly&amp;#47; look for element &amp;#38;lt&amp;#59;assemblyIdentity&amp;#38;gt&amp;#59;  having attribute name&amp;#61;&amp;#34;System.Web.Mvc&amp;#34;. Change newVersion&amp;#61;&amp;#34;2.0.0.0&amp;#34; to newVersion&amp;#61;&amp;#34;3.0.0.0&amp;#34; in the corresponding &amp;#38;lt&amp;#59;bindingRedirect&amp;#38;gt&amp;#59; element.&lt;br /&gt;&lt;br /&gt;</description><author>mvcvm</author><pubDate>Tue, 06 Sep 2011 04:45:17 GMT</pubDate><guid isPermaLink="false">Created Issue: Targeting Framework 4.0 and MVC 3 [24] 20110906044517A</guid></item><item><title>Reviewed: MVC Starter Site 0.5 (Jan 03, 2011)</title><link>http://mvcstarter.codeplex.com/releases/view/45852#ReviewBy-dancoppock</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - This is great MVC starter site and the Tekpub videos are awesome&amp;#33;  &amp;#10;&amp;#10;I&amp;#39;ve had a go at updating the solution to MVC3 &amp;#40;using the Razor view engine&amp;#41;, available at https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;dancoppock&amp;#47;MVC3-Starter-Site, hopefully that will be useful.&amp;#10;</description><author>dancoppock</author><pubDate>Mon, 03 Jan 2011 21:50:26 GMT</pubDate><guid isPermaLink="false">Reviewed: MVC Starter Site 0.5 (Jan 03, 2011) 20110103095026P</guid></item><item><title>Created Issue: Problem related to SiteLinqToSql.dbml [23]</title><link>http://mvcstarter.codeplex.com/workitem/23</link><description>The problem can perhaps be a result of my lack of experience with VS &amp;#38; IIS - there may be dependencies or assumed &amp;#39;things that are present&amp;#39; that my Win7 w&amp;#47;IIS7 box is missing. But since Rob made a point of &amp;#39;How to include dependent files&amp;#39; so seems worth the asking. Upon opening Project.sln i&amp;#39;m presented 4 warnings - the one related to SiteLinqToSql.dbml is&amp;#58;&lt;br /&gt;&lt;br /&gt;Warning&amp;#9;1&amp;#9;A custom tool &amp;#39;MSLinqToSQLGenerator&amp;#39; is associated with file &amp;#39;Model&amp;#92;SiteLinqToSql.dbml&amp;#39;, but the output of the custom tool was not found in the project. &lt;br /&gt;&lt;br /&gt;The program will compile and render the index page. However...if i follow the directions - &amp;#39;re-running the custom tool by right-clicking on the file in the Solution Explorer and choosing Run Custom Tool.&amp;#39; - the tool will run without error&amp;#59; that warning line is removed from the error list. However, upon compile i&amp;#39;m tossed 21 errors all pointing to  SiteLinqToSql.dbml.&lt;br /&gt;&lt;br /&gt;wanna see them or is there something other preparation i should be taking prior to running the project&amp;#63;&lt;br /&gt;&lt;br /&gt;thx much&lt;br /&gt;&lt;br /&gt;</description><author>justSteve</author><pubDate>Sun, 24 Oct 2010 17:14:04 GMT</pubDate><guid isPermaLink="false">Created Issue: Problem related to SiteLinqToSql.dbml [23] 20101024051404P</guid></item><item><title>Created Issue: Bug in FlashHelper, HtmlEncode the message [22]</title><link>http://mvcstarter.codeplex.com/workitem/22</link><description>In the FlashHelper class, the script generated by the Flash&amp;#40;&amp;#41; function can break easily if the message is not HTML encoded.&lt;br /&gt;&lt;br /&gt;This should fix the problem&amp;#58; sb.AppendFormat&amp;#40;&amp;#34;&amp;#36;&amp;#40;&amp;#39;&amp;#35;flash&amp;#39;&amp;#41;.html&amp;#40;&amp;#39;&amp;#123;0&amp;#125;&amp;#39;&amp;#41;&amp;#59;&amp;#34;, HttpUtility.HtmlEncode&amp;#40;message&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;By the way, thanks so much for this kit, it&amp;#39;s great.&lt;br /&gt;Pedro&lt;br /&gt;</description><author>pedropaf</author><pubDate>Mon, 20 Sep 2010 16:38:07 GMT</pubDate><guid isPermaLink="false">Created Issue: Bug in FlashHelper, HtmlEncode the message [22] 20100920043807P</guid></item><item><title>Reviewed: MVC Starter Site 0.5 (Sep 14, 2010)</title><link>http://mvcstarter.codeplex.com/releases/view/45852#ReviewBy-paxer</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - This is absolutely awesome&amp;#33; Thanks Rob &amp;#33;   </description><author>paxer</author><pubDate>Wed, 15 Sep 2010 04:57:43 GMT</pubDate><guid isPermaLink="false">Reviewed: MVC Starter Site 0.5 (Sep 14, 2010) 20100915045743A</guid></item><item><title>Commented Issue: Medium Trust issues [16]</title><link>http://mvcstarter.codeplex.com/workitem/16</link><description>I&amp;#39;d like to begin by thanking you for the starter site. It encompasses some great ideas and has great code. However, many developers, myself included, build sites for clients that need to be hosted with ISP&amp;#39;s who host them under medium trust. So its a wise idea to enter this line in web.config during development&lt;br /&gt;&amp;#60;system.web&amp;#62;&lt;br /&gt;    &amp;#60;trust level&amp;#61;&amp;#34;Medium&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;This ensures the site will function correctly in a medium trust environment without having to wait until you move it to the ISP. Quite often things work great on our dev box, but then a lot of security exceptions begin to show up when a site is moved to a medium trust environment. I noticed this with the starter kit. When I added the above line, I started to run into issues immediately. My first one is with Ninject. I got the dreaded security exception. However, I was able to fix it with a slight code modification in global.asax.cs&amp;#58; Just add a line for settings and slightly alter the creation of the kernel.&lt;br /&gt;&lt;br /&gt;        public static IKernel Container &amp;#123;&lt;br /&gt;            get &amp;#123;&lt;br /&gt;                if &amp;#40;_container &amp;#61;&amp;#61; null&amp;#41; &amp;#123;&lt;br /&gt;                    &amp;#47;&amp;#47; add below line and ninject will work in medium trust&lt;br /&gt;                    var options &amp;#61; new NinjectSettings &amp;#123; UseReflectionBasedInjection &amp;#61; true &amp;#125;&amp;#59; &lt;br /&gt;                    _container &amp;#61; new StandardKernel&amp;#40;options,new SiteModule&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;                return _container&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;This solved the Ninject issue nicely. However, I cannot get NJog to work in medium trust so was wondering if anyone knows of a good .net logger that will work in medium trust. This is as far as I&amp;#39;ve gotten with this post. It would be great if others would jump in with the goal of creating a version of the starter kit that will work out of the box in a medium trust environment.&lt;br /&gt;&lt;br /&gt;Many Thanks,&lt;br /&gt;&lt;br /&gt;Ed&lt;br /&gt;&lt;br /&gt;Comments: i have the same issue only when i in release mode with debug works for me &amp;#58;&amp;#40;</description><author>msony</author><pubDate>Sat, 04 Sep 2010 07:33:50 GMT</pubDate><guid isPermaLink="false">Commented Issue: Medium Trust issues [16] 20100904073350A</guid></item><item><title>Commented Issue: PagedList - Skip without Sort is LinqToSQL specific [21]</title><link>http://mvcstarter.codeplex.com/workitem/21</link><description>EF4 throws a fit when calling source.Skip&amp;#40;&amp;#41;.&amp;#42; without OrderBy, and because it&amp;#39;s not strongly typed, it&amp;#39;s difficult to choose a specific property to sort by&amp;#33;&lt;br /&gt;&lt;br /&gt;This is godawful but &amp;#34;works&amp;#34;&amp;#58;&lt;br /&gt;&lt;br /&gt;            var list &amp;#61; from i in source&lt;br /&gt;                       select i&amp;#59;&lt;br /&gt;&lt;br /&gt;            var resultsList &amp;#61; list&lt;br /&gt;                .Skip&amp;#40;index &amp;#42; pageSize&amp;#41;&lt;br /&gt;                .Take&amp;#40;pageSize&amp;#41;&lt;br /&gt;                .ToList&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            this.AddRange&amp;#40;resultsList&amp;#41;&amp;#59;&lt;br /&gt;Comments: there is a way to work around this&amp;#58; &amp;#10;change &amp;#58;&amp;#10;this.AddRange&amp;#40;source.Skip&amp;#40;index &amp;#42; pageSize&amp;#41;.Take&amp;#40;pageSize&amp;#41;.ToList&amp;#40;&amp;#41;&amp;#41;&amp;#59;&amp;#10;to&amp;#58;&amp;#10;this.AddRange&amp;#40;source.AsEnumerable&amp;#40;&amp;#41;.Skip&amp;#40;index &amp;#42; pageSize&amp;#41;.Take&amp;#40;pageSize&amp;#41;.ToList&amp;#40;&amp;#41;&amp;#41;&amp;#59;</description><author>hawaii</author><pubDate>Mon, 23 Aug 2010 16:18:25 GMT</pubDate><guid isPermaLink="false">Commented Issue: PagedList - Skip without Sort is LinqToSQL specific [21] 20100823041825P</guid></item><item><title>Created Issue: PagedList - Skip without Sort is LinqToSQL specific [21]</title><link>http://mvcstarter.codeplex.com/workitem/21</link><description>EF4 throws a fit when calling source.Skip&amp;#40;&amp;#41;.&amp;#42; without OrderBy, and because it&amp;#39;s not strongly typed, it&amp;#39;s difficult to choose a specific property to sort by&amp;#33;&lt;br /&gt;&lt;br /&gt;This is godawful but &amp;#34;works&amp;#34;&amp;#58;&lt;br /&gt;&lt;br /&gt;            var list &amp;#61; from i in source&lt;br /&gt;                       select i&amp;#59;&lt;br /&gt;&lt;br /&gt;            var resultsList &amp;#61; list&lt;br /&gt;                .Skip&amp;#40;index &amp;#42; pageSize&amp;#41;&lt;br /&gt;                .Take&amp;#40;pageSize&amp;#41;&lt;br /&gt;                .ToList&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            this.AddRange&amp;#40;resultsList&amp;#41;&amp;#59;&lt;br /&gt;</description><author>GeorgeR</author><pubDate>Sun, 15 Aug 2010 05:49:40 GMT</pubDate><guid isPermaLink="false">Created Issue: PagedList - Skip without Sort is LinqToSQL specific [21] 20100815054940A</guid></item><item><title>Created Issue: RegisterAllControllersIn() obsolete [20]</title><link>http://mvcstarter.codeplex.com/workitem/20</link><description>..in MVC2, so sayeth the Ninject extension docs.&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;ninject&amp;#47;ninject.web.mvc&lt;br /&gt;</description><author>GeorgeR</author><pubDate>Sun, 15 Aug 2010 03:42:42 GMT</pubDate><guid isPermaLink="false">Created Issue: RegisterAllControllersIn() obsolete [20] 20100815034242A</guid></item><item><title>Created Issue: Session property conflicts with HttpSessionState [19]</title><link>http://mvcstarter.codeplex.com/workitem/19</link><description>When referred to in either a Controller or the Global.asax.cs, a property named Session will conflict with HttpApplication.Session &amp;#40;type HttpSessionState&amp;#41;. This is in .NET 4, MVC2.&lt;br /&gt;</description><author>GeorgeR</author><pubDate>Sun, 15 Aug 2010 03:40:09 GMT</pubDate><guid isPermaLink="false">Created Issue: Session property conflicts with HttpSessionState [19] 20100815034009A</guid></item><item><title>Commented Issue: AddView/Edit.tt code template not generating the properties as editable fields in Edit view. [18]</title><link>http://mvcstarter.codeplex.com/workitem/18</link><description>If i create an edit view, it generates a blank fieldset with a legend and a submit button, the actual fields from the object are not present.&lt;br /&gt;I have tested this with a normal view and a partial view in vs2010.&lt;br /&gt;&lt;br /&gt;Comments: also, another small minor fix on the edit.tt template, at around line 114 directly underneath the Html.ActionLink&amp;#40;&amp;#34;Back to List&amp;#34;, &amp;#34;Index&amp;#34;&amp;#41; are 3 div closing tags.&amp;#10;remove one, there are only 2 divs to close.</description><author>sp4ceman</author><pubDate>Tue, 20 Jul 2010 09:11:28 GMT</pubDate><guid isPermaLink="false">Commented Issue: AddView/Edit.tt code template not generating the properties as editable fields in Edit view. [18] 20100720091128A</guid></item><item><title>Commented Issue: AddView/Edit.tt code template not generating the properties as editable fields in Edit view. [18]</title><link>http://mvcstarter.codeplex.com/workitem/18</link><description>If i create an edit view, it generates a blank fieldset with a legend and a submit button, the actual fields from the object are not present.&lt;br /&gt;I have tested this with a normal view and a partial view in vs2010.&lt;br /&gt;&lt;br /&gt;Comments: I fixed this by replacing the Edit.tt&amp;#39;s FilterProperties method right at the bottom of the template with the one from the Create.tt template and now it seems to be working.&amp;#10;</description><author>sp4ceman</author><pubDate>Tue, 20 Jul 2010 08:55:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: AddView/Edit.tt code template not generating the properties as editable fields in Edit view. [18] 20100720085549A</guid></item><item><title>Edited Issue: AddView/Edit.tt code template not generating the properties as editable fields in Edit view. [18]</title><link>http://mvcstarter.codeplex.com/workitem/18</link><description>If i create an edit view, it generates a blank fieldset with a legend and a submit button, the actual fields from the object are not present.&lt;br /&gt;I have tested this with a normal view and a partial view in vs2010.&lt;br /&gt;&lt;br /&gt;</description><author>sp4ceman</author><pubDate>Tue, 20 Jul 2010 06:38:17 GMT</pubDate><guid isPermaLink="false">Edited Issue: AddView/Edit.tt code template not generating the properties as editable fields in Edit view. [18] 20100720063817A</guid></item><item><title>Created Issue: Edit.tt code template not generating the properties as editable fields [18]</title><link>http://mvcstarter.codeplex.com/workitem/18</link><description>If i create an edit view, it generates a blank fieldset with a legend and a submit button, the actual fields from the object are not present.&lt;br /&gt;I have tested this with a normal view and a partial view in vs2010.&lt;br /&gt;&lt;br /&gt;</description><author>sp4ceman</author><pubDate>Tue, 20 Jul 2010 06:36:01 GMT</pubDate><guid isPermaLink="false">Created Issue: Edit.tt code template not generating the properties as editable fields [18] 20100720063601A</guid></item><item><title>Commented Issue: Issue with using LinqToSqlSession [15]</title><link>http://mvcstarter.codeplex.com/workitem/15</link><description>I am having an issue when trying to use the LinqToSqlSession. The file has a protected constructor which I changed to public. Then when I run the application, I&amp;#39;m getting an injection error in the log. What I can&amp;#39;t figure out is how the constructor that takes the datacontext as a param gets called. It seems Ninject can&amp;#39;t map it properly.&lt;br /&gt;&lt;br /&gt;Message &amp;#58;Error activating string&lt;br /&gt;No matching bindings are available, and the type is not self-bindable.&lt;br /&gt;Activation path&amp;#58;&lt;br /&gt;  4&amp;#41; Injection of dependency string into parameter fileOrServerOrConnection of constructor of type DataContext&lt;br /&gt;  3&amp;#41; Injection of dependency DataContext into parameter dc of constructor of type LinqToSqlSession&lt;br /&gt;  2&amp;#41; Injection of dependency ISession into parameter session of constructor of type SessionController&lt;br /&gt;  1&amp;#41; Request for IController&lt;br /&gt;&lt;br /&gt;Suggestions&amp;#58;&lt;br /&gt;  1&amp;#41; Ensure that you have defined a binding for string.&lt;br /&gt;  2&amp;#41; If the binding was defined in a module, ensure that the module has been loaded into the kernel.&lt;br /&gt;  3&amp;#41; Ensure you have not accidentally created more than one kernel.&lt;br /&gt;  4&amp;#41; If you are using automatic module loading, ensure the search path and filters are correct.&lt;br /&gt;&lt;br /&gt;Comments: Nevermind, I was being dumb.</description><author>sp4ceman</author><pubDate>Mon, 19 Jul 2010 13:21:12 GMT</pubDate><guid isPermaLink="false">Commented Issue: Issue with using LinqToSqlSession [15] 20100719012112P</guid></item><item><title>Commented Issue: Issue with using LinqToSqlSession [15]</title><link>http://mvcstarter.codeplex.com/workitem/15</link><description>I am having an issue when trying to use the LinqToSqlSession. The file has a protected constructor which I changed to public. Then when I run the application, I&amp;#39;m getting an injection error in the log. What I can&amp;#39;t figure out is how the constructor that takes the datacontext as a param gets called. It seems Ninject can&amp;#39;t map it properly.&lt;br /&gt;&lt;br /&gt;Message &amp;#58;Error activating string&lt;br /&gt;No matching bindings are available, and the type is not self-bindable.&lt;br /&gt;Activation path&amp;#58;&lt;br /&gt;  4&amp;#41; Injection of dependency string into parameter fileOrServerOrConnection of constructor of type DataContext&lt;br /&gt;  3&amp;#41; Injection of dependency DataContext into parameter dc of constructor of type LinqToSqlSession&lt;br /&gt;  2&amp;#41; Injection of dependency ISession into parameter session of constructor of type SessionController&lt;br /&gt;  1&amp;#41; Request for IController&lt;br /&gt;&lt;br /&gt;Suggestions&amp;#58;&lt;br /&gt;  1&amp;#41; Ensure that you have defined a binding for string.&lt;br /&gt;  2&amp;#41; If the binding was defined in a module, ensure that the module has been loaded into the kernel.&lt;br /&gt;  3&amp;#41; Ensure you have not accidentally created more than one kernel.&lt;br /&gt;  4&amp;#41; If you are using automatic module loading, ensure the search path and filters are correct.&lt;br /&gt;&lt;br /&gt;Comments: Please outline the steps you took to fix this error, I&amp;#39;m running into the same thing.&amp;#10;How do I bind to a &amp;#34;SiteLinqToSqlSession&amp;#34;&amp;#63;</description><author>sp4ceman</author><pubDate>Wed, 14 Jul 2010 09:34:05 GMT</pubDate><guid isPermaLink="false">Commented Issue: Issue with using LinqToSqlSession [15] 20100714093405A</guid></item><item><title>Reviewed: MVC Starter Site 0.5 (Jul 10, 2010)</title><link>http://mvcstarter.codeplex.com/releases/view/45852#ReviewBy-cdeutsch</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Excellent set of tools to get you going with MVC. Best tutorial and tool set I&amp;#39;ve seen so far. I learned a lot. Nice work&amp;#33;</description><author>cdeutsch</author><pubDate>Sun, 11 Jul 2010 06:06:56 GMT</pubDate><guid isPermaLink="false">Reviewed: MVC Starter Site 0.5 (Jul 10, 2010) 20100711060656A</guid></item></channel></rss>