<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>ASP.NET</title><link>http://aspnet.codeplex.com/Project/ProjectRss.aspx</link><description>This project gives you access to the code for upcoming releases that the ASP.NET team is working on, starting with the ASP.NET MVC Framework.</description><item><title>Commented Issue: Feature request: built-in pagination for list views</title><link>http://aspnet.codeplex.com/WorkItem/View.aspx?WorkItemId=3824</link><description>List views generated by MVC have no pagination. Pagination is essential for web based lists,&amp;#59; so much so that arguably the list view generated by MVC is not a finished product.&lt;br /&gt;&lt;br /&gt;MVC could be made a lot more useful for a very small investment of work if pagination was provided out-of-the-box. A user control of library for pagination of lists which integrates with the Entity Framework would be highly desirable.&lt;br /&gt;Comments: ** Comment from web user: auriel ** &lt;p&gt;This might seem like a &amp;#34;very small investment&amp;#34;, but it&amp;#39;s actually quite a substantial investment.  Currently MVC is agnostic as to which data access layer you use, so taking a dependency on EF &amp;#40;or L2S or anything else&amp;#41; would require substantial design changes to the framework.  In addition, the controller should be responsible for pagination, not the view.  &amp;#40;The view would need to know where in the list it is, though, so it can generate the correct previous &amp;#47; next links, for example.&amp;#41;&lt;/p&gt;&lt;p&gt;The easiest way to implement paging today is to take &amp;#34;top&amp;#34; and &amp;#34;skip&amp;#34; parameters in to your action method, then consume those parameters in your database call.  We have some work in progress for MVC v2 which will make this somewhat easier, but it will still require the developer to manually page inside the controller.&lt;/p&gt;</description><author>auriel</author><pubDate>Sun, 05 Jul 2009 18:13:42 GMT</pubDate><guid isPermaLink="false">Commented Issue: Feature request: built-in pagination for list views 20090705061342P</guid></item><item><title>Created Issue: Bug in VS2010 Installer, Strongly Typed View.</title><link>http://aspnet.codeplex.com/WorkItem/View.aspx?WorkItemId=3827</link><description>The new installer for VS2010 has a bug. The web.config file under the Views folder still points to version 1.0 instead of 1.1. This throws error when working with Strongly Typed Views.&lt;br /&gt;</description><author>kazimanzurrashid</author><pubDate>Sun, 05 Jul 2009 03:35:24 GMT</pubDate><guid isPermaLink="false">Created Issue: Bug in VS2010 Installer, Strongly Typed View. 20090705033524A</guid></item><item><title>Created Issue: Feature request: built-in pagination for list views</title><link>http://aspnet.codeplex.com/WorkItem/View.aspx?WorkItemId=3824</link><description>List views generated by MVC have no pagination. Pagination is essential for web based lists,&amp;#59; so much so that arguably the list view generated by MVC is not a finished product.&lt;br /&gt;&lt;br /&gt;MVC could be made a lot more useful for a very small investment of work if pagination was provided out-of-the-box. A user control of library for pagination of lists which integrates with the Entity Framework would be highly desirable.&lt;br /&gt;</description><author>timacheson</author><pubDate>Fri, 03 Jul 2009 12:32:38 GMT</pubDate><guid isPermaLink="false">Created Issue: Feature request: built-in pagination for list views 20090703123238P</guid></item><item><title>Created Issue: Spelling error in Visual Studio template for new ASP.NET MVC project</title><link>http://aspnet.codeplex.com/WorkItem/View.aspx?WorkItemId=3823</link><description>In the AccountController class generated by Visual Studio when creating a new MVC project, the word &amp;#34;cancelled&amp;#34; is spelled incorrectly &amp;#40;in the return value for MembershipCreatedStatus.UserRejected&amp;#41;.&lt;br /&gt;</description><author>timacheson</author><pubDate>Fri, 03 Jul 2009 12:24:26 GMT</pubDate><guid isPermaLink="false">Created Issue: Spelling error in Visual Studio template for new ASP.NET MVC project 20090703122426P</guid></item><item><title>Updated Release: ASP.NET MVC v1.0 Source (Mar 03, 2009)</title><link>http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24471</link><description>&lt;div&gt;This is the release of the source code for &lt;a href="http://go.microsoft.com/fwlink/?LinkId=144444"&gt;ASP.NET MVC 1.0 RTM&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. You can find more information on the &lt;a href="http://aspnet.codeplex.com/Wiki/View.aspx?title=MVC"&gt;MVC&lt;/a&gt; wiki page on this site as well as tutorials at the main &lt;a href="http://www.asp.net/mvc"&gt;ASP.NET MVC site&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/div&gt;</description><author>davidebb</author><pubDate>Fri, 03 Jul 2009 08:27:15 GMT</pubDate><guid isPermaLink="false">Updated Release: ASP.NET MVC v1.0 Source (Mar 03, 2009) 20090703082715A</guid></item><item><title>Released: ASP.NET MVC v1.0 Source (Mar 03, 2009)</title><link>http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24471</link><description>&lt;div&gt;This is the release of the source code for &lt;a href="http://go.microsoft.com/fwlink/?LinkId=144444"&gt;ASP.NET MVC 1.0 RTM&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. You can find more information on the &lt;a href="http://aspnet.codeplex.com/Wiki/View.aspx?title=MVC"&gt;MVC&lt;/a&gt; wiki page on this site as well as tutorials at the main &lt;a href="http://www.asp.net/mvc"&gt;ASP.NET MVC site&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/div&gt;</description><author></author><pubDate>Fri, 03 Jul 2009 08:27:15 GMT</pubDate><guid isPermaLink="false">Released: ASP.NET MVC v1.0 Source (Mar 03, 2009) 20090703082715A</guid></item><item><title>Closed Issue: Yellow screen of death when submitting empty form data with Model binding and Validation.</title><link>http://aspnet.codeplex.com/WorkItem/View.aspx?WorkItemId=3816</link><description>I&amp;#39;m using a firefox plug-in called &amp;#34;TamperData&amp;#34; to submit an empty form.. &amp;#40;meaning not sending any POST data at all, instead of just empty values what would normally happen when you don&amp;#39;t fill out a form and submit it.&amp;#41;&lt;br /&gt;&lt;br /&gt;ModelState.AddModelError&amp;#40;&amp;#34;myfield&amp;#34;, &amp;#34;error message&amp;#34;&amp;#41; causes an System.NullReferenceException &amp;#40;indirectly, I&amp;#39;m not sure how exactly&amp;#41;, whenever the &amp;#34;myfield&amp;#34; is not present in the POST data.&lt;br /&gt;&lt;br /&gt;Stack trace&amp;#58;&lt;br /&gt;&amp;#91;NullReferenceException&amp;#58; Object reference not set to an instance of an object.&amp;#93;&lt;br /&gt;   System.Web.Mvc.HtmlHelper.GetModelStateValue&amp;#40;String key, Type destinationType&amp;#41; &amp;#43;63&lt;br /&gt;   System.Web.Mvc.Html.InputExtensions.InputHelper&amp;#40;HtmlHelper htmlHelper, InputType inputType, String name, Object value, Boolean useViewData, Boolean isChecked, Boolean setId, Boolean isExplicitValue, IDictionary&amp;#96;2 htmlAttributes&amp;#41; &amp;#43;519&lt;br /&gt;   System.Web.Mvc.Html.InputExtensions.TextBox&amp;#40;HtmlHelper htmlHelper, String name, Object value, IDictionary&amp;#96;2 htmlAttributes&amp;#41; &amp;#43;34&lt;br /&gt;   System.Web.Mvc.Html.InputExtensions.TextBox&amp;#40;HtmlHelper htmlHelper, String name, Object value&amp;#41; &amp;#43;61&lt;br /&gt;   ASP.views_account_login_aspx.__RenderContent1&amp;#40;HtmlTextWriter __w, Control parameterContainer&amp;#41; in c&amp;#58;&amp;#92;.......aspx&amp;#58;27&lt;br /&gt;   System.Web.UI.Control.RenderChildrenInternal&amp;#40;HtmlTextWriter writer, ICollection children&amp;#41; &amp;#43;256&lt;br /&gt;   System.Web.UI.Control.RenderChildren&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;19&lt;br /&gt;   System.Web.UI.Control.Render&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;10&lt;br /&gt;   System.Web.UI.Control.RenderControlInternal&amp;#40;HtmlTextWriter writer, ControlAdapter adapter&amp;#41; &amp;#43;27&lt;br /&gt;   System.Web.UI.Control.RenderControl&amp;#40;HtmlTextWriter writer, ControlAdapter adapter&amp;#41; &amp;#43;99&lt;br /&gt;   System.Web.UI.Control.RenderControl&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;25&lt;br /&gt;   System.Web.UI.Control.RenderChildrenInternal&amp;#40;HtmlTextWriter writer, ICollection children&amp;#41; &amp;#43;134&lt;br /&gt;   System.Web.UI.Control.RenderChildren&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;19&lt;br /&gt;   System.Web.UI.Control.Render&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;10&lt;br /&gt;   System.Web.UI.Control.RenderControlInternal&amp;#40;HtmlTextWriter writer, ControlAdapter adapter&amp;#41; &amp;#43;27&lt;br /&gt;   System.Web.UI.Control.RenderControl&amp;#40;HtmlTextWriter writer, ControlAdapter adapter&amp;#41; &amp;#43;99&lt;br /&gt;   System.Web.UI.Control.RenderControl&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;25&lt;br /&gt;   System.Web.UI.Control.RenderChildrenInternal&amp;#40;HtmlTextWriter writer, ICollection children&amp;#41; &amp;#43;134&lt;br /&gt;   System.Web.UI.Control.RenderChildren&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;19&lt;br /&gt;   System.Web.UI.Page.Render&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;29&lt;br /&gt;   System.Web.Mvc.ViewPage.Render&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;59&lt;br /&gt;   System.Web.UI.Control.RenderControlInternal&amp;#40;HtmlTextWriter writer, ControlAdapter adapter&amp;#41; &amp;#43;27&lt;br /&gt;   System.Web.UI.Control.RenderControl&amp;#40;HtmlTextWriter writer, ControlAdapter adapter&amp;#41; &amp;#43;99&lt;br /&gt;   System.Web.UI.Control.RenderControl&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;25&lt;br /&gt;   System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41; &amp;#43;1266&lt;br /&gt;Comments: &lt;p&gt;Duplicate of http&amp;#58;&amp;#47;&amp;#47;aspnet.codeplex.com&amp;#47;WorkItem&amp;#47;View.aspx&amp;#63;WorkItemId&amp;#61;3218.&lt;/p&gt;</description><author>auriel</author><pubDate>Thu, 02 Jul 2009 20:05:53 GMT</pubDate><guid isPermaLink="false">Closed Issue: Yellow screen of death when submitting empty form data with Model binding and Validation. 20090702080553P</guid></item><item><title>Updated Release: ASP.NET MVC v1.0 Source (Mar 03, 2009)</title><link>http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24471</link><description>&lt;div&gt;This is the release of the source code for &lt;a href="http://go.microsoft.com/fwlink/?LinkId=144444"&gt;ASP.NET MVC 1.0 RTM&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. You can find more information on the &lt;a href="http://aspnet.codeplex.com/Wiki/View.aspx?title=MVC"&gt;MVC&lt;/a&gt; wiki page on this site as well as tutorials at the main &lt;a href="http://www.asp.net/mvc"&gt;ASP.NET MVC site&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/div&gt;</description><author>davidebb</author><pubDate>Wed, 01 Jul 2009 21:55:54 GMT</pubDate><guid isPermaLink="false">Updated Release: ASP.NET MVC v1.0 Source (Mar 03, 2009) 20090701095554P</guid></item><item><title>Released: ASP.NET MVC v1.0 Source (Mar 03, 2009)</title><link>http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24471</link><description>&lt;div&gt;This is the release of the source code for &lt;a href="http://go.microsoft.com/fwlink/?LinkId=144444"&gt;ASP.NET MVC 1.0 RTM&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. You can find more information on the &lt;a href="http://aspnet.codeplex.com/Wiki/View.aspx?title=MVC"&gt;MVC&lt;/a&gt; wiki page on this site as well as tutorials at the main &lt;a href="http://www.asp.net/mvc"&gt;ASP.NET MVC site&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/div&gt;</description><author></author><pubDate>Wed, 01 Jul 2009 21:55:54 GMT</pubDate><guid isPermaLink="false">Released: ASP.NET MVC v1.0 Source (Mar 03, 2009) 20090701095554P</guid></item><item><title>Created Issue: Yellow screen of death when submitting empty form data with Model binding and Validation.</title><link>http://aspnet.codeplex.com/WorkItem/View.aspx?WorkItemId=3816</link><description>I&amp;#39;m using a firefox plug-in called &amp;#34;TamperData&amp;#34; to submit an empty form.. &amp;#40;meaning not sending any POST data at all, instead of just empty values what would normally happen when you don&amp;#39;t fill out a form and submit it.&amp;#41;&lt;br /&gt;&lt;br /&gt;ModelState.AddModelError&amp;#40;&amp;#34;myfield&amp;#34;, &amp;#34;error message&amp;#34;&amp;#41; causes an System.NullReferenceException &amp;#40;indirectly, I&amp;#39;m not sure how exactly&amp;#41;, whenever the &amp;#34;myfield&amp;#34; is not present in the POST data.&lt;br /&gt;&lt;br /&gt;Stack trace&amp;#58;&lt;br /&gt;&amp;#91;NullReferenceException&amp;#58; Object reference not set to an instance of an object.&amp;#93;&lt;br /&gt;   System.Web.Mvc.HtmlHelper.GetModelStateValue&amp;#40;String key, Type destinationType&amp;#41; &amp;#43;63&lt;br /&gt;   System.Web.Mvc.Html.InputExtensions.InputHelper&amp;#40;HtmlHelper htmlHelper, InputType inputType, String name, Object value, Boolean useViewData, Boolean isChecked, Boolean setId, Boolean isExplicitValue, IDictionary&amp;#96;2 htmlAttributes&amp;#41; &amp;#43;519&lt;br /&gt;   System.Web.Mvc.Html.InputExtensions.TextBox&amp;#40;HtmlHelper htmlHelper, String name, Object value, IDictionary&amp;#96;2 htmlAttributes&amp;#41; &amp;#43;34&lt;br /&gt;   System.Web.Mvc.Html.InputExtensions.TextBox&amp;#40;HtmlHelper htmlHelper, String name, Object value&amp;#41; &amp;#43;61&lt;br /&gt;   ASP.views_account_login_aspx.__RenderContent1&amp;#40;HtmlTextWriter __w, Control parameterContainer&amp;#41; in c&amp;#58;&amp;#92;.......aspx&amp;#58;27&lt;br /&gt;   System.Web.UI.Control.RenderChildrenInternal&amp;#40;HtmlTextWriter writer, ICollection children&amp;#41; &amp;#43;256&lt;br /&gt;   System.Web.UI.Control.RenderChildren&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;19&lt;br /&gt;   System.Web.UI.Control.Render&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;10&lt;br /&gt;   System.Web.UI.Control.RenderControlInternal&amp;#40;HtmlTextWriter writer, ControlAdapter adapter&amp;#41; &amp;#43;27&lt;br /&gt;   System.Web.UI.Control.RenderControl&amp;#40;HtmlTextWriter writer, ControlAdapter adapter&amp;#41; &amp;#43;99&lt;br /&gt;   System.Web.UI.Control.RenderControl&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;25&lt;br /&gt;   System.Web.UI.Control.RenderChildrenInternal&amp;#40;HtmlTextWriter writer, ICollection children&amp;#41; &amp;#43;134&lt;br /&gt;   System.Web.UI.Control.RenderChildren&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;19&lt;br /&gt;   System.Web.UI.Control.Render&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;10&lt;br /&gt;   System.Web.UI.Control.RenderControlInternal&amp;#40;HtmlTextWriter writer, ControlAdapter adapter&amp;#41; &amp;#43;27&lt;br /&gt;   System.Web.UI.Control.RenderControl&amp;#40;HtmlTextWriter writer, ControlAdapter adapter&amp;#41; &amp;#43;99&lt;br /&gt;   System.Web.UI.Control.RenderControl&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;25&lt;br /&gt;   System.Web.UI.Control.RenderChildrenInternal&amp;#40;HtmlTextWriter writer, ICollection children&amp;#41; &amp;#43;134&lt;br /&gt;   System.Web.UI.Control.RenderChildren&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;19&lt;br /&gt;   System.Web.UI.Page.Render&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;29&lt;br /&gt;   System.Web.Mvc.ViewPage.Render&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;59&lt;br /&gt;   System.Web.UI.Control.RenderControlInternal&amp;#40;HtmlTextWriter writer, ControlAdapter adapter&amp;#41; &amp;#43;27&lt;br /&gt;   System.Web.UI.Control.RenderControl&amp;#40;HtmlTextWriter writer, ControlAdapter adapter&amp;#41; &amp;#43;99&lt;br /&gt;   System.Web.UI.Control.RenderControl&amp;#40;HtmlTextWriter writer&amp;#41; &amp;#43;25&lt;br /&gt;   System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41; &amp;#43;1266&lt;br /&gt;</description><author>mmtache</author><pubDate>Wed, 01 Jul 2009 17:54:56 GMT</pubDate><guid isPermaLink="false">Created Issue: Yellow screen of death when submitting empty form data with Model binding and Validation. 20090701055456P</guid></item><item><title>Updated Release: ASP.NET MVC v1.0 Source (Mar 03, 2009)</title><link>http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24471</link><description>&lt;div&gt;This is the release of the source code for &lt;a href="http://go.microsoft.com/fwlink/?LinkId=144444"&gt;ASP.NET MVC 1.0 RTM&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. You can find more information on the &lt;a href="http://aspnet.codeplex.com/Wiki/View.aspx?title=MVC"&gt;MVC&lt;/a&gt; wiki page on this site as well as tutorials at the main &lt;a href="http://www.asp.net/mvc"&gt;ASP.NET MVC site&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/div&gt;</description><author>davidebb</author><pubDate>Tue, 30 Jun 2009 19:12:56 GMT</pubDate><guid isPermaLink="false">Updated Release: ASP.NET MVC v1.0 Source (Mar 03, 2009) 20090630071256P</guid></item><item><title>Released: ASP.NET MVC v1.0 Source (Mar 03, 2009)</title><link>http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24471</link><description>&lt;div&gt;This is the release of the source code for &lt;a href="http://go.microsoft.com/fwlink/?LinkId=144444"&gt;ASP.NET MVC 1.0 RTM&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. You can find more information on the &lt;a href="http://aspnet.codeplex.com/Wiki/View.aspx?title=MVC"&gt;MVC&lt;/a&gt; wiki page on this site as well as tutorials at the main &lt;a href="http://www.asp.net/mvc"&gt;ASP.NET MVC site&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/div&gt;</description><author></author><pubDate>Tue, 30 Jun 2009 19:12:56 GMT</pubDate><guid isPermaLink="false">Released: ASP.NET MVC v1.0 Source (Mar 03, 2009) 20090630071256P</guid></item><item><title>Updated Release: ASP.NET MVC v1.0 Source (Mar 03, 2009)</title><link>http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24471</link><description>&lt;div&gt;This is the release of the source code for &lt;a href="http://go.microsoft.com/fwlink/?LinkId=144444"&gt;ASP.NET MVC 1.0 RTM&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. You can find more information on the &lt;a href="http://aspnet.codeplex.com/Wiki/View.aspx?title=MVC"&gt;MVC&lt;/a&gt; wiki page on this site as well as tutorials at the main &lt;a href="http://www.asp.net/mvc"&gt;ASP.NET MVC site&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/div&gt;</description><author>davidebb</author><pubDate>Tue, 30 Jun 2009 00:14:43 GMT</pubDate><guid isPermaLink="false">Updated Release: ASP.NET MVC v1.0 Source (Mar 03, 2009) 20090630121443A</guid></item><item><title>Released: ASP.NET MVC v1.0 Source (Mar 03, 2009)</title><link>http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24471</link><description>&lt;div&gt;This is the release of the source code for &lt;a href="http://go.microsoft.com/fwlink/?LinkId=144444"&gt;ASP.NET MVC 1.0 RTM&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. You can find more information on the &lt;a href="http://aspnet.codeplex.com/Wiki/View.aspx?title=MVC"&gt;MVC&lt;/a&gt; wiki page on this site as well as tutorials at the main &lt;a href="http://www.asp.net/mvc"&gt;ASP.NET MVC site&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/div&gt;</description><author></author><pubDate>Tue, 30 Jun 2009 00:14:43 GMT</pubDate><guid isPermaLink="false">Released: ASP.NET MVC v1.0 Source (Mar 03, 2009) 20090630121443A</guid></item><item><title>New Comment on "MVC"</title><link>http://aspnet.codeplex.com/Wiki/View.aspx?title=MVC&amp;ANCHOR#C13267</link><description>Can you guys pleaaaaaaase make a dynamic help file for Visual Studio &amp;#40;2008&amp;#41;&amp;#63;&amp;#63;</description><author>mmtache</author><pubDate>Mon, 29 Jun 2009 21:19:26 GMT</pubDate><guid isPermaLink="false">New Comment on "MVC" 20090629091926P</guid></item><item><title>Updated Release: ASP.NET MVC v1.0 Source (Mar 03, 2009)</title><link>http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24471</link><description>&lt;div&gt;This is the release of the source code for &lt;a href="http://go.microsoft.com/fwlink/?LinkId=144444"&gt;ASP.NET MVC 1.0 RTM&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. You can find more information on the &lt;a href="http://aspnet.codeplex.com/Wiki/View.aspx?title=MVC"&gt;MVC&lt;/a&gt; wiki page on this site as well as tutorials at the main &lt;a href="http://www.asp.net/mvc"&gt;ASP.NET MVC site&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/div&gt;</description><author>davidebb</author><pubDate>Mon, 29 Jun 2009 04:08:15 GMT</pubDate><guid isPermaLink="false">Updated Release: ASP.NET MVC v1.0 Source (Mar 03, 2009) 20090629040815A</guid></item><item><title>Released: ASP.NET MVC v1.0 Source (Mar 03, 2009)</title><link>http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24471</link><description>&lt;div&gt;This is the release of the source code for &lt;a href="http://go.microsoft.com/fwlink/?LinkId=144444"&gt;ASP.NET MVC 1.0 RTM&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. You can find more information on the &lt;a href="http://aspnet.codeplex.com/Wiki/View.aspx?title=MVC"&gt;MVC&lt;/a&gt; wiki page on this site as well as tutorials at the main &lt;a href="http://www.asp.net/mvc"&gt;ASP.NET MVC site&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/div&gt;</description><author></author><pubDate>Mon, 29 Jun 2009 04:08:15 GMT</pubDate><guid isPermaLink="false">Released: ASP.NET MVC v1.0 Source (Mar 03, 2009) 20090629040815A</guid></item><item><title>Released: ASP.NET MVC v1.0 Source (Mar 03, 2009)</title><link>http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24471</link><description>&lt;div&gt;This is the release of the source code for &lt;a href="http://go.microsoft.com/fwlink/?LinkId=144444"&gt;ASP.NET MVC 1.0 RTM&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. You can find more information on the &lt;a href="http://aspnet.codeplex.com/Wiki/View.aspx?title=MVC"&gt;MVC&lt;/a&gt; wiki page on this site as well as tutorials at the main &lt;a href="http://www.asp.net/mvc"&gt;ASP.NET MVC site&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/div&gt;</description><author></author><pubDate>Sun, 28 Jun 2009 05:37:22 GMT</pubDate><guid isPermaLink="false">Released: ASP.NET MVC v1.0 Source (Mar 03, 2009) 20090628053722A</guid></item><item><title>Updated Release: ASP.NET MVC v1.0 Source (Mar 03, 2009)</title><link>http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24471</link><description>&lt;div&gt;This is the release of the source code for &lt;a href="http://go.microsoft.com/fwlink/?LinkId=144444"&gt;ASP.NET MVC 1.0 RTM&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. You can find more information on the &lt;a href="http://aspnet.codeplex.com/Wiki/View.aspx?title=MVC"&gt;MVC&lt;/a&gt; wiki page on this site as well as tutorials at the main &lt;a href="http://www.asp.net/mvc"&gt;ASP.NET MVC site&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/div&gt;</description><author>davidebb</author><pubDate>Sun, 28 Jun 2009 05:37:22 GMT</pubDate><guid isPermaLink="false">Updated Release: ASP.NET MVC v1.0 Source (Mar 03, 2009) 20090628053722A</guid></item><item><title>Commented Issue: RC1 Model collection binding is broken</title><link>http://aspnet.codeplex.com/WorkItem/View.aspx?WorkItemId=3119</link><description>RC1 no linger binds to lists with custom indexes. Forces user to use integer index, 0, 1, 2, 3. This breaks Beta code as well introduces unneeded complexity to managing indexes in Views. Refer to this link for detailed description&amp;#58; http&amp;#58;&amp;#47;&amp;#47;forums.asp.net&amp;#47;t&amp;#47;1377775.aspx&lt;br /&gt;Comments: ** Comment from web user: niclarke ** &lt;p&gt;Cheers Steve&amp;#58; The JavaScript worked a treat for me, so I&amp;#39;m back up and running again.&lt;/p&gt;</description><author>niclarke</author><pubDate>Sat, 27 Jun 2009 19:32:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: RC1 Model collection binding is broken 20090627073210P</guid></item></channel></rss>