<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Javedahassan</title>
    <description>Stories kicked by Javedahassan</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>ASP.NET MVC - Prevent Image Leeching with a Custom RouteHandler</title>
      <description>Have you ever noticed an unusually high number of requests in your web server log files for image files? It may well be that someone is linking to your images from their own site, and basically stealing your bandwidth. Here's how to implement a custom RouteHandler within an ASP.NET MVC application to prevent people leeching your images. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mikesdotnetting.com%2fArticle%2f126%2fASP.NET-MVC-Prevent-Image-Leeching-with-a-Custom-RouteHandler"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mikesdotnetting.com%2fArticle%2f126%2fASP.NET-MVC-Prevent-Image-Leeching-with-a-Custom-RouteHandler" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Prevent_Image_Leeching_with_a_Custom_RouteHandler</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Prevent_Image_Leeching_with_a_Custom_RouteHandler</guid>
      <pubDate>Fri, 25 Dec 2009 21:38:29 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>XNA Game Development (Decentralize)</title>
      <description>In the previous post, we have talked about drawing and moving 2D textures on the XNA window. In this post, we will explore the basic architecture that XNA uses in order to separate the game logic from the sprite logic. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.progware.org%2fBlog%2fpost%2fXNA-Game-Development-(Decentralize).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.progware.org%2fBlog%2fpost%2fXNA-Game-Development-(Decentralize).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xna/XNA_Game_Development_Decentralize</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xna/XNA_Game_Development_Decentralize</guid>
      <pubDate>Fri, 25 Dec 2009 16:34:07 GMT</pubDate>
    </item>
    <item>
      <title>Facebook, Twitter, LinkedIn, Digg, YouTube, Flicker API and .NET Lib</title>
      <description>Facebook, Twitter, LinkedIn, Digg, YouTube, Flicker, Orkut..etc are the most popular in the Web. Now these are becoming a part of website and web application. These provide API to use the service in your web app.Here are the links of API and sample wrapper for (VB C#).NET developer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2furenjoy.blogspot.com%2f2009%2f12%2ffacebook-twitter-linkedin-net-digg.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2furenjoy.blogspot.com%2f2009%2f12%2ffacebook-twitter-linkedin-net-digg.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Facebook_Twitter_LinkedIn_Digg_YouTube_Flicker_API_and_NET_Lib</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Facebook_Twitter_LinkedIn_Digg_YouTube_Flicker_API_and_NET_Lib</guid>
      <pubDate>Fri, 25 Dec 2009 16:29:55 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>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>IE8 And Web Standards</title>
      <description>Earlier this year,  Microsoft submitted 7200 CSS 2.1 test cases to the W3C, as a mature approach to move the web forward and help solving ambiguities, options and misinterpretations in any specification. 
In this post you will get a sense of how these tests work and how IE, Firefox, Safari, Opera and Chrome are passing these tests. 
You will also find a demo of Expression Web SuperPreview and some very positive feedback from the Mozilla team.
 &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%2f14%2fie8-and-web-standards.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2finnov8showcase%2farchive%2f2009%2f12%2f14%2fie8-and-web-standards.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/IE8_And_Web_Standards</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/IE8_And_Web_Standards</guid>
      <pubDate>Tue, 15 Dec 2009 21: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>.NET 4 Parallel Programming, Not So Fast. (Part 3)</title>
      <description>A look into the performance of the parallel programing structures included with .NET 4.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.shelbyrobertson.com%2fblog%2fpost%2fNET-4-Parallel-Programming-Not-So-Faste280a6-(Part-3).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.shelbyrobertson.com%2fblog%2fpost%2fNET-4-Parallel-Programming-Not-So-Faste280a6-(Part-3).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/NET_4_Parallel_Programming_Not_So_Fast_Part_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/NET_4_Parallel_Programming_Not_So_Fast_Part_3</guid>
      <pubDate>Mon, 14 Dec 2009 04:11:53 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>Secure Wcf service over https</title>
      <description>How to secure a WCF services with https and credential validation against an asp.net membership provider. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2009%2f11%2f26%2fwcf-over-https-authentication-with-asp-net-membership%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2009%2f11%2f26%2fwcf-over-https-authentication-with-asp-net-membership%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/Secure_Wcf_service_over_https</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/Secure_Wcf_service_over_https</guid>
      <pubDate>Mon, 30 Nov 2009 08:15:09 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>
    <item>
      <title>Silverlight 4 and ESRI ArcGIS Server - COM interoperability</title>
      <description>One of the most interesting new feature in Silverlight 4 is the COM interoperability functionality.
This blog post shows how this can be used with ESRI software. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.eriknyberg.net%2fpost%2f2009%2f11%2f29%2fSilverlight-4-and-ESRI-ArcGIS-Server-COM-interoperability.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.eriknyberg.net%2fpost%2f2009%2f11%2f29%2fSilverlight-4-and-ESRI-ArcGIS-Server-COM-interoperability.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_4_and_ESRI_ArcGIS_Server_COM_interoperability</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_4_and_ESRI_ArcGIS_Server_COM_interoperability</guid>
      <pubDate>Sun, 29 Nov 2009 12:21:27 GMT</pubDate>
    </item>
    <item>
      <title>KiGG Design And Architecture - Part 2 Project Structure</title>
      <description>In part 1 I talked about KiGG high level architecture. In this part I am going to talk about KiGG project structure and summarize the purpose of each project in the solution. I'll not go into deep details of each project. I'll save that for some other posts, just be patient with me and stay tuned. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fKiGG-Design-And-Architecture-e28093-Part-2-Project-Structure.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fKiGG-Design-And-Architecture-e28093-Part-2-Project-Structure.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/KiGG_Design_And_Architecture_Part_2_Project_Structure</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/KiGG_Design_And_Architecture_Part_2_Project_Structure</guid>
      <pubDate>Sat, 28 Nov 2009 17:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Table Variables - still a mystery</title>
      <description>Just geeking with table variables! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.texastoo.com%2fpost%2f2009%2f11%2f26%2fTable-Variables-e28093-still-a-mystery.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.texastoo.com%2fpost%2f2009%2f11%2f26%2fTable-Variables-e28093-still-a-mystery.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Table_Variables_still_a_mystery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Table_Variables_still_a_mystery</guid>
      <pubDate>Thu, 26 Nov 2009 21:51:09 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server Soundex Functions</title>
      <description>The forty-ninth part of the SQL Server Programming Fundamentals tutorial describes the Soundex functions that are provided by Transact-SQL (T-SQL). These functions allow strings to be compared according to their pronunciation by English speakers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fSQLSoundexFunctions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fSQLSoundexFunctions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_Soundex_Functions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_Soundex_Functions</guid>
      <pubDate>Sun, 29 Nov 2009 06:45:01 GMT</pubDate>
    </item>
    <item>
      <title>Extending ASP.NET MVC 2 Templates - Kazi Manzur Rashid</title>
      <description>One of the new features of ASP.NET MVC 2 is Templates (DisplayFor/EditorFor), Brad Wilson did a series of post which explains how the templates works, Please read it before you continue this post.

Although he did an excellent job explaining the inner-details, but one thing you will notice that the object model in those examples are traversed from top to bottom or parent to child which is good for explaining the internal, but in our real application we need a bit more support. Lets take a trivial example, you are creating a create/edit screen for your Product, where each product has a associated Category and you want to show this category in a DropDownList, say we have a Product class like the.... &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%2f27%2fextending-asp-net-mvc-2-templates.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f11%2f27%2fextending-asp-net-mvc-2-templates.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Extending_ASP_NET_MVC_2_Templates_Kazi_Manzur_Rashid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Extending_ASP_NET_MVC_2_Templates_Kazi_Manzur_Rashid</guid>
      <pubDate>Sat, 28 Nov 2009 12:45:00 GMT</pubDate>
    </item>
    <item>
      <title>A look at the Printing API in Silverlight 4</title>
      <description>This post takes a deep dive into the Printing API, starting out with a simple scenario and moving to the more complex. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fA-look-at-the-Printing-API-in-Silverlight-4.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fA-look-at-the-Printing-API-in-Silverlight-4.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/A_look_at_the_Printing_API_in_Silverlight_4</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/A_look_at_the_Printing_API_in_Silverlight_4</guid>
      <pubDate>Thu, 26 Nov 2009 08:58:35 GMT</pubDate>
    </item>
  </channel>
</rss>
