<?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: Observations on Microsoft MVC for ASP.NET</title>
	<atom:link href="http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet/feed" rel="self" type="application/rss+xml" />
	<link>http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet</link>
	<description>A .NET developer in Redmond</description>
	<lastBuildDate>Sun, 14 Mar 2010 14:22:22 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Syed Ali Shah</title>
		<link>http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-9743</link>
		<dc:creator>Syed Ali Shah</dc:creator>
		<pubDate>Mon, 20 Oct 2008 03:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-9743</guid>
		<description>This is very productive step to be taken. Specially the concept of the separation of concerns and eliminating the depedencies should be taken care of. After all the goal should be maximum reusable and extensiblity.</description>
		<content:encoded><![CDATA[<p>This is very productive step to be taken. Specially the concept of the separation of concerns and eliminating the depedencies should be taken care of. After all the goal should be maximum reusable and extensiblity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4725</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Tue, 23 Oct 2007 18:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4725</guid>
		<description>&quot;This is a cool step in the right direction, especially for the likes of me who want to use .NET but also like the MVC methodology and do not wish to switch to PHP or other more Linuxy solutions.&quot;

For what it&#039;s worth, Struts (Java) implemented everything in this list in approximately 2000/2001 and real, production systems have been deployed on it, and other systems which have sprung up since as alternative takes on the model. You can basically get MVC frameworks most places except .Net, where once again they&#039;re reinventing the wheel.</description>
		<content:encoded><![CDATA[<p>&#8220;This is a cool step in the right direction, especially for the likes of me who want to use .NET but also like the MVC methodology and do not wish to switch to PHP or other more Linuxy solutions.&#8221;</p>
<p>For what it&#8217;s worth, Struts (Java) implemented everything in this list in approximately 2000/2001 and real, production systems have been deployed on it, and other systems which have sprung up since as alternative takes on the model. You can basically get MVC frameworks most places except .Net, where once again they&#8217;re reinventing the wheel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.NET MVC Framework Article Roundup &#171; Jim 2.0&#8217;s Blog</title>
		<link>http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4696</link>
		<dc:creator>ASP.NET MVC Framework Article Roundup &#171; Jim 2.0&#8217;s Blog</dc:creator>
		<pubDate>Sun, 21 Oct 2007 02:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4696</guid>
		<description>[...] Observations on Microsoft MVC for ASP.NETBy Damien Guard (Oct 9, 2007)&#8220;Gurthrie and Hanselman presented Microsoft MVC at the Alt.Net conference which revealed some interesting details buried in the video, my rough observations and notes based on the prototype they showed&#8230;&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] Observations on Microsoft MVC for ASP.NETBy Damien Guard (Oct 9, 2007)&#8220;Gurthrie and Hanselman presented Microsoft MVC at the Alt.Net conference which revealed some interesting details buried in the video, my rough observations and notes based on the prototype they showed&#8230;&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Woods</title>
		<link>http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4644</link>
		<dc:creator>Steve Woods</dc:creator>
		<pubDate>Wed, 17 Oct 2007 15:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4644</guid>
		<description>To be honest, the lack of any real MVC for .NET put me off moving solely to it, and I stuck with classic ASP. I built a few projects using Monorail from the Castle Project which brought MVC to .NET but compatibility issues (especially now, with trust problems [in the apps i created] on Win2k3 Server) made me step back as it was a non-standard solution.

This is a cool step in the right direction, especially for the likes of me who want to use .NET but also like the MVC methodology and do not wish to switch to PHP or other more Linuxy solutions.

Interesting stuff :D</description>
		<content:encoded><![CDATA[<p>To be honest, the lack of any real MVC for .NET put me off moving solely to it, and I stuck with classic ASP. I built a few projects using Monorail from the Castle Project which brought MVC to .NET but compatibility issues (especially now, with trust problems [in the apps i created] on Win2k3 Server) made me step back as it was a non-standard solution.</p>
<p>This is a cool step in the right direction, especially for the likes of me who want to use .NET but also like the MVC methodology and do not wish to switch to PHP or other more Linuxy solutions.</p>
<p>Interesting stuff :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.NET MVC Framework announced - Cyberpunk????</title>
		<link>http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4610</link>
		<dc:creator>ASP.NET MVC Framework announced - Cyberpunk????</dc:creator>
		<pubDate>Mon, 15 Oct 2007 09:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4610</guid>
		<description>[...] Observations on Microsoft MVC for ASP.NET [...]</description>
		<content:encoded><![CDATA[<p>[...] Observations on Microsoft MVC for ASP.NET [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Scheirman</title>
		<link>http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4573</link>
		<dc:creator>Ben Scheirman</dc:creator>
		<pubDate>Fri, 12 Oct 2007 13:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4573</guid>
		<description>About the clean HTML, ID generation:  You get to handle it yourself.  I, for one, welcome this change, as the naming containers tend to make th nastiest looking ID elements, just in case they might collide.

This will allow javascript integration with less... friction.</description>
		<content:encoded><![CDATA[<p>About the clean HTML, ID generation:  You get to handle it yourself.  I, for one, welcome this change, as the naming containers tend to make th nastiest looking ID elements, just in case they might collide.</p>
<p>This will allow javascript integration with less&#8230; friction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Hall</title>
		<link>http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4567</link>
		<dc:creator>Ben Hall</dc:creator>
		<pubDate>Thu, 11 Oct 2007 09:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4567</guid>
		<description>Screencast software I guess is something like Camtasia by TechSmith.  I&#039;m sure that records you and the screen at the same time. 

As for the zooming, looks like ZoomIt!

Can&#039;t remember seeing the highlighting.... &lt;a href=&quot;http://www.hanselman.com/blog/ShortMyVisualStudioColorSettings.aspx&quot; rel=&quot;nofollow&quot;&gt;His theme is available on his blog&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Screencast software I guess is something like Camtasia by TechSmith.  I&#8217;m sure that records you and the screen at the same time. </p>
<p>As for the zooming, looks like ZoomIt!</p>
<p>Can&#8217;t remember seeing the highlighting&#8230;. <a href="http://www.hanselman.com/blog/ShortMyVisualStudioColorSettings.aspx" rel="nofollow">His theme is available on his blog</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MS MVC - The Empire Strikes Back &#124; travellinghead</title>
		<link>http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4564</link>
		<dc:creator>MS MVC - The Empire Strikes Back &#124; travellinghead</dc:creator>
		<pubDate>Wed, 10 Oct 2007 21:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4564</guid>
		<description>[...] provides a good summary of the new MS MVC framework if you haven&#8217;t watched the video [...]</description>
		<content:encoded><![CDATA[<p>[...] provides a good summary of the new MS MVC framework if you haven&#8217;t watched the video [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bonskijr</title>
		<link>http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4563</link>
		<dc:creator>bonskijr</dc:creator>
		<pubDate>Wed, 10 Oct 2007 19:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4563</guid>
		<description>great summarisation,

if i&#039;m not mistaken ScottHa is using ZoomIt tool from sysinternals suite..

regards</description>
		<content:encoded><![CDATA[<p>great summarisation,</p>
<p>if i&#8217;m not mistaken ScottHa is using ZoomIt tool from sysinternals suite..</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Pollack</title>
		<link>http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4547</link>
		<dc:creator>Mark Pollack</dc:creator>
		<pubDate>Tue, 09 Oct 2007 20:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4547</guid>
		<description>Hi,

Great summary.  Just a small clarification, Spring.NET&#039;s web support is not MVC based.  The approach is to still use WebForms, but remove as much of the pain as possible with that approach, i.e. dependency injection for aspx, custom http modules, as well as a better page lifecycle that allows for bi-directional databinding, validation etc.   Of course, we will be working to bring added value to the new MVC stack.

Cheers,
Mark</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great summary.  Just a small clarification, Spring.NET&#8217;s web support is not MVC based.  The approach is to still use WebForms, but remove as much of the pain as possible with that approach, i.e. dependency injection for aspx, custom http modules, as well as a better page lifecycle that allows for bi-directional databinding, validation etc.   Of course, we will be working to bring added value to the new MVC stack.</p>
<p>Cheers,<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Guard</title>
		<link>http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4545</link>
		<dc:creator>Damien Guard</dc:creator>
		<pubDate>Tue, 09 Oct 2007 18:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4545</guid>
		<description>Better late than never... and they&#039;re serious on soliciting feedback on this.

[)amien</description>
		<content:encoded><![CDATA[<p>Better late than never&#8230; and they&#8217;re serious on soliciting feedback on this.</p>
<p>[)amien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4543</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Tue, 09 Oct 2007 17:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet#comment-4543</guid>
		<description>Talk about being late to the party; everyone else has been using MVC for web applications for about 8 years....</description>
		<content:encoded><![CDATA[<p>Talk about being late to the party; everyone else has been using MVC for web applications for about 8 years&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
