<?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"
	>
<channel>
	<title>Comments on: First thoughts on ASP.NET MVC Preview 3</title>
	<atom:link href="http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/</link>
	<description></description>
	<pubDate>Thu, 20 Nov 2008 22:38:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: me</title>
		<link>http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-376</link>
		<dc:creator>me</dc:creator>
		<pubDate>Fri, 27 Jun 2008 15:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-376</guid>
		<description>Thank you for undeprecating JavaScriptSerializer!! The dynamic nature makes it a pleasure to use..</description>
		<content:encoded><![CDATA[<p>Thank you for undeprecating JavaScriptSerializer!! The dynamic nature makes it a pleasure to use..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekly Links: ASP.NET MVC, .NET, ADO.NET Data Services, Silverlight, WPF&#8230; &#124; Code-Inside Blog International</title>
		<link>http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-375</link>
		<dc:creator>Weekly Links: ASP.NET MVC, .NET, ADO.NET Data Services, Silverlight, WPF&#8230; &#124; Code-Inside Blog International</dc:creator>
		<pubDate>Mon, 02 Jun 2008 20:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-375</guid>
		<description>[...] First thoughts on ASP.NET MVC Preview 3 [...]</description>
		<content:encoded><![CDATA[<p>[...] First thoughts on ASP.NET MVC Preview 3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: W&#246;chentliche Rundablage: ASP.NET MVC, .NET, ADO.NET Data Services, Silverlight, WPF&#8230; &#124; Code-Inside Blog</title>
		<link>http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-374</link>
		<dc:creator>W&#246;chentliche Rundablage: ASP.NET MVC, .NET, ADO.NET Data Services, Silverlight, WPF&#8230; &#124; Code-Inside Blog</dc:creator>
		<pubDate>Mon, 02 Jun 2008 20:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-374</guid>
		<description>[...] First thoughts on ASP.NET MVC Preview 3 [...]</description>
		<content:encoded><![CDATA[<p>[...] First thoughts on ASP.NET MVC Preview 3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EricTN</title>
		<link>http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-373</link>
		<dc:creator>EricTN</dc:creator>
		<pubDate>Wed, 28 May 2008 23:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-373</guid>
		<description>Hi Aaron, Scott Gu says that the json return would be a method that would enable MVC to work with an RIA client like Silverlight (among many other things I'm sure).  Would you be able to update your MvcServiceLibrary solution to use the new json feature of Preview 3?</description>
		<content:encoded><![CDATA[<p>Hi Aaron, Scott Gu says that the json return would be a method that would enable MVC to work with an RIA client like Silverlight (among many other things I&#8217;m sure).  Would you be able to update your MvcServiceLibrary solution to use the new json feature of Preview 3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron</title>
		<link>http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-372</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Wed, 28 May 2008 19:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-372</guid>
		<description>@EricTN,

Calling Json(item) will serialize the object into JSON and return it as content-type "application/json" (if I remember right). It won't call a view, the serialized representation is the view.</description>
		<content:encoded><![CDATA[<p>@EricTN,</p>
<p>Calling Json(item) will serialize the object into JSON and return it as content-type &#8220;application/json&#8221; (if I remember right). It won&#8217;t call a view, the serialized representation is the view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EricTN</title>
		<link>http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-371</link>
		<dc:creator>EricTN</dc:creator>
		<pubDate>Wed, 28 May 2008 18:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-371</guid>
		<description>With return Json(item), how do you specify which View you want to be rendered to accept the Json?</description>
		<content:encoded><![CDATA[<p>With return Json(item), how do you specify which View you want to be rendered to accept the Json?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - May 28, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-370</link>
		<dc:creator>Dew Drop - May 28, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Wed, 28 May 2008 15:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-370</guid>
		<description>[...] First Thoughts on ASP.NET MVC Preview 3 (Aaron Lerch) [...]</description>
		<content:encoded><![CDATA[<p>[...] First Thoughts on ASP.NET MVC Preview 3 (Aaron Lerch) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Rigsby &#187; JavaScriptSerializer Undeprecated in .NET 3.5 SP1</title>
		<link>http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-369</link>
		<dc:creator>Dan Rigsby &#187; JavaScriptSerializer Undeprecated in .NET 3.5 SP1</dc:creator>
		<pubDate>Wed, 28 May 2008 13:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-369</guid>
		<description>[...] to Scott Guthrie (see comments in this post) it appears that the JavaScriptSerializer will be undeprecated in .NET 3.5 SP1.&#160; In was [...]</description>
		<content:encoded><![CDATA[<p>[...] to Scott Guthrie (see comments in this post) it appears that the JavaScriptSerializer will be undeprecated in .NET 3.5 SP1.&#160; In was [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron</title>
		<link>http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-368</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Wed, 28 May 2008 12:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-368</guid>
		<description>@scottgu,

Excellent, thanks for the heads up! (Looks like it's time for me to set up a VM and install the beta. :) )</description>
		<content:encoded><![CDATA[<p>@scottgu,</p>
<p>Excellent, thanks for the heads up! (Looks like it&#8217;s time for me to set up a VM and install the beta. <img src='http://www.aaronlerch.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-367</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Wed, 28 May 2008 05:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/05/27/first-thoughts-on-aspnet-mvc-preview-3/#comment-367</guid>
		<description>Looks like I wasn't the only one who thought depreciating JavaScriptSerializer was a funny thing to do.</description>
		<content:encoded><![CDATA[<p>Looks like I wasn&#8217;t the only one who thought depreciating JavaScriptSerializer was a funny thing to do.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
