<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with MVC</title>
    <description>the latest stories tagged with 'MVC' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Introduction to ASP.NET MVC Part 2: Creating a Hello World Site in MVC</title>
      <description>In this video I make a simple Hello World site using ASP.NET MVC 4 (but the steps will still work in MVC 3 as well) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.youtube.com%2fwatch%3fv%3drejv7S8SYjw"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.youtube.com%2fwatch%3fv%3drejv7S8SYjw" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Introduction_to_ASP_NET_MVC_Part_2_Creating_a_Hello_World_Site_in_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Introduction_to_ASP_NET_MVC_Part_2_Creating_a_Hello_World_Site_in_MVC</guid>
      <pubDate>Thu, 24 May 2012 13:51:37 GMT</pubDate>
    </item>
    <item>
      <title>IronJSMVC: Script ASP.NET MVC in JavaScript using IronJS</title>
      <description>Personally, I enjoy writing much of my applications using a statically typed language such as C#. However, I would really prefer to be able to write UI logic and script certain parts of my applications using a dynamic language if I could. I was thinking about this and the following question came to mind: What would it be like to write an ASP.NET MVC application entirely using JavaScript? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2012%2f01%2f21%2fIronJSMVC-Script-ASPNET-MVC-in-JavaScript-using-IronJS.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2012%2f01%2f21%2fIronJSMVC-Script-ASPNET-MVC-in-JavaScript-using-IronJS.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/IronJSMVC_Script_ASP_NET_MVC_in_JavaScript_using_IronJS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/IronJSMVC_Script_ASP_NET_MVC_in_JavaScript_using_IronJS</guid>
      <pubDate>Thu, 24 May 2012 03:08:10 GMT</pubDate>
    </item>
    <item>
      <title>Configuring MVC Bundles with NuGet</title>
      <description>MvcBundleConfig is a very simple project that adds configuration and debugging features to MVC 4's bundling framework. Once you create a new MVC4 web application and install the MvcBundleConfig NuGet Package, then you need only update our layout to use the new bundle extension methods, and you are ready to go! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tomdupont.net%2f2012%2f05%2fmvcbundleconfig-nuget-package.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tomdupont.net%2f2012%2f05%2fmvcbundleconfig-nuget-package.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Configuring_MVC_Bundles_with_NuGet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Configuring_MVC_Bundles_with_NuGet</guid>
      <pubDate>Wed, 23 May 2012 06:18:33 GMT</pubDate>
    </item>
    <item>
      <title>MVC Strongly-Typed Action Helpers - They're Back!</title>
      <description>Way back in 2009, the MVC Futures assembly introduced "strongly-typed action helpers".  They allowed you to render links using lambda expressions pointing directly to the actions on your controller, rather than using strings.  Here's an alternative implementation that aims to resolve some of the performance issues they had. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2012%2f05%2f22%2fmvc-strongly-typed-action-helpers%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2012%2f05%2f22%2fmvc-strongly-typed-action-helpers%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/MVC_Strongly_Typed_Action_Helpers_They_re_Back</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/MVC_Strongly_Typed_Action_Helpers_They_re_Back</guid>
      <pubDate>Wed, 23 May 2012 13:24:27 GMT</pubDate>
    </item>
    <item>
      <title>Using ASP.NET MVC 4, ApiControllers and SQL Server 2012</title>
      <description>ASP.NET MVC continues to innovate and in its current version (4) it offers support for Web APIs. Today we are going to examine a real life scenario of using Web APIs along with MVC 4 as we are utilizing the Google Earth plug-in to mark a defined area and SQL Server 2012 geography type to help us persist and calculate GIS data.
In our example we are going to mark an area on the globe using a polygon, calculate the center of the area, find all of the coffee shops closest to the center of the area and arrange them by distance. We are going to mark them on the map as well as show a full list including ranking. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgalratner.com%2fblogs%2fnet%2farchive%2f2012%2f05%2f22%2fusing-asp-net-mvc-4-apicontrollers-and-sql-server-2012-to-find-the-best-cup-of-coffee-in-seattle.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgalratner.com%2fblogs%2fnet%2farchive%2f2012%2f05%2f22%2fusing-asp-net-mvc-4-apicontrollers-and-sql-server-2012-to-find-the-best-cup-of-coffee-in-seattle.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Using_ASP_NET_MVC_4_ApiControllers_and_SQL_Server_2012</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Using_ASP_NET_MVC_4_ApiControllers_and_SQL_Server_2012</guid>
      <pubDate>Wed, 23 May 2012 13:27:44 GMT</pubDate>
    </item>
    <item>
      <title>Code First Approach using Entity Framework 4.1, Inversion of Control, </title>
      <description>Code First Approach using Entity Framework 4.1, Inversion of Control &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetslackers.com%2farticles%2faspnet%2fCode-First-Approach-using-Entity-Framework-4.aspx%23.T7nQjwO_QtM.dotnetkicks"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2farticles%2faspnet%2fCode-First-Approach-using-Entity-Framework-4.aspx%23.T7nQjwO_QtM.dotnetkicks" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Code_First_Approach_using_Entity_Framework_4_1_Inversion_of_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Code_First_Approach_using_Entity_Framework_4_1_Inversion_of_Control</guid>
      <pubDate>Mon, 21 May 2012 13:17:48 GMT</pubDate>
    </item>
    <item>
      <title>Create Separate Web API's Action for Mobile Request: ASP.NET MVC 4</title>
      <description>This article explains how to implement separate actions for mobile request keeping same URL format in Web API.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechbrij.com%2f960%2fseparate-web-api-action-mobile-asp-net-mvc"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechbrij.com%2f960%2fseparate-web-api-action-mobile-asp-net-mvc" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Create_Separate_Web_API_s_Action_for_Mobile_Request_ASP_NET_MVC_4</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Create_Separate_Web_API_s_Action_for_Mobile_Request_ASP_NET_MVC_4</guid>
      <pubDate>Mon, 21 May 2012 13:19:27 GMT</pubDate>
    </item>
    <item>
      <title>Beginner video+blog series Part 1: What is ASP.NET MVC?</title>
      <description>Hey guys, I'm starting a new video+blog series on ASP.NET MVC and would love your feedback &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.rogerharford.com%2fwhat-is-asp-net-mvc-why-use-it"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.rogerharford.com%2fwhat-is-asp-net-mvc-why-use-it" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Beginner_video_blog_series_Part_1_What_is_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Beginner_video_blog_series_Part_1_What_is_ASP_NET_MVC</guid>
      <pubDate>Fri, 18 May 2012 13:07:40 GMT</pubDate>
    </item>
    <item>
      <title>Basic HTTP authentication in ASP.NET Web API using membership provider</title>
      <description>Blog pos showingt how to provide Basic HTTP authentication in ASP.NET Web API with support for membership and role providers by extending framework's AuthotrizeAttribute. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.piotrwalat.net%2f%3fp%3d115"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.piotrwalat.net%2f%3fp%3d115" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Basic_HTTP_authentication_in_ASP_NET_Web_API_using_membership_provider</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Basic_HTTP_authentication_in_ASP_NET_Web_API_using_membership_provider</guid>
      <pubDate>Fri, 18 May 2012 00:08:04 GMT</pubDate>
    </item>
    <item>
      <title>Pass Session or Viewbag values to JS Files : ASP.NET MVC 3</title>
      <description>This post explains different ways to get Session, ViewBag or server side variable's values in your external JS files. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechbrij.com%2f956%2fpass-session-viewbag-values-js-file-asp-net-mvc"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechbrij.com%2f956%2fpass-session-viewbag-values-js-file-asp-net-mvc" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Pass_Session_or_Viewbag_values_to_JS_Files_ASP_NET_MVC_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Pass_Session_or_Viewbag_values_to_JS_Files_ASP_NET_MVC_3</guid>
      <pubDate>Thu, 17 May 2012 13:56:50 GMT</pubDate>
    </item>
    <item>
      <title>Change Form Field Validation at Run-Time with Dynamic Data Annotations</title>
      <description>Learn how to load MVC data annotation attributes from an XML file, allowing you to change form field validation at run-time! Provides an easy integration point for CMS content management systems or other tools to edit form field validation and customize forms on-the-fly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.primaryobjects.com%2fCMS%2fArticle141.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.primaryobjects.com%2fCMS%2fArticle141.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Change_Form_Field_Validation_at_Run_Time_with_Dynamic_Data_Annotations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Change_Form_Field_Validation_at_Run_Time_with_Dynamic_Data_Annotations</guid>
      <pubDate>Wed, 16 May 2012 15:35:14 GMT</pubDate>
    </item>
    <item>
      <title>jQuery UI Helpers v0.5 has been released</title>
      <description>jQuery UI Helpers is a set of HTML Helpers which help you to integrate jQuery UI into your ASP.NET MVC application. The new version contains helpers for Draggable, Droppable and Selectable - so the library now supports all jQuery UI widgets and interactions. It works with ASP.NET MVC3 and ASP.NET MVC4 Beta. Follow this link to learn how-to create a Tabs widget, load remote content into it using Ajax, or rotate it automatically. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjqueryuihelpers.apphb.com%2fDocmo%2fTabs"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjqueryuihelpers.apphb.com%2fDocmo%2fTabs" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/jQuery_UI_Helpers_v0_5_has_been_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/jQuery_UI_Helpers_v0_5_has_been_released</guid>
      <pubDate>Tue, 08 May 2012 21:41:42 GMT</pubDate>
    </item>
    <item>
      <title>How to create custom forms in Orchard CMS with Email and reCaptcha</title>
      <description>Forms should be easy right? Well, forms have a habit of making life difficult for web developers. But now finally, we can see how Orchard CMS can help make this easy with its rich extensibility model. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevdirective.com%2fpost%2f160%2fhow-to-create-custom-forms-in-orchard-cms-with-email-and-recaptcha%23.T56Ptmqfotk.dotnetkicks"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevdirective.com%2fpost%2f160%2fhow-to-create-custom-forms-in-orchard-cms-with-email-and-recaptcha%23.T56Ptmqfotk.dotnetkicks" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/How_to_create_custom_forms_in_Orchard_CMS_with_Email_and_reCaptcha</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/How_to_create_custom_forms_in_Orchard_CMS_with_Email_and_reCaptcha</guid>
      <pubDate>Mon, 30 Apr 2012 13:39:12 GMT</pubDate>
    </item>
    <item>
      <title>Time Saving Features For MVC Developers</title>
      <description>I recently started reacquainting myself with the Telerik MVC Extensions, and it seems I had forgotten just how awesome they are! I want to talk about a few of the less known features I find really awesome in the extensions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.telerik.com%2fblogs%2fposts%2f12-04-27%2ftime-saving-features-for-mvc-developers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.telerik.com%2fblogs%2fposts%2f12-04-27%2ftime-saving-features-for-mvc-developers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Time_Saving_Features_For_MVC_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Time_Saving_Features_For_MVC_Developers</guid>
      <pubDate>Mon, 30 Apr 2012 13:09:19 GMT</pubDate>
    </item>
    <item>
      <title>A XAML Guy digs into ASP.NET MVC4 (Part 1 of ?)</title>
      <description>Introduction

Through and through I love XAML. I love building and working with SL, WPF, WP7, and Windows 8 XAML Metro Apps. But one thing that I'm aiming for is to have an understanding of other web applications frameworks (MVC in particular). Mainly for two reasons, to become better informed and for my passion of helping customers of Telerik to find suitable web solutions (be it Silverlight, WebForms, MVC, etc). I am not brand new to MVC as I have worked with it before, but I feel that it is time for me start "from scratch" and document my experience.  As I've said many times before this blog was created for me  as a quick reminder of how I did something. If anyone benefited from reading what I wrote then that was just a bonus. If you already know MVC then you won't get much out of this series. If you are a XAML person, and want to see what the other side looks like then stick around. I'm sure I'll make plenty of mistakes but hopefully we can learn together. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmichaelcrump.net%2fa-xaml-guy-digs-into-asp-net-mvc4-part-1-of"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmichaelcrump.net%2fa-xaml-guy-digs-into-asp-net-mvc4-part-1-of" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/A_XAML_Guy_digs_into_ASP_NET_MVC4_Part_1_of</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/A_XAML_Guy_digs_into_ASP_NET_MVC4_Part_1_of</guid>
      <pubDate>Mon, 30 Apr 2012 14:39:26 GMT</pubDate>
    </item>
    <item>
      <title>Using SpecsFor.Mvc - Dealing with Authentication</title>
      <description>This is part four of my series on using SpecsFor.Mvc to write awesome automated acceptance tests for your ASP.NET MVC application. In this post, I'll show you how to create an authentication handler that will be used by SpecsFor.Mvc to authenticate with your app prior to executing each spec. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftrycatchfail.com%2fblog%2fpost%2fUsing-SpecsForMvc-Dealing-with-Authentication.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftrycatchfail.com%2fblog%2fpost%2fUsing-SpecsForMvc-Dealing-with-Authentication.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Using_SpecsFor_Mvc_Dealing_with_Authentication</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Using_SpecsFor_Mvc_Dealing_with_Authentication</guid>
      <pubDate>Wed, 25 Apr 2012 04:35:32 GMT</pubDate>
    </item>
    <item>
      <title>A Ghostly Introduction to Moving in and Out of SSL HTTPS with MVC .NET</title>
      <description>Learn how to transition from HTTP to SSL HTTPS in MVC C# .NET, using controller attributes and forms-based authentication. Secure individual pages in your MVC web application with SSL. Includes a demo of a ghost haunting web application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.primaryobjects.com%2fCMS%2fArticle140.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.primaryobjects.com%2fCMS%2fArticle140.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/A_Ghostly_Introduction_to_Moving_in_and_Out_of_SSL_HTTPS_with_MVC_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/A_Ghostly_Introduction_to_Moving_in_and_Out_of_SSL_HTTPS_with_MVC_NET</guid>
      <pubDate>Tue, 24 Apr 2012 15:09:49 GMT</pubDate>
    </item>
    <item>
      <title>Strange issue with Razer views in MVC 4</title>
      <description>Issue in Razor engine in MVC 4 beta... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jameslewiscv.com%2fpost%2f2012%2f04%2f24%2fStrange-issue-with-Razer-views-in-MVC-4.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jameslewiscv.com%2fpost%2f2012%2f04%2f24%2fStrange-issue-with-Razer-views-in-MVC-4.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Strange_issue_with_Razer_views_in_MVC_4</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Strange_issue_with_Razer_views_in_MVC_4</guid>
      <pubDate>Tue, 24 Apr 2012 15:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Data Binding with Knockout</title>
      <description>Quick overview and example of data binding with knockoutjs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjameslewiscv.com%2fpost%2f2012%2f04%2f21%2fData-Binding-with-Knockout.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjameslewiscv.com%2fpost%2f2012%2f04%2f21%2fData-Binding-with-Knockout.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Data_Binding_with_Knockout</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Data_Binding_with_Knockout</guid>
      <pubDate>Mon, 23 Apr 2012 14:47:00 GMT</pubDate>
    </item>
    <item>
      <title>MVC3 - Custom Client-Side Validation with Unobtrusive Ajax - a Complet</title>
      <description>For a complete example of MVC3 custom validation attributes for client and server side validation with unobtrusive ajax, we need to add custom jquery validators.  In this example, we will create a custom MVC3 attribute to test whether a model property equals a specific value and add the custom jquery validators for client-side validation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.falconwebtech.com%2fpost%2f2012%2f04%2f21%2fMVC3-Custom-Client-Side-Validation-with-Unobtrusive-Ajax.aspx%23.T5RxDRqgrDQ.dotnetkicks"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.falconwebtech.com%2fpost%2f2012%2f04%2f21%2fMVC3-Custom-Client-Side-Validation-with-Unobtrusive-Ajax.aspx%23.T5RxDRqgrDQ.dotnetkicks" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/MVC3_Custom_Client_Side_Validation_with_Unobtrusive_Ajax_a_Complet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/MVC3_Custom_Client_Side_Validation_with_Unobtrusive_Ajax_a_Complet</guid>
      <pubDate>Sun, 22 Apr 2012 20:59:14 GMT</pubDate>
    </item>
    <item>
      <title>File Upload in ASP.NET MVC3</title>
      <description>If you are a web developer you often need to upload file on the web server or database. In today's post I am going explain how we can upload file in ASP.NET MVC 3 with razor syntax.

So, first thing we need to create a view that will contain the file upload control. I am going to use an existing asp.net mvc template for this demo. So I have just modified the default Index view like following. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetjalps.com%2f2012%2f04%2ffile-upload-in-aspnet-mvc3.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetjalps.com%2f2012%2f04%2ffile-upload-in-aspnet-mvc3.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/File_Upload_in_ASP_NET_MVC3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/File_Upload_in_ASP_NET_MVC3</guid>
      <pubDate>Thu, 19 Apr 2012 19:42:45 GMT</pubDate>
    </item>
    <item>
      <title>MVC3 - Custom Validation Attributes for Client </title>
      <description>Most MVC sites require custom validation that can't be handled with MVC3's out-of-the-box validation attributes.  This article builds on the example posted in the previous article and shows you how to use custom validation attributes for client-side validation with unobtrusive Ajax to validate a credit card number.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.falconwebtech.com%2fpost%2f2012%2f04%2f18%2fMVC3-Custom-Validation-Attributes-for-Client-Server-Side-Validation-with-Unobtrusive-Ajax.aspx%23.T492Rz9PWQI.dotnetkicks"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.falconwebtech.com%2fpost%2f2012%2f04%2f18%2fMVC3-Custom-Validation-Attributes-for-Client-Server-Side-Validation-with-Unobtrusive-Ajax.aspx%23.T492Rz9PWQI.dotnetkicks" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/MVC3_Custom_Validation_Attributes_for_Client</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/MVC3_Custom_Validation_Attributes_for_Client</guid>
      <pubDate>Thu, 19 Apr 2012 14:03:55 GMT</pubDate>
    </item>
    <item>
      <title>jQuery UI Helpers v0.4 has been released</title>
      <description>jQuery UI Helpers is a set of HTML Helpers which help you to integrate jQuery UI into your ASP.NET MVC application. The new version adds support to Resizable and Sortable, and works with ASP.NET MVC3 and ASP.NET MVC4 Beta. 
Follow this link to learn how-to create a sortable, how-to use it in HTML forms and receive the sorted values on the server. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjqueryuihelpers.apphb.com%2fDocmo%2fSortable"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjqueryuihelpers.apphb.com%2fDocmo%2fSortable" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/jQuery_UI_Helpers_v0_4_has_been_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/jQuery_UI_Helpers_v0_4_has_been_released</guid>
      <pubDate>Thu, 12 Apr 2012 20:53:45 GMT</pubDate>
    </item>
    <item>
      <title>MVC3 - Combining Client &amp;amp; Server Side Validation with Unobtrusive Ajax</title>
      <description>It took a lot of searching and testing to combine several solutions that work in MVC3 to combine client-side and server-side validation with an unobtrusive AJAX post using Ajax.BeginForm. Here is my solution. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.falconwebtech.com%2fpost%2f2012%2f04%2f06%2fMVC3-Combining-Client-Server-Side-Validation-with-Unobtrusive-Ajax.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.falconwebtech.com%2fpost%2f2012%2f04%2f06%2fMVC3-Combining-Client-Server-Side-Validation-with-Unobtrusive-Ajax.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/MVC3_Combining_Client_Server_Side_Validation_with_Unobtrusive_Ajax</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/MVC3_Combining_Client_Server_Side_Validation_with_Unobtrusive_Ajax</guid>
      <pubDate>Sat, 07 Apr 2012 16:48:28 GMT</pubDate>
    </item>
    <item>
      <title>ASP.net MVC - Handling json dates with a custom converter</title>
      <description>Handling dates in json can be a real pain as it has no concept of a date datatype - however by using the jQuery ajax() method and specifying a custom converter you can easily turn dates sent from the server into Date objects on the client. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsoftwaredevelopmentexperiences.blogspot.co.nz%2f2012%2f04%2fhandling-dates-in-json-can-be-real-pain.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsoftwaredevelopmentexperiences.blogspot.co.nz%2f2012%2f04%2fhandling-dates-in-json-can-be-real-pain.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_net_MVC_Handling_json_dates_with_a_custom_converter</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_net_MVC_Handling_json_dates_with_a_custom_converter</guid>
      <pubDate>Wed, 11 Apr 2012 13:36:10 GMT</pubDate>
    </item>
  </channel>
</rss>
