<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by jantu</title>
    <description>Stories kicked by jantu</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>Just released System.Web.Mvc.Extensibility Beta - Kazi Manzur Rashid</title>
      <description>Just released System.Web.Mvc.Extensibility Beta I am announcing the beta of System.Web.Mvc.Extensibility. There has been quite a few changes in this release :Added support for PerWebRequest lifetime. Removed the "base" suffix from the abstract class. I am dropping the Autofac. After struggling quite a few days to add PerWebRequest support, I came to the conclusion that adding such support re... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2010%2f01%2f25%2fjust-released-system-web-mvc-extensibility-beta.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2010%2f01%2f25%2fjust-released-system-web-mvc-extensibility-beta.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Just_released_System_Web_Mvc_Extensibility_Beta_Kazi_Manzur_Rashid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Just_released_System_Web_Mvc_Extensibility_Beta_Kazi_Manzur_Rashid</guid>
      <pubDate>Mon, 25 Jan 2010 10:10:32 GMT</pubDate>
    </item>
    <item>
      <title>Measuring the Performance of Asynchronous Controllers</title>
      <description>It's easy enough to start using Asynchronous Controllers with ASP.NET MVC 2.0. But how do you know whether it's giving you any benefits? You might be surprised to learn that, in many default scenarios, you won't get any benefit unless you also make some crucial configuration changes. 

In this blog post you'll see a simple way to load test your asynchronous controllers, and find a rundown of important configuration options that will dramatically affect their behavior. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.codeville.net%2f2010%2f01%2f25%2fmeasuring-the-performance-of-asynchronous-controllers%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2010%2f01%2f25%2fmeasuring-the-performance-of-asynchronous-controllers%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Measuring_the_Performance_of_Asynchronous_Controllers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Measuring_the_Performance_of_Asynchronous_Controllers</guid>
      <pubDate>Mon, 25 Jan 2010 20:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Table Per Concrete Type Inheritance in Entity Framework</title>
      <description>The last inheritance mapping that I'm going to write about is the Table Per Concrete Type inheritance (TPC). This inheritance type is very rare but you should be aware of how to create it when it is needed. You can read about TPT and TPH from here and from here. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2010%2f01%2f25%2ftable-per-concrete-type-inheritance-in-entity-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2010%2f01%2f25%2ftable-per-concrete-type-inheritance-in-entity-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Table_Per_Concrete_Type_Inheritance_in_Entity_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Table_Per_Concrete_Type_Inheritance_in_Entity_Framework</guid>
      <pubDate>Mon, 25 Jan 2010 04:49:04 GMT</pubDate>
    </item>
    <item>
      <title>Introducing Fluent MetadataProvider for ASP.NET MVC - Kazi</title>
      <description>I have just included a Fluent Metadata provider in my open source System.Web.Mvc.Extensibility project. Currently it contains all of the features of the Built-in DataAnnotations Metadata provider that comes with the ASP.NET MVC 2 framework. Consider it as a holiday special from me for the ASP.NET MVC community :-). The main reason I am no... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f12%2f24%2fintroducing-fluent-metadataprovider-for-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f12%2f24%2fintroducing-fluent-metadataprovider-for-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Introducing_Fluent_MetadataProvider_for_ASP_NET_MVC_Kazi</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Introducing_Fluent_MetadataProvider_for_ASP_NET_MVC_Kazi</guid>
      <pubDate>Sat, 26 Dec 2009 11:15:02 GMT</pubDate>
    </item>
    <item>
      <title>More on Fluent MetadataProvider for ASP.NET MVC - Kazi Manzur Rashid</title>
      <description>In my last post, one of the thing you complained about the maintaining view model meta data configuration in two separate place and I admit this becomes a pain when you skim through the codes. I have changed the  implementation, so now you will be able to configure the meta data very much like the Fluent NHibernate or Entity Framework 4.0 Code ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f12%2f25%2fmore-on-fluent-metadataprovider-for-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f12%2f25%2fmore-on-fluent-metadataprovider-for-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/More_on_Fluent_MetadataProvider_for_ASP_NET_MVC_Kazi_Manzur_Rashid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/More_on_Fluent_MetadataProvider_for_ASP_NET_MVC_Kazi_Manzur_Rashid</guid>
      <pubDate>Sat, 26 Dec 2009 12:00:01 GMT</pubDate>
    </item>
    <item>
      <title>Free EBook for Developing High Quality Applications using .NET</title>
      <description>The Microsoft Application Architecture Guide, 2nd Edition is a Must Have EBook for Developers and Solution Architects &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devcurry.com%2f2009%2f12%2ffree-ebook-for-developing-high-quality.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2009%2f12%2ffree-ebook-for-developing-high-quality.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Free_EBook_for_Developing_High_Quality_Applications_using_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Free_EBook_for_Developing_High_Quality_Applications_using_NET</guid>
      <pubDate>Wed, 23 Dec 2009 19:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Using jQuery To Hijack ASP.NET MVC Form Posts</title>
      <description>The following article demonstrates how to hijack ASP.NET MVC form posts using jQuery.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d435"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d435" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Using_jQuery_To_Hijack_ASP_NET_MVC_Form_Posts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Using_jQuery_To_Hijack_ASP_NET_MVC_Form_Posts</guid>
      <pubDate>Thu, 24 Dec 2009 14:15:00 GMT</pubDate>
    </item>
    <item>
      <title>How our Customer Experience Improvement Program improved Gibraltar 2.1</title>
      <description>The Gibraltar CEIP helped us find and resolve a large number of unreported issues, all without requiring our customers to lift a finger.  Read the story for real numbers you can use to understand what the same techniques might mean for your application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frocksolid.gibraltarsoftware.com%2fdevelopment%2fhow-gibraltar-helped-gibraltar-2-1-our-ceip"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frocksolid.gibraltarsoftware.com%2fdevelopment%2fhow-gibraltar-helped-gibraltar-2-1-our-ceip" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_our_Customer_Experience_Improvement_Program_improved_Gibraltar_2_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_our_Customer_Experience_Improvement_Program_improved_Gibraltar_2_1</guid>
      <pubDate>Tue, 22 Dec 2009 13:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Supporting OpenId in an asp.net MVC site</title>
      <description>Introduction to OpenID on an asp.net MVC web site. On 3 minutes or so.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeharder.com%2fpost%2fAspnet-MVC-and-OpenID-Support.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeharder.com%2fpost%2fAspnet-MVC-and-OpenID-Support.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Supporting_OpenId_in_an_asp_net_MVC_site</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Supporting_OpenId_in_an_asp_net_MVC_site</guid>
      <pubDate>Wed, 23 Dec 2009 13:30:04 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 2 Beta - Strongly Typed UI Helpers</title>
      <description>The following article demonstrates how to use ASP.NET MVC 2 Beta's strongly typed UI helpers.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d433"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d433" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_2_Beta_Strongly_Typed_UI_Helpers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_2_Beta_Strongly_Typed_UI_Helpers</guid>
      <pubDate>Sun, 20 Dec 2009 06:45:06 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 2 RC and My List of Requirements - Kazi Manzur Rashid</title>
      <description>As you already know ASP.NET MVC 2 hits the RC, as far as I know this is the last release before the final. There has been quite a few things that the ASP.NET MVC team has added since the v1.0. I know people says human nature is "More you get the more you want", but the requirements that I am presenting here is not new, instead these are the enhance... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f12%2f18%2fasp-net-mvc-2-rc-and-my-list-of-requirements.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f12%2f18%2fasp-net-mvc-2-rc-and-my-list-of-requirements.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_2_RC_and_My_List_of_Requirements_Kazi_Manzur_Rashid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_2_RC_and_My_List_of_Requirements_Kazi_Manzur_Rashid</guid>
      <pubDate>Fri, 18 Dec 2009 10:12:07 GMT</pubDate>
    </item>
    <item>
      <title>6 Of My Favorite Visual Studio Shortcuts</title>
      <description>A few of my favorite Visual Studio Shortcuts to make my life and yours just a bit easier! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhatim.indexdev.net%2f2009%2f12%2f18%2f6-of-my-favorite-visual-studio-shortcuts%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhatim.indexdev.net%2f2009%2f12%2f18%2f6-of-my-favorite-visual-studio-shortcuts%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/6_Of_My_Favorite_Visual_Studio_Shortcuts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/6_Of_My_Favorite_Visual_Studio_Shortcuts</guid>
      <pubDate>Mon, 21 Dec 2009 13:30:01 GMT</pubDate>
    </item>
    <item>
      <title>5 Very Useful C# Attributes</title>
      <description>A look at some of the useful attributes in c# &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhatim.indexdev.net%2f2009%2f12%2f17%2f5-very-useful-c-attributes%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhatim.indexdev.net%2f2009%2f12%2f17%2f5-very-useful-c-attributes%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/5_Very_Useful_C_Attributes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/5_Very_Useful_C_Attributes</guid>
      <pubDate>Thu, 17 Dec 2009 16:30:09 GMT</pubDate>
    </item>
    <item>
      <title>Exploring .Net 4 Features - Tuples</title>
      <description>Taking a look at some of the new features which are part of .Net 4.  We will be focusing this episode on Tuples. Tuples allow you to return multiple values from a method with simplicity and ease by allowing you to dynamically create a return object which is typed for your specific needs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f155"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f155" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Exploring_Net_4_Features_Tuples</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Exploring_Net_4_Features_Tuples</guid>
      <pubDate>Thu, 17 Dec 2009 14:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Mastering jQuery now available at TekPub | Encosia</title>
      <description>Dave and I launch a new series on TekPub about Mastering JQuery. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f12%2f16%2fmastering-jquery-now-available-at-tekpub%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f12%2f16%2fmastering-jquery-now-available-at-tekpub%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Mastering_jQuery_now_available_at_TekPub_Encosia</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Mastering_jQuery_now_available_at_TekPub_Encosia</guid>
      <pubDate>Wed, 16 Dec 2009 15:00:05 GMT</pubDate>
    </item>
    <item>
      <title>Difference TempTable and Table Variable </title>
      <description>A Myth Busted.

Recently, I have been conducting many training sessions at a leading technology company in India. During the discussion of temp table and table variable, I quite commonly hear that Table Variables are stored in memory and Temp Tables are stored in TempDB. I would like to bust this misconception by suggesting following:

Temp Table and Table Variable - both are created in TempDB and not in memory. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f12%2f15%2fsql-server-difference-temptable-and-table-variable-temptable-in-memory-a-myth%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f12%2f15%2fsql-server-difference-temptable-and-table-variable-temptable-in-memory-a-myth%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Difference_TempTable_and_Table_Variable</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Difference_TempTable_and_Table_Variable</guid>
      <pubDate>Sat, 19 Dec 2009 15:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Meet my new ASP.NET MVC Extension - System.Web.Mvc-Kazi Manzur Rashid</title>
      <description>After hearing Phil Haack and Scott Hanselman in their latest podcast and PDC session I decided to give a good look at the MvcTrubine project in this weekend. I totally agree the intend of this project, let your favorite IoC to rule everywhere, but I do not think it has been implemented in the correct way. There are three important design flaws that I found in MvcTurbine: Generic Component Registration API

Rather than allowing you to use your preferred IoC registration features, it prefers to use its own generic syntax for component registration, which is simply wrong. In real application, we need more support from our IoC such as lifetime management, auto wiring, modularity like (Ninject/Autfac Modules, StructureMap Registry) etc. In case of this generic API we have to throw away the features of these IoCs. Missing Common Service Locator

I think the Common Service Locator(CSL) has become the standard to abstract the underlying IoC from your application code and all the popular IoCs in .NET world has an adapter for CSL. But rather than using/extending it, it has its own version of service locator. Limited support for Action Filter injection

It uses a host kinda Attribute to inject the dependencies into the actual action filter attribute and this host is not capable of passing the attribute specific values to the actual attribute and even if this feature is implemented in the future it will be based upon the string based property name which would work on top of reflection.

Now, lets see how my new extension solves the above issues and how easily you can start plugging it in your application. First lets take a quick look of the project structure of this extension.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f12%2f14%2fmeet-my-new-asp-net-mvc-extension-system-web-mvc-extensibility.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f12%2f14%2fmeet-my-new-asp-net-mvc-extension-system-web-mvc-extensibility.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Meet_my_new_ASP_NET_MVC_Extension_System_Web_Mvc_Kazi_Manzur_Rashid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Meet_my_new_ASP_NET_MVC_Extension_System_Web_Mvc_Kazi_Manzur_Rashid</guid>
      <pubDate>Tue, 15 Dec 2009 08:15:00 GMT</pubDate>
    </item>
    <item>
      <title>15 reasons why you should start using Model Driven Development (MDD)</title>
      <description>Johan den Haan has written a compelling piece over at Enterprise Architect on why you should start using MDD. He lists 15 advantages of Model-Driven Development that focus in on productivity, quality and alignment. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2finnov8showcase%2farchive%2f2009%2f12%2f13%2f15-reasons-why-you-should-start-using-model-driven-development-mdd.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2finnov8showcase%2farchive%2f2009%2f12%2f13%2f15-reasons-why-you-should-start-using-model-driven-development-mdd.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/15_reasons_why_you_should_start_using_Model_Driven_Development_MDD</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/15_reasons_why_you_should_start_using_Model_Driven_Development_MDD</guid>
      <pubDate>Tue, 15 Dec 2009 21:45:06 GMT</pubDate>
    </item>
    <item>
      <title>ARCast.TV - Rocky Lhotka on Development Frameworks</title>
      <description>It is difficult to strike a balance between the optimal architecture and over architecting a solution. Joe Shirey sits down with Rocky Lhotka , the creator of the CSLA.NET framework, to discuss how he balances what should and should not be in his framework. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2finnov8showcase%2farchive%2f2009%2f12%2f13%2farcast-tv-rocky-lhotka-on-development-frameworks.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2finnov8showcase%2farchive%2f2009%2f12%2f13%2farcast-tv-rocky-lhotka-on-development-frameworks.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/ARCast_TV_Rocky_Lhotka_on_Development_Frameworks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/ARCast_TV_Rocky_Lhotka_on_Development_Frameworks</guid>
      <pubDate>Thu, 17 Dec 2009 20:15:04 GMT</pubDate>
    </item>
    <item>
      <title>3M Multi-touch Developer Kit on Windows 7</title>
      <description>The 3M Multi-touch Developer kit consists of a 19-inch, 16:10 metal-housed LCD display with desktop stand and USB HID interface. This kit provides software developers with the necessary tools to create next-generation, true multi-touch applications in support of the upcoming release of the Microsoft Windows 7 operating system.

One unique aspect about the multitouch developer kit is that it supports 10-finger multi-touch input.  For more technical detail visit 3M's web site here. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2finnov8showcase%2farchive%2f2009%2f12%2f11%2f3m-multi-touch-developer-kit-on-windows-7.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2finnov8showcase%2farchive%2f2009%2f12%2f11%2f3m-multi-touch-developer-kit-on-windows-7.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/3M_Multi_touch_Developer_Kit_on_Windows_7</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/3M_Multi_touch_Developer_Kit_on_Windows_7</guid>
      <pubDate>Tue, 15 Dec 2009 22:30:01 GMT</pubDate>
    </item>
    <item>
      <title>Windows Azure in 20 Minutes!</title>
      <description>I had the opportunity to present The Windows Azure Platform at the 2nd Annual ISV Architects Workshop in New York City on December 10,2009. My thanks to my associate Gunther Lenz who is the local Microsoft ISV Architect Evangelist for the opportunity. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fbillzack%2farchive%2f2009%2f12%2f11%2fwindows-azure-in-20-minutes.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fbillzack%2farchive%2f2009%2f12%2f11%2fwindows-azure-in-20-minutes.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/Windows_Azure_in_20_Minutes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/Windows_Azure_in_20_Minutes</guid>
      <pubDate>Tue, 15 Dec 2009 23:15:01 GMT</pubDate>
    </item>
    <item>
      <title>131 jQuery Snippets for Visual Studio 2010</title>
      <description>I've started a new project to create jQuery Code Snippets for Visual Studio 2010 now that it supports HTML and JavaScript snippets. There are 131 so far. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2fjquery-snippets-for-visual-studio-2010%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2fjquery-snippets-for-visual-studio-2010%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/131_jQuery_Snippets_for_Visual_Studio_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/131_jQuery_Snippets_for_Visual_Studio_2010</guid>
      <pubDate>Mon, 30 Nov 2009 18:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 4 - Review of all the Cool New Features</title>
      <description>Check-out this comprehensive blog post by Tim Heuer - who outlines all the cool new SL4 features announced at the PDC in November - with links to videos and code samples to help you get started with each new capability.  Here is a link to his complete blog post: http://timheuer.com/blog/archive/2009/11/18/whats-new-in-silverlight-4-complete-guide-new-features.aspx
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2finnov8showcase%2farchive%2f2009%2f11%2f30%2fsilverlight-4-review-of-all-the-cool-new-features.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2finnov8showcase%2farchive%2f2009%2f11%2f30%2fsilverlight-4-review-of-all-the-cool-new-features.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_4_Review_of_all_the_Cool_New_Features</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_4_Review_of_all_the_Cool_New_Features</guid>
      <pubDate>Tue, 01 Dec 2009 20:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Tuple in C# 4.0</title>
      <description>Tuple provides us with a way to group elements of disparate data types together.This is present in functional languages like Haskell and also dynamic languages like Python. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsankarsan.wordpress.com%2f2009%2f11%2f29%2ftuple-in-c-4-0%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsankarsan.wordpress.com%2f2009%2f11%2f29%2ftuple-in-c-4-0%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Tuple_in_C_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Tuple_in_C_4_0</guid>
      <pubDate>Sun, 29 Nov 2009 17:51:43 GMT</pubDate>
    </item>
    <item>
      <title>Telerik ASP.NET MVC Grid Preview (Take 2) - Kazi Manzur Rashid</title>
      <description>

In the last post, I have shown you how you can extend the ASP.NET MVC2 templates and some of the issues of the current beta. In this post, I will show you how we are taking advantages of the new DisplayFor/EditorFor in our MVC Grid. One of the benefit of using those statements in our grid is, you can host any kind of component in an individual cell, obviously the first two components will be the DateTimePicker and NumericTextBox that we are going to include in our next release.

One of the most requested feature since our last release is the inline editing support in the grid. In this, I will show you the inline editing of product of my last post, but this time with our Grid. The Grid should support both server and ajax editing, but in this example we will only discuss the server.....
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f11%2f29%2ftelerik-asp-net-mvc-grid-preview-take-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f11%2f29%2ftelerik-asp-net-mvc-grid-preview-take-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Telerik_ASP_NET_MVC_Grid_Preview_Take_2_Kazi_Manzur_Rashid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Telerik_ASP_NET_MVC_Grid_Preview_Take_2_Kazi_Manzur_Rashid</guid>
      <pubDate>Mon, 30 Nov 2009 10:30:00 GMT</pubDate>
    </item>
  </channel>
</rss>
