<?xml version="1.0" encoding="UTF-8"?>
<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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MsHelp &#187; ASP.NET MVC</title>
	<atom:link href="http://mshelp.be/category/aspnet-mvc/feed" rel="self" type="application/rss+xml" />
	<link>http://mshelp.be</link>
	<description>Ins and Outs of Microsoft Dynamics CRM</description>
	<lastBuildDate>Fri, 06 Apr 2012 11:09:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Failed to install ASP.NET MVC2 with Visual Studio 2010 RC</title>
		<link>http://mshelp.be/failed-to-install-asp-net-mvc2-with-visual-studio-2010-rc-336.htm</link>
		<comments>http://mshelp.be/failed-to-install-asp-net-mvc2-with-visual-studio-2010-rc-336.htm#comments</comments>
		<pubDate>Sat, 03 Apr 2010 18:38:30 +0000</pubDate>
		<dc:creator>Sven</dc:creator>
				<category><![CDATA[ASP.NET MVC]]></category>

		<guid isPermaLink="false">http://mshelp.be/failed-to-install-asp-net-mvc2-with-visual-studio-2010-rc-336.htm</guid>
		<description><![CDATA[Today I wanted to experiment a little bit with ASP.NET MVC2. I downloaded the bits from Microsoft Download and clicked on the executable. Unfortunately an error occurred and the installation was stopped. No worries, this is an easy fix. If you click on Details, then youâ€™ll see whatâ€™s going on. From my previous Visual Studio [...]]]></description>
			<content:encoded><![CDATA[<p>Today I wanted to experiment a little bit with ASP.NET MVC2. I downloaded the bits from <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=7aba081a-19b9-44c4-a247-3882c8f749e3">Microsoft Download</a> and clicked on the executable. Unfortunately an error occurred and the installation was stopped.</p>
<p>No worries, this is an easy fix. If you click on Details, then youâ€™ll see whatâ€™s going on. From my previous Visual Studio 2010 release, I still had an older version of ASP.NET MVC. </p>
<p><a href="http://www.mshelp.be/img/Failedtoin.NETMVC2withVisualStudio2010RC_12233/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mshelp.be/img/Failedtoin.NETMVC2withVisualStudio2010RC_12233/image_thumb.png" width="538" height="400" /></a> </p>
<p><a href="http://www.mshelp.be/img/Failedtoin.NETMVC2withVisualStudio2010RC_12233/image_3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mshelp.be/img/Failedtoin.NETMVC2withVisualStudio2010RC_12233/image_thumb_3.png" width="644" height="310" /></a> </p>
<p>I just removed ASP.NET MVC 2 and then tried to reinstall, this time it succeeded!</p>
<p><a href="http://www.mshelp.be/img/Failedtoin.NETMVC2withVisualStudio2010RC_12233/image_4.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mshelp.be/img/Failedtoin.NETMVC2withVisualStudio2010RC_12233/image_thumb_4.png" width="362" height="175" /></a> </p>
<p>Phil Haack has some more information on this on <a href="http://haacked.com/archive/2010/02/10/installing-asp-net-mvc-2-rc-2-on-visual-studio.aspx">his blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mshelp.be/failed-to-install-asp-net-mvc2-with-visual-studio-2010-rc-336.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC reference pages on MSDN</title>
		<link>http://mshelp.be/aspnet-mvc-reference-pages-on-msdn-239.htm</link>
		<comments>http://mshelp.be/aspnet-mvc-reference-pages-on-msdn-239.htm#comments</comments>
		<pubDate>Tue, 14 Apr 2009 07:12:30 +0000</pubDate>
		<dc:creator>Sven</dc:creator>
				<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[MSDN Library]]></category>

		<guid isPermaLink="false">http://mshelp.be/aspnet-mvc-reference-pages-on-msdn-239.htm</guid>
		<description><![CDATA[As you may or may not know since the release of ASP.NET MVC RTW 1.0 Microsoft has placed reference pages on MSDN library. Here can find all the information concerning the different methods, properties, classes etc that you can use. Following namespaces are thoroughly explained: - System.Web.Mvcnamespace Contains classes and interfaces that support the MVC [...]]]></description>
			<content:encoded><![CDATA[<p>As you may or may not know since the release of ASP.NET MVC RTW 1.0 Microsoft has placed reference pages on MSDN library. Here can find all the information concerning the different methods, properties, classes etc that you can use. Following namespaces are thoroughly explained:</p>
<p>- <a href="http://msdn.microsoft.com/en-us/library/system.web.mvc.aspx">System.Web.Mvc</a>namespace
<p>Contains classes and interfaces that support the MVC pattern for ASP.NET Web applications. This namespace includes classes that represent controllers, controller factories, action results, views, partial views, ad model binders.
<p>- <a href="http://msdn.microsoft.com/en-us/library/system.web.mvc.ajax.aspx">System.Web.Mvc.Ajax</a>namespace
<p>Contains classes that support AJAX scripts in an ASP.NET MVC application. The namespace includes support for AJAX scripts and AJAX option settings.
<p>- <a href="http://msdn.microsoft.com/en-us/library/system.web.mvc.html.aspx">System.Web.Mvc.Htmlnamespace</a>
<p>Contains classes that help render HTML controls in an MVC application. The namespace includes classes that support forms, input controls, links, partial views, and validation. </p>
]]></content:encoded>
			<wfw:commentRss>http://mshelp.be/aspnet-mvc-reference-pages-on-msdn-239.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC RC2 released</title>
		<link>http://mshelp.be/aspnet-mvc-rc2-released-226.htm</link>
		<comments>http://mshelp.be/aspnet-mvc-rc2-released-226.htm#comments</comments>
		<pubDate>Wed, 04 Mar 2009 09:08:38 +0000</pubDate>
		<dc:creator>Sven</dc:creator>
				<category><![CDATA[ASP.NET MVC]]></category>

		<guid isPermaLink="false">http://mshelp.be/aspnet-mvc-rc2-released-226.htm</guid>
		<description><![CDATA[I just noticed a new version of ASP.NET MVC has been released to the public. Don&#8217;t think there are many ground breaking changes, except for the deployment process. Next to that several other bugfixes were implemented in this release Small summary: - Deployment related updates (Bin deployment and Setup do not require .NET 3.5 SP1) [...]]]></description>
			<content:encoded><![CDATA[<p>I just noticed a new version of ASP.NET MVC has been released to the public. Don&#8217;t think there are many ground breaking changes, except for the deployment process. Next to that several other bugfixes were implemented in this release</p>
<p>Small summary:</p>
<p>- Deployment related updates (Bin deployment and Setup do not require .NET 3.5 SP1) and server-only (no visual studio 2008) install possible.</p>
<p>- JQuery support for the latest version, 1.3.1</p>
<p>- Bug fixing </p>
<p>More information:</p>
<p><a href="http://go.microsoft.com/fwlink/?LinkId=137662">Detailed release notes of ASP.NET MVC RC2</a><br /><a href="http://www.haacked.com/archive/2009/03/03/aspnetmvc-changes-for-rc2.aspx">Official post from Phil Haack</a></p>
<p>Download:</p>
<p><a href="http://go.microsoft.com/fwlink/?LinkId=144443">ASP.NET MVC RC2 download page</a><br /><a href="http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24142#ReleaseFiles">Source code&nbsp; and MVC Futures assembly</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mshelp.be/aspnet-mvc-rc2-released-226.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC reached Beta</title>
		<link>http://mshelp.be/aspnet-mvc-reached-beta-206.htm</link>
		<comments>http://mshelp.be/aspnet-mvc-reached-beta-206.htm#comments</comments>
		<pubDate>Sat, 18 Oct 2008 10:42:25 +0000</pubDate>
		<dc:creator>Sven</dc:creator>
				<category><![CDATA[ASP.NET MVC]]></category>

		<guid isPermaLink="false">http://mshelp.be/aspnet-mvc-reached-beta-206.htm</guid>
		<description><![CDATA[After five preview version ASP.NET MVC reached to the Beta status. I really see some potential in this technology. Too bad I haven&#8217;t had enough time to fully check it out. Download the bits on Microsoft Download. And detailed information can be found on Scott Gu&#8217;s blog]]></description>
			<content:encoded><![CDATA[<p>After five preview version ASP.NET MVC reached to the Beta status. I really see some potential in this technology. Too bad I haven&#8217;t had enough time to fully check it out. Download the bits on <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=a24d1e00-cd35-4f66-baa0-2362bdde0766&amp;DisplayLang=en#filelist">Microsoft Download</a>. And detailed information can be found on <a href="http://weblogs.asp.net/scottgu/archive/2008/10/16/asp-net-mvc-beta-released.aspx">Scott Gu&#8217;s blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mshelp.be/aspnet-mvc-reached-beta-206.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phil Haack talking about ASP.NET MVC and the new features in Preview 4</title>
		<link>http://mshelp.be/phil-haack-talking-about-aspnet-mvc-and-the-new-features-in-preview-4-174.htm</link>
		<comments>http://mshelp.be/phil-haack-talking-about-aspnet-mvc-and-the-new-features-in-preview-4-174.htm#comments</comments>
		<pubDate>Tue, 05 Aug 2008 19:48:44 +0000</pubDate>
		<dc:creator>Sven</dc:creator>
				<category><![CDATA[ASP.NET MVC]]></category>

		<guid isPermaLink="false">http://mshelp.be/phil-haack-talking-about-aspnet-mvc-and-the-new-features-in-preview-4-174.htm</guid>
		<description><![CDATA[The famous Phil Haack first gives an introduction to ASP.NET MVC. What the core function are. How the routing mechanism work. What the main differences are with basic ASP.NET webforms. Really interesting interview. MVC Preview 4 with Phil Haack]]></description>
			<content:encoded><![CDATA[<p>The famous Phil Haack first gives an introduction to ASP.NET MVC. What the core function are. How the routing mechanism work. What the main differences are with basic ASP.NET webforms. Really interesting interview.</p>
<p><iframe src="http://channel9.msdn.com/shows/Continuum/419597/player/" frameborder="0" width="320" scrolling="no" height="325"></iframe><br /><a href="http://channel9.msdn.com/shows/Continuum/MVCPreview4/">MVC Preview 4 with Phil Haack</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mshelp.be/phil-haack-talking-about-aspnet-mvc-and-the-new-features-in-preview-4-174.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

