<?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>Jack @ ASP.NET &#187; asp.net mvc</title>
	<atom:link href="http://jack-fx.com/net/tag/asp-net-mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://jack-fx.com/net</link>
	<description>As a software developer, I still Focus on .NET, internet, asp.net, C# and so on. I</description>
	<lastBuildDate>Thu, 24 May 2012 14:08:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>ASP.NET MVC 2 RC2 (Release Candidate 2) Released</title>
		<link>http://jack-fx.com/net/2010/02/08/asp-net-mvc-2-rc2-release-candidate-2-released/</link>
		<comments>http://jack-fx.com/net/2010/02/08/asp-net-mvc-2-rc2-release-candidate-2-released/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 04:46:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[lambda expressions]]></category>
		<category><![CDATA[model validation]]></category>
		<category><![CDATA[model view controller]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[MVC 2]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[RC2]]></category>
		<category><![CDATA[test driven development]]></category>
		<category><![CDATA[ui logic]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/02/08/asp-net-mvc-2-rc2-release-candidate-2-released/</guid>
		<description><![CDATA[ASP.NET MVC 2 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern. The framework encourages developers to maintain a clear separation of concerns among the responsibilities of the application – the UI logic using the view, user-input handling using the controller, and the domain logic using the [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/02/08/asp-net-mvc-2-rc2-release-candidate-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Side Validation With ASP.NET MVC</title>
		<link>http://jack-fx.com/net/2010/01/12/server-side-validation-with-asp-net-mvc/</link>
		<comments>http://jack-fx.com/net/2010/01/12/server-side-validation-with-asp-net-mvc/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 13:34:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[End]]></category>
		<category><![CDATA[Private privateGivenName]]></category>
		<category><![CDATA[Private privateSurname]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[Required]]></category>
		<category><![CDATA[Server Side Validation]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[string 3]]></category>
		<category><![CDATA[string 9]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[WebForms]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/01/12/server-side-validation-with-asp-net-mvc/</guid>
		<description><![CDATA[When you’re using ASP.NET MVC, there’s no validation controls for you compared to ASP.NET WebForms. It is always important to validate data on the server as well as the client. Back when Dynamic Data was being developed, a set of attributes was created to help tell the Dynamic Data folks about validation and other metadata [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/01/12/server-side-validation-with-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC 2 and Visual Studio 2010</title>
		<link>http://jack-fx.com/net/2009/12/21/asp-net-mvc-2-and-visual-studio-2010/</link>
		<comments>http://jack-fx.com/net/2009/12/21/asp-net-mvc-2-and-visual-studio-2010/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 07:29:06 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[feasible option]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[share components]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[validation message]]></category>
		<category><![CDATA[validation script]]></category>
		<category><![CDATA[validation scripts]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2009/12/21/asp-net-mvc-2-and-visual-studio-2010/</guid>
		<description><![CDATA[Unfortunately, because Visual Studio 2010 Beta 2 and ASP.NET MVC 2 Beta share components which are currently not in sync, running ASP.NET MVC 2 Beta on VS10 Beta 2 is not supported. Regarding Visual Studio 2010 and .NET 4 support, that is unfortunately not a feasible option. The most recent public release of VS2010 and [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/12/21/asp-net-mvc-2-and-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net mvc best practices</title>
		<link>http://jack-fx.com/net/2009/12/11/asp-net-mvc-best-practices/</link>
		<comments>http://jack-fx.com/net/2009/12/11/asp-net-mvc-best-practices/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 09:31:38 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[best practice]]></category>
		<category><![CDATA[external dependencies]]></category>
		<category><![CDATA[input validation]]></category>
		<category><![CDATA[magic strings]]></category>
		<category><![CDATA[maintenance nightmare]]></category>
		<category><![CDATA[presentation logic]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2009/12/11/asp-net-mvc-best-practices/</guid>
		<description><![CDATA[The ASP.NET&#160; MVC&#160; is becoming more and more popular each day.&#160; As the application grows in size so does the maintenance nightmare.&#160; Following are some of the better practices, that if followed, may help maintain our application and also provides a means of scalability as the demand increases.&#160; Feel free to add/update practices as required. [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/12/11/asp-net-mvc-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build your own FaceBook applications with ASP.NET, ASP.NET MVC, WinForms or Silverlight !</title>
		<link>http://jack-fx.com/net/2009/11/17/build-your-own-facebook-applications-with-asp-net-asp-net-mvc-winforms-or-silverlight/</link>
		<comments>http://jack-fx.com/net/2009/11/17/build-your-own-facebook-applications-with-asp-net-asp-net-mvc-winforms-or-silverlight/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 01:33:45 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[architectural improvements]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[asynchronous interface]]></category>
		<category><![CDATA[CodePlex]]></category>
		<category><![CDATA[databinding]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[FaceBook]]></category>
		<category><![CDATA[release v3]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WinForm]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2009/11/17/build-your-own-facebook-applications-with-asp-net-asp-net-mvc-winforms-or-silverlight/</guid>
		<description><![CDATA[Another great project in codeplex: http://facebooktoolkit.codeplex.com/ This toolkit is provided as a Facebook Client Library similar to Facebook&#8217;s PHP Client Library or Facebook&#8217;s JavaScript library. The goal is to enable .NET developers to quickly and easily leverage the various features of the Facebook Platform. This toolkit has evolved over time with input from the community [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/11/17/build-your-own-facebook-applications-with-asp-net-asp-net-mvc-winforms-or-silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changes in asp.net MVC Preview 2</title>
		<link>http://jack-fx.com/net/2009/10/09/changes-in-asp-net-mvc-preview-2/</link>
		<comments>http://jack-fx.com/net/2009/10/09/changes-in-asp-net-mvc-preview-2/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 08:22:02 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[HTTP POST]]></category>
		<category><![CDATA[JsonResult]]></category>
		<category><![CDATA[ModelBindingContext]]></category>
		<category><![CDATA[ModelType]]></category>
		<category><![CDATA[MvcHtmlString]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/16/changes-in-asp-net-mvc-preview-2</guid>
		<description><![CDATA[Helpers now return an MvcHtmlString object In order to take advantage of the new HTML-encoding expression syntax in ASP.NET 4, the return type of the HTML helpers is now MvcHtmlString instead of a string. Note that if you use ASP.NET MVC 2 and the new helpers with ASP.NET 3.5, you will not be able to [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/10/09/changes-in-asp-net-mvc-preview-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

