<?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: ASP.NET 3.5 MVC Application</title>
	<atom:link href="http://www.techbubbles.com/aspnet/aspnet-35-mvc-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbubbles.com/aspnet/aspnet-35-mvc-application/</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 10:37:32 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: CRUD operations using ASP.NET MVC &#124; TheUnical Technologies Blog</title>
		<link>http://www.techbubbles.com/aspnet/aspnet-35-mvc-application/comment-page-1/#comment-1032</link>
		<dc:creator>CRUD operations using ASP.NET MVC &#124; TheUnical Technologies Blog</dc:creator>
		<pubDate>Sun, 27 Sep 2009 05:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/aspnet-35-mvc-application/#comment-1032</guid>
		<description>[...] To get the overview on ASP.NET MVC you can read ASP.NET 3.5 MVC Application post [...]</description>
		<content:encoded><![CDATA[<p>[...] To get the overview on ASP.NET MVC you can read ASP.NET 3.5 MVC Application post [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechBubbles &#187; CRUD operations using ASP.NET MVC</title>
		<link>http://www.techbubbles.com/aspnet/aspnet-35-mvc-application/comment-page-1/#comment-1031</link>
		<dc:creator>TechBubbles &#187; CRUD operations using ASP.NET MVC</dc:creator>
		<pubDate>Thu, 24 Sep 2009 22:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/aspnet-35-mvc-application/#comment-1031</guid>
		<description>[...] To get the overview on ASP.NET MVC you can read ASP.NET 3.5 MVC Application post [...]</description>
		<content:encoded><![CDATA[<p>[...] To get the overview on ASP.NET MVC you can read ASP.NET 3.5 MVC Application post [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.NET MVC and Web Forms &#124; TechBubbles</title>
		<link>http://www.techbubbles.com/aspnet/aspnet-35-mvc-application/comment-page-1/#comment-992</link>
		<dc:creator>ASP.NET MVC and Web Forms &#124; TechBubbles</dc:creator>
		<pubDate>Mon, 13 Jul 2009 21:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/aspnet-35-mvc-application/#comment-992</guid>
		<description>[...] issues that we noticed in web forms can be fixed with ASP.NET MVC model. You can read more about ASP.NET MVC here. Basically it is new framework for developing the ASP.NET Web applications designed from the ground [...]</description>
		<content:encoded><![CDATA[<p>[...] issues that we noticed in web forms can be fixed with ASP.NET MVC model. You can read more about ASP.NET MVC here. Basically it is new framework for developing the ASP.NET Web applications designed from the ground [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalyan Bandarupalli</title>
		<link>http://www.techbubbles.com/aspnet/aspnet-35-mvc-application/comment-page-1/#comment-988</link>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
		<pubDate>Thu, 09 Jul 2009 20:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/aspnet-35-mvc-application/#comment-988</guid>
		<description>I think its important to point out that MVC is actually a design pattern primarily for your UI. If not, would you mind clarifying? 

Typically one of the tiers in your n-Tier architecture is a presentation layer and below that you have an application (service) layer, right? MVC is a pattern that defines when, where, and how you should separate those two layers and, actually, how to further break-up the presentation layer itself. 

Further down the line you have your domain (data) and infrastructure layers, but those are unaffected by the choice to use MVC and have other patterns (such as SOA) that you can use to help design those layers. 

I know you asked for comparison, but I&#039;m trying to clarify that MVC is in fact a METHOD of layering an application, not an alternative to it. If you&#039;d like more information, please don&#039;t hesitate to ask</description>
		<content:encoded><![CDATA[<p>I think its important to point out that MVC is actually a design pattern primarily for your UI. If not, would you mind clarifying? </p>
<p>Typically one of the tiers in your n-Tier architecture is a presentation layer and below that you have an application (service) layer, right? MVC is a pattern that defines when, where, and how you should separate those two layers and, actually, how to further break-up the presentation layer itself. </p>
<p>Further down the line you have your domain (data) and infrastructure layers, but those are unaffected by the choice to use MVC and have other patterns (such as SOA) that you can use to help design those layers. </p>
<p>I know you asked for comparison, but I&#8217;m trying to clarify that MVC is in fact a METHOD of layering an application, not an alternative to it. If you&#8217;d like more information, please don&#8217;t hesitate to ask</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anya</title>
		<link>http://www.techbubbles.com/aspnet/aspnet-35-mvc-application/comment-page-1/#comment-986</link>
		<dc:creator>Anya</dc:creator>
		<pubDate>Thu, 09 Jul 2009 10:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/aspnet-35-mvc-application/#comment-986</guid>
		<description>Hello There,

Nice post. Conceptually very expressive. Can we compare MVC with tiered architecture? If yes, can we say this as a 2 tier Architecture?

Regards,
Anya</description>
		<content:encoded><![CDATA[<p>Hello There,</p>
<p>Nice post. Conceptually very expressive. Can we compare MVC with tiered architecture? If yes, can we say this as a 2 tier Architecture?</p>
<p>Regards,<br />
Anya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasad Gupte</title>
		<link>http://www.techbubbles.com/aspnet/aspnet-35-mvc-application/comment-page-1/#comment-973</link>
		<dc:creator>Prasad Gupte</dc:creator>
		<pubDate>Sat, 20 Jun 2009 05:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/aspnet-35-mvc-application/#comment-973</guid>
		<description>Thanks! great post</description>
		<content:encoded><![CDATA[<p>Thanks! great post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus</title>
		<link>http://www.techbubbles.com/aspnet/aspnet-35-mvc-application/comment-page-1/#comment-130</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Thu, 04 Sep 2008 23:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/aspnet-35-mvc-application/#comment-130</guid>
		<description>wow. groundbreaking article! Kidding - this has been released for a while now. And its up to preview 5. All that you talk about has been around for a while. You&#039;re getting on the wagon pretty late there bro.</description>
		<content:encoded><![CDATA[<p>wow. groundbreaking article! Kidding &#8211; this has been released for a while now. And its up to preview 5. All that you talk about has been around for a while. You&#8217;re getting on the wagon pretty late there bro.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetKicks.com</title>
		<link>http://www.techbubbles.com/aspnet/aspnet-35-mvc-application/comment-page-1/#comment-125</link>
		<dc:creator>DotNetKicks.com</dc:creator>
		<pubDate>Thu, 04 Sep 2008 01:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/aspnet-35-mvc-application/#comment-125</guid>
		<description>&lt;strong&gt;ASP.NET 3.5 MVC Application...&lt;/strong&gt;

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