<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by RobertBernstein</title>
    <description>Stories kicked by RobertBernstein</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>Visual Studio Theme Generator</title>
      <description>A simple online tool to create themes for Visual Studio. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.midnightprogrammer.net%2fpost%2f2010%2f03%2f24%2fVisual-Studio-Theme-Generator.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.midnightprogrammer.net%2fpost%2f2010%2f03%2f24%2fVisual-Studio-Theme-Generator.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_Theme_Generator_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_Theme_Generator_1</guid>
      <pubDate>Fri, 26 Mar 2010 08:00:02 GMT</pubDate>
    </item>
    <item>
      <title>A List of Essential Tools for a new Computer</title>
      <description>I've just received my new computer and decided it was a great time to share my favorite tools that I carry with me to every computer I use. These tools save me time and make me happier. I hope they'll make you happier too! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ironshay.com%2fpost%2fA-List-of-Essential-Tools-for-a-new-Computer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ironshay.com%2fpost%2fA-List-of-Essential-Tools-for-a-new-Computer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/A_List_of_Essential_Tools_for_a_new_Computer_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/A_List_of_Essential_Tools_for_a_new_Computer_1</guid>
      <pubDate>Sat, 27 Mar 2010 14:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Using CDN Hosted jQuery with a Local Fall-back Copy</title>
      <description>How to use a jQuery hosted on a CDN with a fall back to a local version in case of an outage. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2010%2f01%2f21%2fusing-cdn-hosted-jquery-with-a-local-fall-back-copy.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2010%2f01%2f21%2fusing-cdn-hosted-jquery-with-a-local-fall-back-copy.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Using_CDN_Hosted_jQuery_with_a_Local_Fall_back_Copy</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Using_CDN_Hosted_jQuery_with_a_Local_Fall_back_Copy</guid>
      <pubDate>Fri, 22 Jan 2010 12:45:00 GMT</pubDate>
    </item>
    <item>
      <title>My Favorite Helpers For ASP.NET MVC</title>
      <description>Rob shares some of his frequently used helpers for working 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%2fblog.wekeroad.com%2f2010%2f01%2f20%2fmy-favorite-helpers-for-aspnet-mvc"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2f2010%2f01%2f20%2fmy-favorite-helpers-for-aspnet-mvc" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/My_Favorite_Helpers_For_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/My_Favorite_Helpers_For_ASP_NET_MVC</guid>
      <pubDate>Fri, 22 Jan 2010 02:15:01 GMT</pubDate>
    </item>
    <item>
      <title>ScottGu: ASP.NET MVC 2: Model Validation</title>
      <description>&amp;quot;Validating user-input and enforcing business rules/logic is a core requirement of most web applications.  ASP.NET MVC 2 includes a bunch of new features that make validating user input and enforcing validation logic on models/viewmodels significantly easier.  These features are designed so that the validation logic is always enforced on the server, and can optionally also be enforced on the client via JavaScript&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2010%2f01%2f15%2fasp-net-mvc-2-model-validation.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2010%2f01%2f15%2fasp-net-mvc-2-model-validation.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ScottGu_ASP_NET_MVC_2_Model_Validation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ScottGu_ASP_NET_MVC_2_Model_Validation</guid>
      <pubDate>Fri, 15 Jan 2010 18:00:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 2 - ScottGu's Blog</title>
      <description>Over the last six months the ASP.NET team has been steadily releasing preview, then beta, and now release candidate builds of ASP.NET MVC 2.

Given that the final release is not too far away, I thought it was a good time to start a new multi-part ASP.NET MVC 2 blog series that discusses the new features and how best to take advantage of them. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2010%2f01%2f10%2fasp-net-mvc-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2010%2f01%2f10%2fasp-net-mvc-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_2_ScottGu_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_2_ScottGu_s_Blog</guid>
      <pubDate>Fri, 15 Jan 2010 15:45:00 GMT</pubDate>
    </item>
    <item>
      <title>How to not suck at a techincal interview</title>
      <description>CORRECT LINK THIS TIME.

Tips to improve your marketability during a technical interview. Mostly a rant :) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bradcunningham.net%2f2010%2f01%2fhow-to-not-suck-at-technical-interview.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bradcunningham.net%2f2010%2f01%2fhow-to-not-suck-at-technical-interview.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/How_to_not_suck_at_a_techincal_interview</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/How_to_not_suck_at_a_techincal_interview</guid>
      <pubDate>Wed, 13 Jan 2010 21:00:03 GMT</pubDate>
    </item>
    <item>
      <title>Learning the Observer Pattern w/ Callbacks</title>
      <description>Taking another look at how we can use the Observer Pattern in our application, but this time we will implement the pattern using call backs and events.

The Observer pattern allows you to define a one-to-many relationship inside your application where the parent object (the one) has the ability to notify the child objects (the many) of any state change. You can utilize this pattern to make sure that a set of objects are keep in order when there behavior needs to change based on the state of your application. &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%2f112"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f112" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Learning_the_Observer_Pattern_w_Callbacks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Learning_the_Observer_Pattern_w_Callbacks</guid>
      <pubDate>Fri, 22 May 2009 16:06:09 GMT</pubDate>
    </item>
    <item>
      <title>Solution to Famous Error 40 of SQL Server - A Must Bookmark</title>
      <description>Everybody who has ever used SQL Server might have encountered this error one time or another time. 

This is absolutely must bookmark link. &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%2f05%2f21%2fsql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f21%2fsql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Solution_to_Famous_Error_40_of_SQL_Server_A_Must_Bookmark</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Solution_to_Famous_Error_40_of_SQL_Server_A_Must_Bookmark</guid>
      <pubDate>Fri, 22 May 2009 17:46:14 GMT</pubDate>
    </item>
    <item>
      <title>25+ Best ASP.NET MVC Tutorials and Articles</title>
      <description>In this article we collected best tutorials and articles about ASP.NET MVC. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ajaxline.com%2f25-plus-best-asp-net-mvc-tutorials-and-articles"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ajaxline.com%2f25-plus-best-asp-net-mvc-tutorials-and-articles" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/25_Best_ASP_NET_MVC_Tutorials_and_Articles</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/25_Best_ASP_NET_MVC_Tutorials_and_Articles</guid>
      <pubDate>Thu, 21 May 2009 13:32:36 GMT</pubDate>
    </item>
    <item>
      <title>21 Important FAQ questions for WPF and SilverLight</title>
      <description>This article talks about 21 important FAQ from the perspective of WPF and Silver light. Both of these technologies are connected to a certain extent. This article not only explains the theory aspect of these technologies but also shows small samples for each of them. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fshivprasadk%2f21FAQ04242009031713AM%2f21FAQ.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fshivprasadk%2f21FAQ04242009031713AM%2f21FAQ.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/21_Important_FAQ_questions_for_WPF_and_SilverLight_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/21_Important_FAQ_questions_for_WPF_and_SilverLight_1</guid>
      <pubDate>Thu, 21 May 2009 20:19:53 GMT</pubDate>
    </item>
    <item>
      <title>Rarely used C# Keywords</title>
      <description>When doing code reviews or when working with code that was developed by someone else, once in a while I come across keywords that are rarely used. Some of them are forgotten keywords that are not considered a good practice and hence are not promoted by the community. Some of them could be handy and efficient but they never made it to the limelight. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fRarely-used-C-keywords.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fRarely-used-C-keywords.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Rarely_used_C_Keywords</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Rarely_used_C_Keywords</guid>
      <pubDate>Sun, 17 May 2009 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Five Reasons for using an ORM Tool</title>
      <description>Gud intro of as what orm tools do... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.alachisoft.com%2farticles%2form.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.alachisoft.com%2farticles%2form.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Five_Reasons_for_using_an_ORM_Tool</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Five_Reasons_for_using_an_ORM_Tool</guid>
      <pubDate>Fri, 15 May 2009 23:46:03 GMT</pubDate>
    </item>
    <item>
      <title>How Do You Deal With Exceptions?</title>
      <description>A little post on my ideas about handling exceptions within applications. How do you handle them? &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%2f05%2f14%2fHow-Do-You-Deal-With-Exceptions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f05%2f14%2fHow-Do-You-Deal-With-Exceptions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_Do_You_Deal_With_Exceptions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_Do_You_Deal_With_Exceptions</guid>
      <pubDate>Fri, 15 May 2009 02:01:09 GMT</pubDate>
    </item>
    <item>
      <title>How to test your multi-threaded code (part 3 of 3)?</title>
      <description>In the last post we learned how to find and fix a simple multi-thread problem. Now we will see a more complex scenario and see how CHESS wil find the solution. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.decarufel.net%2f2009%2f05%2fhow-to-test-your-multi-threaded-code_13.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decarufel.net%2f2009%2f05%2fhow-to-test-your-multi-threaded-code_13.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_test_your_multi_threaded_code_part_3_of_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_test_your_multi_threaded_code_part_3_of_3</guid>
      <pubDate>Wed, 13 May 2009 19:16:05 GMT</pubDate>
    </item>
    <item>
      <title>Creating a Custom Observable Collection in WPF | UX and WPF ramblings</title>
      <description>One of the biggest advantadges WPF has is its Data Binding features. Data Binding can be done in several ways, but the most common is using the INotifyPropertyChanged and INotifyCollectionChanged interfaces. For simple objects, all you need to do is implement the INotifyPropertyChanged, and raise the PropertyChanged event when your properties change. When you want to bind to a collection, you will want to use ObservableCollection&amp;amp;lt;T&amp;amp;gt;. This collection implements both interfaces, therefore notifying you when the items in the collection change and when the items' properties change. This works great if you're using standard collections. The problem arises when you want to use a custom collection. For databinding to work with custom collections, you will have to create a new &amp;quot;Observable&amp;quot; wrapper around it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsweux.com%2fblogs%2fpsampaio%2findex.php%2f2009%2f04%2f13%2fcreating-a-custom-observable-collection-in-wpf"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsweux.com%2fblogs%2fpsampaio%2findex.php%2f2009%2f04%2f13%2fcreating-a-custom-observable-collection-in-wpf" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Creating_a_Custom_Observable_Collection_in_WPF_UX_and_WPF_ramblings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Creating_a_Custom_Observable_Collection_in_WPF_UX_and_WPF_ramblings</guid>
      <pubDate>Thu, 14 May 2009 01:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Creating a Tabbed Wizard Interface in ASP.NET using jQuery Tabs</title>
      <description>jQuery Tabs with ASP.NET including Wizard interface and remembering tabs on postback - Must See &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%3d316"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d316" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Creating_a_Tabbed_Wizard_Interface_in_ASP_NET_using_jQuery_Tabs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Creating_a_Tabbed_Wizard_Interface_in_ASP_NET_using_jQuery_Tabs</guid>
      <pubDate>Fri, 22 May 2009 16:06:06 GMT</pubDate>
    </item>
    <item>
      <title>Windows 7 Tricks and Keyboard Shortcuts </title>
      <description>A summary of Windows 7 keyboard shortcuts and tips. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fsdorman%2farchive%2f2009%2f05%2f10%2fwindows-7-tricks-and-keyboard-shortcuts.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fsdorman%2farchive%2f2009%2f05%2f10%2fwindows-7-tricks-and-keyboard-shortcuts.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Windows_7_Tricks_and_Keyboard_Shortcuts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Windows_7_Tricks_and_Keyboard_Shortcuts</guid>
      <pubDate>Mon, 18 May 2009 11:01:03 GMT</pubDate>
    </item>
    <item>
      <title>How to test your multi-threaded code (part 2 of 3)?</title>
      <description>Previously we saw how to build a test to find a multi-thread bug our your code. Now we will look at how to reproduce debug and fix it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.decarufel.net%2f2009%2f05%2fhow-to-test-your-multi-threaded-code_11.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decarufel.net%2f2009%2f05%2fhow-to-test-your-multi-threaded-code_11.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_test_your_multi_threaded_code_part_2_of_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_test_your_multi_threaded_code_part_2_of_3</guid>
      <pubDate>Wed, 13 May 2009 16:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Integrate FxCop with Visual Studio</title>
      <description>Step by step how to integrate FxCop with Visual Studio. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvkreynin.wordpress.com%2f2009%2f05%2f09%2fintegrate-fxcop-1-36-vs-2008%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvkreynin.wordpress.com%2f2009%2f05%2f09%2fintegrate-fxcop-1-36-vs-2008%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Integrate_FxCop_with_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Integrate_FxCop_with_Visual_Studio</guid>
      <pubDate>Sun, 10 May 2009 06:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Smooth Cascading Effect with ASP.NET Panels using jQuery </title>
      <description>jQUery at its best -- Smooth cascading effect with the ASP.NET Panels 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%3d313"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d313" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Smooth_Cascading_Effect_with_ASP_NET_Panels_using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Smooth_Cascading_Effect_with_ASP_NET_Panels_using_jQuery</guid>
      <pubDate>Sat, 16 May 2009 20:01:19 GMT</pubDate>
    </item>
    <item>
      <title>How to test your multi-threaded code (part 1 of 3)?</title>
      <description>CHESS is the answer. At least this is what we have best right now. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.decarufel.net%2f2009%2f05%2fhow-to-test-your-multi-threaded-code.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decarufel.net%2f2009%2f05%2fhow-to-test-your-multi-threaded-code.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_test_your_multi_threaded_code_part_1_of_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_test_your_multi_threaded_code_part_1_of_3</guid>
      <pubDate>Wed, 06 May 2009 23:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Using jQuery Validation in ASP.NET Master Pages</title>
      <description>jQuery has a Validation plug-in which is full of features and is quite flexible. However the name mangling in ASP.NET Master Pages presents interesting challenges in using this plug-in and I could not find a working solution on the net. In this article, I will demonstrate how to use the jQuery Validation plug-in with Master Pages &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%3d310"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d310" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Using_jQuery_Validation_in_ASP_NET_Master_Pages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Using_jQuery_Validation_in_ASP_NET_Master_Pages</guid>
      <pubDate>Mon, 11 May 2009 11:01:03 GMT</pubDate>
    </item>
    <item>
      <title>jQuery UI DatePicker instead of AJAX Control Toolkit CalendarExtender</title>
      <description>The reasons why I abandoned using the CalendarExtender and choose to use the jQuery UI DatePicker instead. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f05%2f04%2fjQuery-UI-DatePicker-instead-of-AJAX-Control-Toolkit-CalendarExtender-in-ASPNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f05%2f04%2fjQuery-UI-DatePicker-instead-of-AJAX-Control-Toolkit-CalendarExtender-in-ASPNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_UI_DatePicker_instead_of_AJAX_Control_Toolkit_CalendarExtender</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_UI_DatePicker_instead_of_AJAX_Control_Toolkit_CalendarExtender</guid>
      <pubDate>Thu, 07 May 2009 02:46:01 GMT</pubDate>
    </item>
    <item>
      <title>WPF NotifyIcon Released</title>
      <description>This is an implementation of a NotifyIcon (system tray icon) for the WPF platform. It does not just rely on the corresponding WinForms component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hardcodet.net%2fwpf-notifyicon"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hardcodet.net%2fwpf-notifyicon" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_NotifyIcon_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_NotifyIcon_Released</guid>
      <pubDate>Mon, 11 May 2009 04:16:04 GMT</pubDate>
    </item>
  </channel>
</rss>
