<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET MVC Framework Preview 2 (Mix 2008) Resources</title><link>http://blogs.msdn.com/b/webdev/archive/2008/03/07/asp-net-mvc-framework-preview-2-mix-2008-resources.aspx</link><description>I am attempting to compile the relevant resources for ASP.NET MVC Framework Preview 2 at one place so that you will not have to keep searching around... 
 ASP.NET MVC Preview 2 Download Location: 
 Preview 2 Download (English-US) - Microsoft.com download</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: ASP.NET MVC Framework Preview 2 (Mix 2008) Resources</title><link>http://blogs.msdn.com/b/webdev/archive/2008/03/07/asp-net-mvc-framework-preview-2-mix-2008-resources.aspx#8398042</link><pubDate>Tue, 15 Apr 2008 21:46:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8398042</guid><dc:creator>base</dc:creator><description>&lt;p&gt;I could find the same. I was looking under File &amp;gt; New &amp;gt; WebSite&lt;/p&gt;
&lt;p&gt;The templates are in:&lt;/p&gt;
&lt;p&gt;File &amp;gt; New &amp;gt; Project &amp;gt; &amp;lt;anylanguage&amp;gt; &amp;gt; Web &amp;gt; ASP.NET MVC Web Application&lt;/p&gt;
&lt;p&gt;and File &amp;gt; New &amp;gt; Project &amp;gt; &amp;lt;anylanguage&amp;gt; &amp;gt; Test &amp;gt; ASP.NET MVC Test&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8398042" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET MVC Framework Preview 2 (Mix 2008) Resources</title><link>http://blogs.msdn.com/b/webdev/archive/2008/03/07/asp-net-mvc-framework-preview-2-mix-2008-resources.aspx#8398021</link><pubDate>Tue, 15 Apr 2008 21:21:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8398021</guid><dc:creator>base</dc:creator><description>&lt;p&gt;I downloaded and installed MVC Preview 2 but cannot find the ASP.NET MVC Project template in VS2008.&lt;/p&gt;
&lt;p&gt;Am I missing something...&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8398021" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET MVC Framework Preview 2 (Mix 2008) Resources</title><link>http://blogs.msdn.com/b/webdev/archive/2008/03/07/asp-net-mvc-framework-preview-2-mix-2008-resources.aspx#8165372</link><pubDate>Wed, 12 Mar 2008 06:07:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8165372</guid><dc:creator>deerchao</dc:creator><description>&lt;p&gt;Hi, I learned from weblogs.asp.net/scottgu that Asp.net MVC Preview2 source codes will be released, however I can't find it anywhere.&lt;/p&gt;
&lt;p&gt;Do you have any words on this? Thanks!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8165372" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET MVC Framework Preview 2 (Mix 2008) Resources</title><link>http://blogs.msdn.com/b/webdev/archive/2008/03/07/asp-net-mvc-framework-preview-2-mix-2008-resources.aspx#8134109</link><pubDate>Mon, 10 Mar 2008 19:18:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8134109</guid><dc:creator>Web Development Tools Microsoft</dc:creator><description>&lt;p&gt;Hi Will,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; There is an overload for Html.ActionLink() which also takes the controller name... You can use that in such sitution that you have described above...&lt;/p&gt;
&lt;p&gt;wishes&lt;/p&gt;
&lt;p&gt;-Vishal&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8134109" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET MVC Framework Preview 2 (Mix 2008) Resources</title><link>http://blogs.msdn.com/b/webdev/archive/2008/03/07/asp-net-mvc-framework-preview-2-mix-2008-resources.aspx#8110133</link><pubDate>Sat, 08 Mar 2008 08:23:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8110133</guid><dc:creator>Will C</dc:creator><description>&lt;p&gt;Awesome work! I'm looking forward to digging into this over the weekend.&lt;/p&gt;
&lt;p&gt;One thing. I'm just exploring the &amp;quot;Walkthrough: Creating a Basic MVC Project in Visual Studio&amp;quot; resource. I'm totally new to MVC so I may be missing something but shouldn't the ActionLinks in the navigation -&lt;/p&gt;
&lt;p&gt;&amp;lt;%=Html.ActionLink(&amp;quot;Home&amp;quot;, &amp;quot;Index&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;contain the 3rd parameter for the controller like -&lt;/p&gt;
&lt;p&gt;&amp;lt;%=Html.ActionLink(&amp;quot;Home&amp;quot;, &amp;quot;Index&amp;quot;, &amp;quot;Home&amp;quot;)%&amp;gt;?&lt;/p&gt;
&lt;p&gt;Otherwise, when you navigate to the Login page and use the Home (and About) tabs it uses the Login not the Home controller and you get a &amp;quot;page not found error&amp;quot;.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8110133" width="1" height="1"&gt;</description></item></channel></rss>