<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by mvcguy</title>
    <description>Stories kicked by mvcguy</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>Building a Windows Azure App using Azure Queue, Azure Table </title>
      <description>Demonstrate a Windows Azure app using Azure Queue, Azure Table and a ASP.NET MVC 4 Web Role application. This post is explaining few initial steps for building a demo Azure app where asynchronous commands (write operations that changes the data) put into Azure Queue and an Azure Work Role will persist the data into Azure Table from Queue messages for the read operations.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f12%2f01%2fbuilding-a-windows-azure-app-using-azure-queue-azure-table-and-asp-net-mvc-web-role.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f12%2f01%2fbuilding-a-windows-azure-app-using-azure-queue-azure-table-and-asp-net-mvc-web-role.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/Building_a_Windows_Azure_App_using_Azure_Queue_Azure_Table</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/Building_a_Windows_Azure_App_using_Azure_Queue_Azure_Table</guid>
      <pubDate>Fri, 02 Dec 2011 02:08:34 GMT</pubDate>
    </item>
    <item>
      <title>CQRS, Commands, Command Handlers and Command Dispatcher</title>
      <description>Applying few CQRS principles onto an ASP.NET MVC application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f10%2f18%2fcqrs-commands-command-handlers-and-command-dispatcher.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f10%2f18%2fcqrs-commands-command-handlers-and-command-dispatcher.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/CQRS_Commands_Command_Handlers_and_Command_Dispatcher</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/CQRS_Commands_Command_Handlers_and_Command_Dispatcher</guid>
      <pubDate>Wed, 19 Oct 2011 14:01:33 GMT</pubDate>
    </item>
    <item>
      <title>EFMVC 1.0 Preview Released - Demo web app with ASP.NET MVC and EF</title>
      <description>A  Demo web app with ASP.NET MVC and EF Code First, Autofac. Added CQRS flavor on the Solution Architecture.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f10%2f12%2fefmvc-1-0-preview-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f10%2f12%2fefmvc-1-0-preview-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/EFMVC_1_0_Preview_Released_Demo_web_app_with_ASP_NET_MVC_and_EF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/EFMVC_1_0_Preview_Released_Demo_web_app_with_ASP_NET_MVC_and_EF</guid>
      <pubDate>Thu, 13 Oct 2011 14:32:39 GMT</pubDate>
    </item>
    <item>
      <title>Building JavaScript MVVM apps in ASP.NET MVC using KnockoutJS</title>
      <description>Demonstrate how to build JavaScript MVVM apps in ASP.NET MVC using KnockoutJS &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f08%2f21%2fbuilding-javascript-mvvm-apps-in-asp-net-mvc-using-knockoutjs.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f08%2f21%2fbuilding-javascript-mvvm-apps-in-asp-net-mvc-using-knockoutjs.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Building_JavaScript_MVVM_apps_in_ASP_NET_MVC_using_KnockoutJS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Building_JavaScript_MVVM_apps_in_ASP_NET_MVC_using_KnockoutJS</guid>
      <pubDate>Mon, 22 Aug 2011 03:22:29 GMT</pubDate>
    </item>
    <item>
      <title>User Activity Logging in ASP.NET app using Action Filter and log4net</title>
      <description>Demonstrate how to perform user activity logging in ASP.NET app using Action Filter and log4net &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f07%2f18%2fuser-activity-logging-in-asp-net-mvc-app-using-action-filter-and-log4net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f07%2f18%2fuser-activity-logging-in-asp-net-mvc-app-using-action-filter-and-log4net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/User_Activity_Logging_in_ASP_NET_app_using_Action_Filter_and_log4net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/User_Activity_Logging_in_ASP_NET_app_using_Action_Filter_and_log4net</guid>
      <pubDate>Tue, 19 Jul 2011 09:08:15 GMT</pubDate>
    </item>
    <item>
      <title>Using MvcPaging in ASP.NET MVC Apps</title>
      <description>Demonstrate how to use NuGet package MvcPaging in ASP.NET MVC apps &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f07%2f06%2fusing-mvcpaging-in-asp-net-mvc-apps.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f07%2f06%2fusing-mvcpaging-in-asp-net-mvc-apps.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_MvcPaging_in_ASP_NET_MVC_Apps</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_MvcPaging_in_ASP_NET_MVC_Apps</guid>
      <pubDate>Wed, 06 Jul 2011 11:34:08 GMT</pubDate>
    </item>
    <item>
      <title>Mobile enabled web apps with ASP.NET MVC 3 and jQuery Mobile</title>
      <description>Developing Mobile enabled web apps in ASP.NET MVC 3 using jQuery Mobile &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f02%2f25%2fmobile-enabled-web-apps-with-asp-net-mvc-3-and-jquery-mobile.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f02%2f25%2fmobile-enabled-web-apps-with-asp-net-mvc-3-and-jquery-mobile.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Mobile_enabled_web_apps_with_ASP_NET_MVC_3_and_jQuery_Mobile</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Mobile_enabled_web_apps_with_ASP_NET_MVC_3_and_jQuery_Mobile</guid>
      <pubDate>Fri, 25 Feb 2011 09:32:56 GMT</pubDate>
    </item>
    <item>
      <title>Dependency Injection in ASP.NET MVC 3 using DependencyResolver </title>
      <description>Dependency Injection in ASP.NET MVC 3 with Unity 2 using DependencyResolver and ControllerActivator &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f01%2f21%2fdependency-injection-in-asp-net-mvc-3-using-dependencyresolver-and-controlleractivator.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f01%2f21%2fdependency-injection-in-asp-net-mvc-3-using-dependencyresolver-and-controlleractivator.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Dependency_Injection_in_ASP_NET_MVC_3_using_DependencyResolver</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Dependency_Injection_in_ASP_NET_MVC_3_using_DependencyResolver</guid>
      <pubDate>Mon, 24 Jan 2011 03:50:37 GMT</pubDate>
    </item>
    <item>
      <title>Developing web apps using ASP.NET MVC 3, Razor and EF Code First </title>
      <description>Developing web apps using ASP.NET MVC 3 RTM, Razor and EF Code First - Part 2 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f01%2f13%2fdeveloping-web-apps-using-asp-net-mvc-3-razor-and-ef-code-first-part-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f01%2f13%2fdeveloping-web-apps-using-asp-net-mvc-3-razor-and-ef-code-first-part-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Developing_web_apps_using_ASP_NET_MVC_3_Razor_and_EF_Code_First</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Developing_web_apps_using_ASP_NET_MVC_3_Razor_and_EF_Code_First</guid>
      <pubDate>Fri, 14 Jan 2011 03:58:43 GMT</pubDate>
    </item>
    <item>
      <title>Developing web apps using ASP.NET MVC 3, Razor and EF Code First - Par</title>
      <description>Developing web apps using ASP.NET MVC 3, Razor and EF Code First, Unity 2.0, Generic Repository and Unit of Work pattern. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f01%2f06%2fdeveloping-web-apps-using-asp-net-mvc-3-razor-and-ef-code-first-part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2011%2f01%2f06%2fdeveloping-web-apps-using-asp-net-mvc-3-razor-and-ef-code-first-part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Developing_web_apps_using_ASP_NET_MVC_3_Razor_and_EF_Code_First_Par</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Developing_web_apps_using_ASP_NET_MVC_3_Razor_and_EF_Code_First_Par</guid>
      <pubDate>Thu, 06 Jan 2011 12:24:25 GMT</pubDate>
    </item>
    <item>
      <title>My .NET Technology picks for 2011</title>
      <description>.NET Technology predictions for 2011 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f12%2f20%2fmy-net-technology-picks-for-2011.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f12%2f20%2fmy-net-technology-picks-for-2011.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/My_NET_Technology_picks_for_2011</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/My_NET_Technology_picks_for_2011</guid>
      <pubDate>Tue, 21 Dec 2010 10:36:00 GMT</pubDate>
    </item>
    <item>
      <title>ASPX and Razor View Engines in ASP.NET MVC 3 Preview 1</title>
      <description>A comparison between the ASPX and Razor syntax in ASP.NET MVC 3 Preview 1 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f07%2f29%2faspx-and-razor-view-engines-in-asp-net-mvc-3-preview-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f07%2f29%2faspx-and-razor-view-engines-in-asp-net-mvc-3-preview-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASPX_and_Razor_View_Engines_in_ASP_NET_MVC_3_Preview_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASPX_and_Razor_View_Engines_in_ASP_NET_MVC_3_Preview_1</guid>
      <pubDate>Fri, 30 Jul 2010 04:17:35 GMT</pubDate>
    </item>
    <item>
      <title>NoSQL with RavenDB and ASP.NET MVC - Part 2 </title>
      <description>NoSQL demo application using  RavenDB and ASP.NET MVC &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f05%2f31%2fnosql-with-ravendb-and-asp-net-mvc-part-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f05%2f31%2fnosql-with-ravendb-and-asp-net-mvc-part-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/NoSQL_with_RavenDB_and_ASP_NET_MVC_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/NoSQL_with_RavenDB_and_ASP_NET_MVC_Part_2</guid>
      <pubDate>Tue, 01 Jun 2010 04:25:59 GMT</pubDate>
    </item>
    <item>
      <title>NoSQL with RavenDB and ASP.NET MVC - Part 1</title>
      <description>Demonstrate NoSQL approach in an ASP.NET MVC app using RavenDB &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f05%2f26%2fnosql-with-ravendb-and-asp-net-mvc-part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f05%2f26%2fnosql-with-ravendb-and-asp-net-mvc-part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/NoSQL_with_RavenDB_and_ASP_NET_MVC_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/NoSQL_with_RavenDB_and_ASP_NET_MVC_Part_1</guid>
      <pubDate>Thu, 27 May 2010 04:56:38 GMT</pubDate>
    </item>
    <item>
      <title>Dependency Injection in ASP.NET MVC NerdDinner App using Unity 2.0</title>
      <description>Demonstrate how to apply Dependency Injection in ASP.NET MVC NerdDinner App using Microsoft Unity Application Block (Unity) v 2.0. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f05%2f07%2fdependency-injection-in-asp-net-mvc-nerddinner-app-using-unity-2-0.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f05%2f07%2fdependency-injection-in-asp-net-mvc-nerddinner-app-using-unity-2-0.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Dependency_Injection_in_ASP_NET_MVC_NerdDinner_App_using_Unity_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Dependency_Injection_in_ASP_NET_MVC_NerdDinner_App_using_Unity_2_0</guid>
      <pubDate>Fri, 07 May 2010 06:25:43 GMT</pubDate>
    </item>
    <item>
      <title>Dependency Injection in ASP.NET MVC NerdDinner App using Ninject</title>
      <description>Dependency Injection in ASP.NET MVC NerdDinner Applicatiobn using Ninject and Ninject extension Ninject.Web.Mvc  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f04%2f30%2fdependency-injection-in-nerddinner-app-using-ninject.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f04%2f30%2fdependency-injection-in-nerddinner-app-using-ninject.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Dependency_Injection_in_ASP_NET_MVC_NerdDinner_App_using_Ninject</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Dependency_Injection_in_ASP_NET_MVC_NerdDinner_App_using_Ninject</guid>
      <pubDate>Fri, 30 Apr 2010 09:13:35 GMT</pubDate>
    </item>
    <item>
      <title>NoSQL with MongoDB, NoRM and ASP.NET MVC</title>
      <description>Introduction to how to work on NoSQL and document database with MongoDB , NoRM and ASP.Net MVC 2 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f04%2f16%2fnosql-with-mongodb-norm-and-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f04%2f16%2fnosql-with-mongodb-norm-and-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/NoSQL_with_MongoDB_NoRM_and_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/NoSQL_with_MongoDB_NoRM_and_ASP_NET_MVC</guid>
      <pubDate>Fri, 16 Apr 2010 04:51:05 GMT</pubDate>
    </item>
    <item>
      <title>Installing ASP.NET MVC 2 RTM on Visual Studio 2010 RC</title>
      <description>How to install ASP.NET MVC 2 RTM on Visual Studio 2010 RC &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f03%2f12%2finstalling-asp-net-mvc-2-rtm-on-visual-studio-2010-rc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f03%2f12%2finstalling-asp-net-mvc-2-rtm-on-visual-studio-2010-rc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Installing_ASP_NET_MVC_2_RTM_on_Visual_Studio_2010_RC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Installing_ASP_NET_MVC_2_RTM_on_Visual_Studio_2010_RC</guid>
      <pubDate>Tue, 16 Mar 2010 02:53:37 GMT</pubDate>
    </item>
    <item>
      <title>Using FullCalendar jQuery component with ASP.NET MVC</title>
      <description>I found very good jQuery component called FullCalendar. My special favorites are agenda views because they make this calendar really useful in business applications. In this posting I will show you how to use FullCalendar with ASP.NET MVC. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2010%2f02%2f03%2fusing-fullcalendar-jquery-component-with-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2010%2f02%2f03%2fusing-fullcalendar-jquery-component-with-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Using_FullCalendar_jQuery_component_with_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Using_FullCalendar_jQuery_component_with_ASP_NET_MVC</guid>
      <pubDate>Wed, 03 Feb 2010 16:34:49 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC View Model object using C# 4 dynamic and ExpandoObject</title>
      <description>How to use view model objects by using the C# 4 dynamic and ExpandoObject. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f02%2f03%2fasp-net-mvc-view-model-object-using-c-4-dynamic-and-expandoobject.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f02%2f03%2fasp-net-mvc-view-model-object-using-c-4-dynamic-and-expandoobject.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_View_Model_object_using_C_4_dynamic_and_ExpandoObject</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_View_Model_object_using_C_4_dynamic_and_ExpandoObject</guid>
      <pubDate>Wed, 03 Feb 2010 05:27:45 GMT</pubDate>
    </item>
    <item>
      <title>View Model pattern and AutoMapper in ASP.NET MVC Applications</title>
      <description>How to use View Model pattern and AutoMapper in ASP.NET MVC Applications &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f02%2f01%2fview-model-pattern-and-automapper-in-asp-net-mvc-applications.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2010%2f02%2f01%2fview-model-pattern-and-automapper-in-asp-net-mvc-applications.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/View_Model_pattern_and_AutoMapper_in_ASP_NET_MVC_Applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/View_Model_pattern_and_AutoMapper_in_ASP_NET_MVC_Applications</guid>
      <pubDate>Mon, 01 Feb 2010 10:42:34 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to Test-Driven Development with ASP.NET MVC</title>
      <description>Introduction to Test-Driven Development (TDD) with ASP.NET MVC. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2009%2f07%2f22%2fintroduction-to-test-driven-development-with-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2009%2f07%2f22%2fintroduction-to-test-driven-development-with-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Introduction_to_Test_Driven_Development_with_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Introduction_to_Test_Driven_Development_with_ASP_NET_MVC</guid>
      <pubDate>Thu, 23 Jul 2009 03:09:40 GMT</pubDate>
    </item>
    <item>
      <title>Using jQuery Grid With ASP.NET MVC</title>
      <description>Continuing in my pseudo-series of posts based on my ASP.NET MVC Ninjas on Fire Black Belt Tips Presentation at Mix (go watch it!), this post covers a demo I did not show because I ran out of time. It was a demo I held in my back pocket just in case I went too fast and needed one more demo. A common scenario when building web user interfaces is providing a pageable and sortable grid of data. Even better if it uses AJAX to make it more responsive and snazzy. Since ASP.NET MVC includes jQuery, I figured it'd be fun to use a jQuery plugin for this demo, so I chose jQuery Grid.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2009%2f04%2f14%2fusing-jquery-grid-with-asp.net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2009%2f04%2f14%2fusing-jquery-grid-with-asp.net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Using_jQuery_Grid_With_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Using_jQuery_Grid_With_ASP_NET_MVC</guid>
      <pubDate>Wed, 15 Apr 2009 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Creating A Tabbed Menu Control For ASP.NET MVC </title>
      <description>Tab menus are a fairly common thing that I use in a lot of my applications. I like tabs because they help break up large chunks of, usually, related information. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2009%2f04%2f14%2fcreating-a-tabbed-menu-control-for-aspnet-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f04%2f14%2fcreating-a-tabbed-menu-control-for-aspnet-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_A_Tabbed_Menu_Control_For_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_A_Tabbed_Menu_Control_For_ASP_NET_MVC</guid>
      <pubDate>Tue, 14 Apr 2009 22:16:05 GMT</pubDate>
    </item>
    <item>
      <title>5 Blogs ASP.NET MVC Developers Should Be Following</title>
      <description>Everyone knows that Phil Haack, Rob Conery, Scott Hanselman, and Scott Guthrie all provide good ASP.NET MVC content on their blogs. I wanted to provide a list of excellent resources on ASP.NET MVC that are a little less well known. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f04%2f13%2f5-Blogs-ASPNET-MVC-Developers-Should-Be-Following.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f04%2f13%2f5-Blogs-ASPNET-MVC-Developers-Should-Be-Following.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/5_Blogs_ASP_NET_MVC_Developers_Should_Be_Following</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/5_Blogs_ASP_NET_MVC_Developers_Should_Be_Following</guid>
      <pubDate>Mon, 13 Apr 2009 20:46:07 GMT</pubDate>
    </item>
  </channel>
</rss>
