<?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>Cyberpunk &#187; MVC</title>
	<atom:link href="http://punk.tw/tag/mvc/feed" rel="self" type="application/rss+xml" />
	<link>http://punk.tw</link>
	<description>網際叛客：學習心得、Web 2.0與網路觀察、Google應用與技術、Ruby on Rails, Google App Engine</description>
	<lastBuildDate>Mon, 29 Nov 2010 06:35:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>ASP.NET MVC Framework announced</title>
		<link>http://punk.tw/2007/10/15/aspnet-mvc-framework-announced</link>
		<comments>http://punk.tw/2007/10/15/aspnet-mvc-framework-announced#comments</comments>
		<pubDate>Mon, 15 Oct 2007 09:03:41 +0000</pubDate>
		<dc:creator>deduce</dc:creator>
				<category><![CDATA[網頁技術]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://punk.tw/2007/10/15/361.html</guid>
		<description><![CDATA[最近幾天看到滿多篇文章提到了ASP.NET MVC Framework，雖然有關於.NET的MVC架構好像有MonoRail可以玩，但是這次的ASP.NET MVC Framework是Microsoft自己搞出來的架構，應該值得玩玩看:p 等過一陣子release了再來玩玩看，據說會跟Visual Studio 2008 RTM一起release喔:p &#62;&#62;&#62;&#62;&#62; Will MVC Framework be include in VS 2008 RTM? The MVC Framework will work with VS 2008 RTM (we'll be releasing the first preview release of it at the same time as VS 2008 RTM).&#160; The MVC framework itself will live in a separate assembly [...]]]></description>
			<content:encoded><![CDATA[<p>最近幾天看到滿多篇文章提到了ASP.NET MVC Framework，雖然有關於.NET的MVC架構好像有<a href="http://www.castleproject.org/index.php/MonoRail">MonoRail</a>可以玩，但是這次的ASP.NET MVC Framework是Microsoft自己搞出來的架構，應該值得玩玩看:p</p>
<p>等過一陣子release了再來玩玩看，據說會跟Visual Studio 2008 RTM一起release喔:p</p>
<blockquote><p>&gt;&gt;&gt;&gt;&gt; Will MVC Framework be include in VS 2008 RTM?
<p>The MVC Framework will <strong>work with VS 2008 RTM</strong> (we'll be releasing the first preview release of it at the same time as VS 2008 RTM).&nbsp; The MVC framework itself will live in a separate assembly to begin with, and then be built-in to .NET 3.5 SP1.</p>
</blockquote>
<ul>
<li><a href="http://weblogs.asp.net/scottgu/archive/2007/10/14/asp-net-mvc-framework.aspx">ASP.NET MVC Framework</a> - <a href="http://weblogs.asp.net/scottgu/default.aspx">ScottGu's blog</a> </li>
<li><a href="http://coding.collinchung.com/2007/10/microsofts-mvc-framework-for-aspnet.html">Microsoft's MVC Framework for ASP.NET</a></h5>
<li>
<p><a href="http://damieng.com/blog/2007/10/09/observations-on-microsoft-mvc-for-aspnet">Observations on Microsoft MVC for ASP.NET</a></p>
<li>
<p><a href="http://www.hanselman.com/blog/ScottGuMVCPresentationAndScottHaScreencastFromALTNETConference.aspx">ScottGu MVC Presentation and ScottHa Screencast from ALT.NET Conference</a></p>
</li>
</ul>
<p> 後兩個連結裡面有提到一些ASP.NET MVC Framework的特色：</p>
<ul>
<li>Natively support TDD model for controllers. </li>
<li>Provide ASPX (without viewstate or postbacks) as a view engine
<li>Provide a hook for other view engines from MonoRail, etc.
<li>Support IoC containers for controller creation and DI on the controllers
<li>Provide complete control over URLs and navigation
<li>Be pluggable throughout
<li>Separation of concerns
<li>Integrate nicely within ASP.NET
<li>Support static as well as dynamic languages</li>
</ul>
<p>在URL的routes設定，預設格式是：</p>
<p>/&lt;RouteName&gt;/&lt;Action&gt;/&lt;Param1&gt;/&lt;Param2&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://punk.tw/2007/10/15/aspnet-mvc-framework-announced/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

