<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by khushal999p</title>
    <description>Stories kicked by khushal999p</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>Entity Framework: Intro to Database First Design</title>
      <description>Taking a look at how to use the Entity Framework via its database first design concepts.

When building out an application which is based off of the Entity framework you have multiple options, you can either build your model off of your existing database or build your database of your existing model. This episode will explore how you start with your existing database and build your entity model. &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%2f186"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f186" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Entity_Framework_Intro_to_Database_First_Design</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Entity_Framework_Intro_to_Database_First_Design</guid>
      <pubDate>Tue, 18 Jan 2011 14:41:36 GMT</pubDate>
    </item>
    <item>
      <title>Distance Calculation using Latitude and Longitude in C#</title>
      <description>ZIPCodeWorld.com provides this routine to calculate the distance between two points (given the latitude/longitude of those points) in C#. It is being used to calculate distance between two points lat1, long1 and lat2, long2 and uses radius of earth in kilometers or miles as an arguments using our ZIPCodeWorld(TM) and PostalCodeWorld(TM) products which offer the United States ZIP codes, Canadian Postal Codes, Mexican Postal Codes and North American Area Codes database subscription and solution services. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.zipcodeworld.com%2fsamples%2fdistance.cs.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.zipcodeworld.com%2fsamples%2fdistance.cs.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Distance_Calculation_using_Latitude_and_Longitude_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Distance_Calculation_using_Latitude_and_Longitude_in_C</guid>
      <pubDate>Wed, 24 Mar 2010 03:30:01 GMT</pubDate>
    </item>
    <item>
      <title>5 Tips on using Rapid Application Development (RAD)</title>
      <description>As consultants which I believe most of the reader of this blog are, or even if you are a developer working for a software company, time is always of the essence. We are always trying to do more in less time either because we have a tight deadline or to free time to do other things we enjoy. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhatim.indexdev.net%2f2010%2f03%2f20%2f5-tips-on-using-rapid-application-development%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhatim.indexdev.net%2f2010%2f03%2f20%2f5-tips-on-using-rapid-application-development%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/5_Tips_on_using_Rapid_Application_Development_RAD</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/5_Tips_on_using_Rapid_Application_Development_RAD</guid>
      <pubDate>Sun, 21 Mar 2010 20:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Learning how to use Manual Mocks for Testing</title>
      <description>Taking a look at how to use manual mocks for testing

Often times when creating unit tests we need to work in isolation in order to cover the paths we are attempting to test. When we want to test in isolation you can use a testing technique where you mock out your dependencies. When using Mocks you can either do it manually (what we are looking at) or you can use a mocking framework like Rhino Mocks. Either way you achieve the same results. &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%2f164"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f164" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Learning_how_to_use_Manual_Mocks_for_Testing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Learning_how_to_use_Manual_Mocks_for_Testing</guid>
      <pubDate>Wed, 24 Feb 2010 11:15:01 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 2 Localization complete guide</title>
      <description>This is a full guide for localizing asp.net mvc 2 web application covering following aspects: views localization, simple culture switching mechanism, model validation messages localization, DisplayName attribute localization and problem solving with caching(OutputCache) and localization.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fadamyan.blogspot.com%2f2010%2f02%2faspnet-mvc-2-localization-complete.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fadamyan.blogspot.com%2f2010%2f02%2faspnet-mvc-2-localization-complete.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_2_Localization_complete_guide</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_2_Localization_complete_guide</guid>
      <pubDate>Thu, 25 Feb 2010 09:45:05 GMT</pubDate>
    </item>
    <item>
      <title>.NET - Three Ways to Populate a Select Element with ASP.NET MVC and jQ</title>
      <description>The following article demonstrates three ways to populate a select element using ASP.NET MVC and 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%3d466"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d466" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/NET_Three_Ways_to_Populate_a_Select_Element_with_ASP_NET_MVC_and_jQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/NET_Three_Ways_to_Populate_a_Select_Element_with_ASP_NET_MVC_and_jQ</guid>
      <pubDate>Sun, 21 Feb 2010 14:15:03 GMT</pubDate>
    </item>
    <item>
      <title>Stored Procedure Optimization Tips - Best Practices</title>
      <description>Key Points discussed in the articles are :

   1. Include SET NOCOUNT ON statement
   2. Use schema name with object name
   3. Do not use the prefix "sp_" in the stored procedure name
   4. Use IF EXISTS (SELECT 1) instead of (SELECT *)
   5. Try to avoid using SQL Server cursors whenever possible
   6. Keep the Transaction as short as possible
   7. Use TRY-Catch for error handling
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2010%2f02%2f16%2fsql-server-stored-procedure-optimization-tips-best-practices%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2010%2f02%2f16%2fsql-server-stored-procedure-optimization-tips-best-practices%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Stored_Procedure_Optimization_Tips_Best_Practices</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Stored_Procedure_Optimization_Tips_Best_Practices</guid>
      <pubDate>Thu, 18 Feb 2010 06:45:06 GMT</pubDate>
    </item>
    <item>
      <title>60+ .Net libraries every developer should know about</title>
      <description>Every good developer knows never to re-invent the wheel, especially if there is software out there that has been tested by others, and has an established track record. As a developer using the .NET framework I've found some of these libraries invaluable, so I'm sharing them for some of the other dev's out there with a brief outline of how to use. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.webdistortion.com%2f2010%2f02%2f16%2f60-net-libraries-every-developer-should-know-about%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.webdistortion.com%2f2010%2f02%2f16%2f60-net-libraries-every-developer-should-know-about%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/60_Net_libraries_every_developer_should_know_about</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/60_Net_libraries_every_developer_should_know_about</guid>
      <pubDate>Wed, 17 Feb 2010 12:45:03 GMT</pubDate>
    </item>
    <item>
      <title>Composition versus Inheritance</title>
      <description>Discusses the benefit of Composition versus Inheritance. Touches on IoC Containers and how they can help you achieve more granular bits of code that make your applications more flexible and easier to maintain. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fchad_myers%2farchive%2f2010%2f02%2f12%2fcomposition-versus-inheritance.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fchad_myers%2farchive%2f2010%2f02%2f12%2fcomposition-versus-inheritance.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Composition_versus_Inheritance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Composition_versus_Inheritance</guid>
      <pubDate>Fri, 19 Feb 2010 12:45:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC security checklist</title>
      <description>ASP.NET security checklist from a &amp;quot;think-like-a-hacker&amp;quot; perspective: steps one might want to go through once development is done. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodevanced.net%2fpost%2fASPNET-MVC-security-checklist.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodevanced.net%2fpost%2fASPNET-MVC-security-checklist.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_security_checklist</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_security_checklist</guid>
      <pubDate>Tue, 09 Feb 2010 23:15:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 2 RC 2 Released</title>
      <description>After receiving feedback from our last release candidate back in December, we decided it would be prudent to have one more release candidate that incorporated the feedback. You can read the release notes for everything that changed, there's not a whole lot. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2010%2f02%2f04%2faspnetmvc2-rc2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2010%2f02%2f04%2faspnetmvc2-rc2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_2_RC_2_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_2_RC_2_Released</guid>
      <pubDate>Fri, 05 Feb 2010 12:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Moving data between two ListBoxes - Difference between jQuery 1.3.2 an</title>
      <description>The following article demonstrates the benefit in using jQuery 1.4 over 1.3.2 when you need to move data between two select elements. &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%3d458"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d458" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Moving_data_between_two_ListBoxes_Difference_between_jQuery_1_3_2_an</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Moving_data_between_two_ListBoxes_Difference_between_jQuery_1_3_2_an</guid>
      <pubDate>Tue, 09 Feb 2010 12:45:05 GMT</pubDate>
    </item>
    <item>
      <title>Keeping Your ASP.NET Session Alive Using jQuery</title>
      <description>The following article demonstrates how to keep your session alive when you're using ASP.NET MVC and 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%3d453"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d453" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Keeping_Your_ASP_NET_Session_Alive_Using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Keeping_Your_ASP_NET_Session_Alive_Using_jQuery</guid>
      <pubDate>Thu, 28 Jan 2010 12:00:01 GMT</pubDate>
    </item>
    <item>
      <title>Learning how to use Named Content Areas w/ Spark</title>
      <description>Taking a look at the how to setup and use Named Content Areas w/ the Spark view Engine. Named Content areas allow for an easy and simple way to organize the content or structure of you website. &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%2f156"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f156" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Learning_how_to_use_Named_Content_Areas_w_Spark</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Learning_how_to_use_Named_Content_Areas_w_Spark</guid>
      <pubDate>Tue, 29 Dec 2009 17:15:00 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>Organizing ASP.NET MVC solutions</title>
      <description>A suggestion on how to structure your ASP.NET MVC project. Interesting because the actual website project only holds client resources. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjimmy_bogard%2farchive%2f2009%2f12%2f08%2forganizing-asp-net-mvc-solutions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjimmy_bogard%2farchive%2f2009%2f12%2f08%2forganizing-asp-net-mvc-solutions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Organizing_ASP_NET_MVC_solutions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Organizing_ASP_NET_MVC_solutions</guid>
      <pubDate>Wed, 09 Dec 2009 16:30:02 GMT</pubDate>
    </item>
    <item>
      <title>Tap into the Power of the Windows 7 Taskbar</title>
      <description>Paul Foster's recent blog post at DeveloperFusion discusses the new capabilities of Windows 7 Taskbar. With C# code he demonstrates how to use Windows 7 API Code Pack to add thumbnail previews, add toolbars to thumbnail previews and add a jump list. Check out the detail 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%2f07%2ftap-into-the-power-of-the-windows-7-taskbar.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2finnov8showcase%2farchive%2f2009%2f12%2f07%2ftap-into-the-power-of-the-windows-7-taskbar.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Tap_into_the_Power_of_the_Windows_7_Taskbar</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Tap_into_the_Power_of_the_Windows_7_Taskbar</guid>
      <pubDate>Tue, 08 Dec 2009 19:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Handling image uploads with Asp.Net Mvc </title>
      <description>A very common taks in web development is uploading images. This isn't realy a hard task in it self, but it can be pretty frustrating to write the same code over and over again even if its only a few lines. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmattias-jakobsson.net%2fItem%2f59%2fHandling%2520image%2520uploads%2520with%2520Asp.Net%2520Mvc"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmattias-jakobsson.net%2fItem%2f59%2fHandling%2520image%2520uploads%2520with%2520Asp.Net%2520Mvc" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Handling_image_uploads_with_Asp_Net_Mvc</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Handling_image_uploads_with_Asp_Net_Mvc</guid>
      <pubDate>Fri, 20 Nov 2009 22:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Creating Windows 7 Multitouch Applications</title>
      <description>The Windows 7 Training Kit for Developers includes several sample applications that can help you get started with creating multitouch applications in managed code (C# or VB), native code or MFC. The managed code and native code samples require Visual Studio 2008 SP1, whereas the MFC samples require Visual Studio 2010 beta or higher. &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%2f16%2fcreating-windows-7-multitouch-applications.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2finnov8showcase%2farchive%2f2009%2f11%2f16%2fcreating-windows-7-multitouch-applications.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Creating_Windows_7_Multitouch_Applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Creating_Windows_7_Multitouch_Applications</guid>
      <pubDate>Wed, 18 Nov 2009 17:15:04 GMT</pubDate>
    </item>
    <item>
      <title>51 Tips, Tricks and Recipes with jQuery and ASP.NET Controls eBook Rel</title>
      <description>I am glad to announce the release of my eBook - 51 Tips, Tricks and Recipes with jQuery and ASP.NET Controls.  &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%3d403"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fid%3d403" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/51_Tips_Tricks_and_Recipes_with_jQuery_and_ASP_NET_Controls_eBook_Rel</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/51_Tips_Tricks_and_Recipes_with_jQuery_and_ASP_NET_Controls_eBook_Rel</guid>
      <pubDate>Tue, 27 Oct 2009 10:15:00 GMT</pubDate>
    </item>
    <item>
      <title>How to trigger an ASP.NET validator from JavaScript?</title>
      <description>A nice tutorial on how to trigger asp.net validators from javascript. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.icodefactory.com%2flab%2fpost%2fHow-to-trigger-an-ASPNET-validator-from-JavaScript.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.icodefactory.com%2flab%2fpost%2fHow-to-trigger-an-ASPNET-validator-from-JavaScript.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_trigger_an_ASP_NET_validator_from_JavaScript</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_trigger_an_ASP_NET_validator_from_JavaScript</guid>
      <pubDate>Fri, 09 Oct 2009 07:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Choosing the Right Version of Windows 7</title>
      <description>While Microsoft has made great effort to simplify the choice of the latest operating system -- Windows 7, there are still confusions among consumers and users as to which version of Windows 7 is the best for them. The Microsoft web site lists 3 versions, with retail pricing and high-level feature comparisons: Home Premium, Professional and Ultimate.  A detailed comparison, feature by feature, is documented by this article at Wikipedia. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fzxue%2farchive%2f2009%2f10%2f05%2fchoosing-the-right-version-of-windows-7.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fzxue%2farchive%2f2009%2f10%2f05%2fchoosing-the-right-version-of-windows-7.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Choosing_the_Right_Version_of_Windows_7</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Choosing_the_Right_Version_of_Windows_7</guid>
      <pubDate>Fri, 09 Oct 2009 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How to deliver True HD with Silverlight and Smooth Streaming</title>
      <description>Learn how to deliver Web video with the quality and reliability of HDTV over HTTP.  Dramatically increase viewing times and lower costs using this scalable online video delivery technology. 

High Definition Web video has long been promised, but plagued by the quality of the video (either too small or too blurry) and the reliability of the playback (constant rebuffering or stuttering). These two variables are interrelated: increasing the quality requires higher bandwidth, and using less bandwidth to minimize re-buffering sacrifices video quality.   
 &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%2f10%2f04%2fhow-to-deliver-true-hd-with-silverlight-and-smooth-streaming.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2finnov8showcase%2farchive%2f2009%2f10%2f04%2fhow-to-deliver-true-hd-with-silverlight-and-smooth-streaming.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/How_to_deliver_True_HD_with_Silverlight_and_Smooth_Streaming</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/How_to_deliver_True_HD_with_Silverlight_and_Smooth_Streaming</guid>
      <pubDate>Fri, 09 Oct 2009 09:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Easy way to strip time part in sql date time</title>
      <description>This explains the easy way to strip time part in sql date time &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcherupally.blogspot.com%2f2009%2f09%2feasy-way-to-strip-time-part-in-sql-date.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcherupally.blogspot.com%2f2009%2f09%2feasy-way-to-strip-time-part-in-sql-date.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Easy_way_to_strip_time_part_in_sql_date_time</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Easy_way_to_strip_time_part_in_sql_date_time</guid>
      <pubDate>Tue, 29 Sep 2009 04:15:00 GMT</pubDate>
    </item>
  </channel>
</rss>
