<?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>Coskun SUNALI &#124; .net framework, c#, asp.net, atlas, visual studio, iis and everything else &#187; mvc</title>
	<atom:link href="http://sunali.com/tag/mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://sunali.com</link>
	<description>Coşkun SUNALI</description>
	<lastBuildDate>Mon, 22 Nov 2010 13:42:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ASP.NET MVC final version is on its way to be released soon, RC is already ready to be downloaded!</title>
		<link>http://sunali.com/2009/01/28/aspnet-mvc-final-version-is-on-its-way-to-be-released-soon-rc-is-already-ready-to-be-downloaded/</link>
		<comments>http://sunali.com/2009/01/28/aspnet-mvc-final-version-is-on-its-way-to-be-released-soon-rc-is-already-ready-to-be-downloaded/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 17:09:56 +0000</pubDate>
		<dc:creator>Coskun SUNALI</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://sunali.com/?p=391</guid>
		<description><![CDATA[Most of us have been waiting for ASP.NET MVC to get to its final release so we can use it in our projects. The main reason to do that is because until it is in its Release Candidate version, its features are subject to change at anytime. However, that was until yesterday. Now its Release [...]]]></description>
			<content:encoded><![CDATA[<p>Most of us have been waiting for ASP.NET MVC to get to its final release so we can use it in our projects. The main reason to do that is because until it is in its Release Candidate version, its features are subject to change at anytime. However, that was until yesterday. Now its Release Candidate version is public and can be downloaded by <a href="http://go.microsoft.com/fwlink/?LinkID=141184&amp;clcid=0x409" target="_blank">clicking this link</a> and also you can see its release notes by <a href="http://go.microsoft.com/fwlink/?LinkID=137661&amp;clcid=0x409" target="_blank">clicking this link</a>.</p>
<p>Good news is that ASP.NET MVC&#8217;s final version will be released next month, in February 2009.</p>
<p>Some important changes might be listed as below.</p>
<ul>
<li>&#8220;Create Controller&#8221; action in Visual Studio context menu in Solution Explorer.</li>
<li>&#8220;Add View&#8221; action in Visual Studio context menu inside an Action method&#8217;s body. This will let you create an empty View or a View that has been specially created for the type that is being passed as a parameter to the View. E.g.: <strong>return View(user)</strong> will create a basic View that has &#8220;user&#8221; entity&#8217;s type&#8217;s properties.</li>
<li>Ability to customize any kind of templates being used by MVC using T4 (Text Template Transformation Toolkit) &#8211; <a href="http://www.hanselman.com/blog/T4TextTemplateTransformationToolkitCodeGenerationBestKeptVisualStudioSecret.aspx" target="_blank">further reading</a>. Both machine-wide and project-wide!</li>
<li>RC release now includes a out of the box MSBuild task so you can compile the views within your ASP.NET MVC project.</li>
<li>Views can work without Code-Behind files. You can still use the advantages of strongly typed base type. E.g.: <strong>Inherits=&#8221;System.Web.Mvc.ViewPage&lt;MyCustomType&gt;&#8221;</strong></li>
<li>To access the Model&#8217;s data, you don&#8217;t need to use &#8220;<strong>ViewData.Model</strong>&#8221; anymore. &#8220;<strong>Model</strong>&#8221; is a top-level property from now on. &#8220;ViewData.Model&#8221; still works though.</li>
<li>An out of the box MSBuild task is included in the setup if you want to compile the code within the views.</li>
<li>You are not required to use <strong>Bind</strong> attribute with <strong>Prefix</strong> value set to an empty string [<strong>Bind(Prefix="")</strong>] by the default behavior.</li>
<li>Supports protection to &#8220;<a href="http://en.wikipedia.org/wiki/Cross-site_request_forgery" target="_blank">Cross-site request forgery</a>&#8221; attacks with an out of the box attribute: <strong>ValidateAntiForgeryToken</strong>. You may apply this attribute to the actions that you want to protect.</li>
<li><strong>FileResult</strong> (an out of the box ActionResult) to response a file instead of some other views using an action. Also there is the new <strong>File()</strong> method to create and return a file.</li>
</ul>
<p>Visit <a href="http://www.asp.net/mvc" target="_blank">http://www.asp.net/mvc</a> for more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://sunali.com/2009/01/28/aspnet-mvc-final-version-is-on-its-way-to-be-released-soon-rc-is-already-ready-to-be-downloaded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC Design Gallery</title>
		<link>http://sunali.com/2009/01/25/aspnet-mvc-design-gallery/</link>
		<comments>http://sunali.com/2009/01/25/aspnet-mvc-design-gallery/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 15:56:38 +0000</pubDate>
		<dc:creator>Coskun SUNALI</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://sunali.com/?p=231</guid>
		<description><![CDATA[For those who needs ASP.NET MVC compatible, free and ready to use templates; don&#8217;t forget to check out the new gallery at http://www.asp.net/mvc/gallery/default.aspx.]]></description>
			<content:encoded><![CDATA[<p>For those who needs ASP.NET MVC compatible, free and ready to use templates; don&#8217;t forget to check out the new gallery at <a href="http://www.asp.net/mvc/gallery/default.aspx" target="_blank">http://www.asp.net/mvc/gallery/default.aspx</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sunali.com/2009/01/25/aspnet-mvc-design-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC Beta Has Been Released</title>
		<link>http://sunali.com/2008/10/19/aspnet-mvc-beta-has-been-released/</link>
		<comments>http://sunali.com/2008/10/19/aspnet-mvc-beta-has-been-released/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 13:38:49 +0000</pubDate>
		<dc:creator>Coskun SUNALI</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://sunali.com/?p=197</guid>
		<description><![CDATA[For those who does not know, ASP.NET MVC Beta has been released this week. Click here to download.]]></description>
			<content:encoded><![CDATA[<p>For those who does not know, ASP.NET MVC Beta has been released this week. <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=A24D1E00-CD35-4F66-BAA0-2362BDDE0766&amp;displaylang=en" target="_blank">Click here to download.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sunali.com/2008/10/19/aspnet-mvc-beta-has-been-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft ASP.NET 3.5 Extensions Preview &#8211; Makaleler</title>
		<link>http://sunali.com/2007/12/24/microsoft-aspnet-35-extensions-preview-makaleler/</link>
		<comments>http://sunali.com/2007/12/24/microsoft-aspnet-35-extensions-preview-makaleler/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 18:13:53 +0000</pubDate>
		<dc:creator>Coskun SUNALI</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://sunali.com/2007/12/24/microsoft-aspnet-35-extensions-preview-makaleler/</guid>
		<description><![CDATA[Microsoft ASP.NET 3.5 Extensions Preview hakkında oldukça işe yarar 2 makaleye eriştim. Sizlerle de paylaşmak isterim. Makale 1 Makale 2]]></description>
			<content:encoded><![CDATA[<p>Microsoft ASP.NET 3.5 Extensions Preview hakkında oldukça işe yarar 2 makaleye eriştim. Sizlerle de paylaşmak isterim.</p>
<ul>
<li><a target="_blank" href="http://weblogs.asp.net/fredriknormen/archive/2007/11/17/asp-net-mvc-framework-list-and-save-data.aspx">Makale 1</a></li>
<li><a target="_blank" href="http://weblogs.asp.net/fredriknormen/archive/2007/11/17/asp-net-mvc-framework-create-your-own-icontrollerfactory-and-use-spring-net.aspx">Makale 2</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sunali.com/2007/12/24/microsoft-aspnet-35-extensions-preview-makaleler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

