<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Updating from ASP.NET MVC Preview 2 to Preview 3</title>
	<atom:link href="http://www.developingfor.net/aspnet-mvc/updating-from-aspnet-mvc-preview-2-to-preview-3.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.developingfor.net/aspnet-mvc/updating-from-aspnet-mvc-preview-2-to-preview-3.html</link>
	<description>Real World .NET Methods, Tricks, and Examples</description>
	<lastBuildDate>Thu, 11 Mar 2010 18:24:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ta4ka</title>
		<link>http://www.developingfor.net/aspnet-mvc/updating-from-aspnet-mvc-preview-2-to-preview-3.html/comment-page-1#comment-1889</link>
		<dc:creator>ta4ka</dc:creator>
		<pubDate>Fri, 24 Oct 2008 17:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/?p=98#comment-1889</guid>
		<description>Thank you so very very much. I struggled with the empty page for a long time.</description>
		<content:encoded><![CDATA[<p>Thank you so very very much. I struggled with the empty page for a long time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adnan Masood's Weblog! عدنان مسعود</title>
		<link>http://www.developingfor.net/aspnet-mvc/updating-from-aspnet-mvc-preview-2-to-preview-3.html/comment-page-1#comment-652</link>
		<dc:creator>Adnan Masood's Weblog! عدنان مسعود</dc:creator>
		<pubDate>Sat, 23 Aug 2008 08:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/?p=98#comment-652</guid>
		<description>&lt;strong&gt;YABE – ASP.NET MVC based Blog Engine – Release 0.8 Published on CodePlex...&lt;/strong&gt;

...</description>
		<content:encoded><![CDATA[<p><strong>YABE – ASP.NET MVC based Blog Engine – Release 0.8 Published on CodePlex&#8230;</strong></p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://www.developingfor.net/aspnet-mvc/updating-from-aspnet-mvc-preview-2-to-preview-3.html/comment-page-1#comment-126</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Fri, 27 Jun 2008 15:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/?p=98#comment-126</guid>
		<description>Hi ahtesham,

1) You must realize that this is only preview technology: it isn&#039;t even in official Beta status yet.  And preview 3 was only released a short while ago: I&#039;m sure once the technology is live that the documentation will be up to date. And there are some videos already available for Preview 3 on the http://www.asp.net/mvc/ web site, which I think is remarkable considering how recent it is and how quickly it is changing.  Also, visiting the MVC forums at http://forums.asp.net/1146.aspx would probably help you a lot.

2) You also must understand that this in not a replacement for Web Forms, so you won&#039;t be able to simply drag and drop replacement controls.  Instead, if you want to replace ASP.NET controls and functionality, you are going to have to hand code these components using traditional HTML, CSS, and JavaScript. Being able to use these core technologies is one of the most attractive features of MVC, but it is not for everyone.

3) Redirect accepts a URL string and will redirect your requests traffic to the specified URL.  RedirectToAction is used in to redirect the current request to another method (Action) within the current Controller or another Controller within the same Project.

As for the rest, I think you need to spend some time at the website, forums, and on Google. There are plenty of samples and articles already available.  Once the technology solidifies more, I will post some how-to articles.  Until then, welcome to the bleeding edge!</description>
		<content:encoded><![CDATA[<p>Hi ahtesham,</p>
<p>1) You must realize that this is only preview technology: it isn&#8217;t even in official Beta status yet.  And preview 3 was only released a short while ago: I&#8217;m sure once the technology is live that the documentation will be up to date. And there are some videos already available for Preview 3 on the <a href="http://www.asp.net/mvc/" rel="nofollow">http://www.asp.net/mvc/</a> web site, which I think is remarkable considering how recent it is and how quickly it is changing.  Also, visiting the MVC forums at <a href="http://forums.asp.net/1146.aspx" rel="nofollow">http://forums.asp.net/1146.aspx</a> would probably help you a lot.</p>
<p>2) You also must understand that this in not a replacement for Web Forms, so you won&#8217;t be able to simply drag and drop replacement controls.  Instead, if you want to replace ASP.NET controls and functionality, you are going to have to hand code these components using traditional HTML, CSS, and JavaScript. Being able to use these core technologies is one of the most attractive features of MVC, but it is not for everyone.</p>
<p>3) Redirect accepts a URL string and will redirect your requests traffic to the specified URL.  RedirectToAction is used in to redirect the current request to another method (Action) within the current Controller or another Controller within the same Project.</p>
<p>As for the rest, I think you need to spend some time at the website, forums, and on Google. There are plenty of samples and articles already available.  Once the technology solidifies more, I will post some how-to articles.  Until then, welcome to the bleeding edge!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahtesham</title>
		<link>http://www.developingfor.net/aspnet-mvc/updating-from-aspnet-mvc-preview-2-to-preview-3.html/comment-page-1#comment-123</link>
		<dc:creator>ahtesham</dc:creator>
		<pubDate>Fri, 27 Jun 2008 12:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/?p=98#comment-123</guid>
		<description>hey , i m new in MVC and i m using the latest preview 3.its really fustrating that all of the help and example on the net (exept the northwind example which is very simple) is in preview 2 and there is no help or example on preview 3 . my problem is that i want to know how we can replace all the server controls (like gridview and menu ) in mvc . 
and can u give me any example which is more then just links to other pages . also can u tell me what is diffrence between redirect and redirectToAction , 
Also where is the documentation of MVC
plz mail me back if any help</description>
		<content:encoded><![CDATA[<p>hey , i m new in MVC and i m using the latest preview 3.its really fustrating that all of the help and example on the net (exept the northwind example which is very simple) is in preview 2 and there is no help or example on preview 3 . my problem is that i want to know how we can replace all the server controls (like gridview and menu ) in mvc .<br />
and can u give me any example which is more then just links to other pages . also can u tell me what is diffrence between redirect and redirectToAction ,<br />
Also where is the documentation of MVC<br />
plz mail me back if any help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Alpert</title>
		<link>http://www.developingfor.net/aspnet-mvc/updating-from-aspnet-mvc-preview-2-to-preview-3.html/comment-page-1#comment-72</link>
		<dc:creator>David Alpert</dc:creator>
		<pubDate>Thu, 12 Jun 2008 21:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/?p=98#comment-72</guid>
		<description>If you are using MvcContrib, there are also a couple of &lt;a href=&quot;http://www.codeplex.com/MVCContrib/Release/ProjectReleases.aspx?ReleaseId=13925&quot; rel=&quot;nofollow&quot;&gt;breaking changes&lt;/a&gt; from the version that worked with Preview 2, including:

- WindsorControllerFactory requires an instance of IWindsorContainer to be passed to its constructor so that it can be accessed from DisposeController.</description>
		<content:encoded><![CDATA[<p>If you are using MvcContrib, there are also a couple of <a href="http://www.codeplex.com/MVCContrib/Release/ProjectReleases.aspx?ReleaseId=13925" rel="nofollow">breaking changes</a> from the version that worked with Preview 2, including:</p>
<p>- WindsorControllerFactory requires an instance of IWindsorContainer to be passed to its constructor so that it can be accessed from DisposeController.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetKicks.com</title>
		<link>http://www.developingfor.net/aspnet-mvc/updating-from-aspnet-mvc-preview-2-to-preview-3.html/comment-page-1#comment-71</link>
		<dc:creator>DotNetKicks.com</dc:creator>
		<pubDate>Thu, 12 Jun 2008 18:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/?p=98#comment-71</guid>
		<description>&lt;strong&gt;Updating from ASP.NET MVC Preview 2 to Preview 3...&lt;/strong&gt;

You&#039;ve been kicked (a good thing) - Trackback from DotNetKicks.com...</description>
		<content:encoded><![CDATA[<p><strong>Updating from ASP.NET MVC Preview 2 to Preview 3&#8230;</strong></p>
<p>You&#8217;ve been kicked (a good thing) &#8211; Trackback from DotNetKicks.com&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
