<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by yesthatmcgurk</title>
    <description>Stories kicked by yesthatmcgurk</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Building a Single Sign On Provider Using ASP.NET and WCF: Part 2</title>
      <description>Using Forms Authentication with WCF
This is the second article in a four part series on building a single sign on (SSO) provider using the ASP.NET platform. If you just want to know about forms authentication and WCF and aren't interested in implementing SSO read ahead. Otherwise, make sure to check out part 1. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevelopmentalmadness.blogspot.com%2f2009%2f07%2fbuilding-single-sign-on-provider-using_02.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevelopmentalmadness.blogspot.com%2f2009%2f07%2fbuilding-single-sign-on-provider-using_02.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Building_a_Single_Sign_On_Provider_Using_ASP_NET_and_WCF_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Building_a_Single_Sign_On_Provider_Using_ASP_NET_and_WCF_Part_2</guid>
      <pubDate>Thu, 02 Jul 2009 06:04:30 GMT</pubDate>
    </item>
    <item>
      <title>Building a Single Sign On Provider Using ASP.NET and WCF: Part 1</title>
      <description>Need a cross-domain, cross-platform single sign-on provider? Here's how I did it. This is the first in a 4 part series addressing issues around cross-domain authentication with AJAX on the ASP.NET platform. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevelopmentalmadness.blogspot.com%2f2009%2f07%2fbuilding-single-sign-on-provider-using.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevelopmentalmadness.blogspot.com%2f2009%2f07%2fbuilding-single-sign-on-provider-using.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Building_a_Single_Sign_On_Provider_Using_ASP_NET_and_WCF_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Building_a_Single_Sign_On_Provider_Using_ASP_NET_and_WCF_Part_1</guid>
      <pubDate>Wed, 01 Jul 2009 17:02:24 GMT</pubDate>
    </item>
    <item>
      <title>Free CodeRush Xpress for C# and Visual Basic inside Visual Studio 2008</title>
      <description>Mark Miller writes about all the features available in the free edition of CodeRush &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcommunity.devexpress.com%2fblogs%2fmarkmiller%2farchive%2f2009%2f06%2f25%2fcoderush-xpress-for-c-and-visual-basic-2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcommunity.devexpress.com%2fblogs%2fmarkmiller%2farchive%2f2009%2f06%2f25%2fcoderush-xpress-for-c-and-visual-basic-2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Free_CodeRush_Xpress_for_C_and_Visual_Basic_inside_Visual_Studio_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Free_CodeRush_Xpress_for_C_and_Visual_Basic_inside_Visual_Studio_2008</guid>
      <pubDate>Mon, 29 Jun 2009 19:00:01 GMT</pubDate>
    </item>
    <item>
      <title>PLINQO 3.0 - Even Better</title>
      <description>A review of PLINQO 3.0 from CodeSmith including an overview of new features since version 2.0.  &amp;quot;In case you're not familiar with PLINQO, this set of code-generation templates are designed to enhance the LINQ-to-SQL development experience. They're not only a time-saver like most code generation templates, but they allow you to overcome many of the limitations of raw LINQ-to-SQL.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkevinlawry.wordpress.com%2f2009%2f06%2f24%2fplinqo-3-0-even-better%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkevinlawry.wordpress.com%2f2009%2f06%2f24%2fplinqo-3-0-even-better%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/PLINQO_3_0_Even_Better</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/PLINQO_3_0_Even_Better</guid>
      <pubDate>Mon, 29 Jun 2009 18:15:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC and the Templated Partial View - Death to ASCX</title>
      <description>We are used to master pages and applying them to ASPX pages.  Then we pull small parts of the view into user controls or ASCX.  In ASP.NET MVC, we use ASCX files as partial views because the user control model is so baked into our thinking.

I propose that ASCX does not provide much benefit in ASP.NET MVC.  It's usefulness may end with using the extension as a naming convention for the easy identification of partial views.  Beyond that, it's pretty thin.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjeffreypalermo.com%2fblog%2fasp-net-mvc-and-the-templated-partial-view-death-to-ascx%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjeffreypalermo.com%2fblog%2fasp-net-mvc-and-the-templated-partial-view-death-to-ascx%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_and_the_Templated_Partial_View_Death_to_ASCX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_and_the_Templated_Partial_View_Death_to_ASCX</guid>
      <pubDate>Wed, 03 Jun 2009 13:00:22 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL changes in .NET 4.0</title>
      <description>What's fixed and breaking changes for LINQ to SQL in .NET 4.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdamieng.com%2fblog%2f2009%2f06%2f01%2flinq-to-sql-changes-in-net-40"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdamieng.com%2fblog%2f2009%2f06%2f01%2flinq-to-sql-changes-in-net-40" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_SQL_changes_in_NET_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_SQL_changes_in_NET_4_0</guid>
      <pubDate>Wed, 03 Jun 2009 12:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Customize Visual Studio 2010 Beta 1 Start Page using WPF/XAML</title>
      <description>My name is Adrian Collier and I am the Program Manager responsible for the Start Page in the Visual Studio. One of the coolest things we can do in this release is to create custom start pages using WPF. This post details how to get up and running with this feature, along with some warnings on how this feature will be changing. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fvsxteam%2farchive%2f2009%2f05%2f20%2fvisual-studio-2010-beta-1-start-page-customization.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fvsxteam%2farchive%2f2009%2f05%2f20%2fvisual-studio-2010-beta-1-start-page-customization.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Customize_Visual_Studio_2010_Beta_1_Start_Page_using_WPF_XAML</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Customize_Visual_Studio_2010_Beta_1_Start_Page_using_WPF_XAML</guid>
      <pubDate>Sat, 23 May 2009 00:39:31 GMT</pubDate>
    </item>
    <item>
      <title>Regular Expression Engine in C# (the Story)</title>
      <description>A "long time ago", more precisely 3 years ago, I was studying Automata and Formal Languages which was a Computer Engineering discipline. At that time I was amazed by the new things I was learning such as NFAs, DFAs, FSMs and Regular Expressions. For the sake of my development I started searching for programming related material that could... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.leniel.net%2f2009%2f02%2fregular-expression-engine-in-csharp.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.leniel.net%2f2009%2f02%2fregular-expression-engine-in-csharp.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Regular_Expression_Engine_in_C_the_Story</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Regular_Expression_Engine_in_C_the_Story</guid>
      <pubDate>Wed, 13 May 2009 09:36:58 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Tip: Turn on compile-time View Checking</title>
      <description>I like the compiler to catch as many errors as possible before I start debugging or release my application. This also applies to code nuggets in ASP.NET MVC views, especially since these are not unit-testable. This article shows how to enable compile-time View checking for ASP.NET MVC projects.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevermind.com%2flinq%2faspnet-mvc-tip-turn-on-compile-time-view-checking"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevermind.com%2flinq%2faspnet-mvc-tip-turn-on-compile-time-view-checking" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Tip_Turn_on_compile_time_View_Checking</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Tip_Turn_on_compile_time_View_Checking</guid>
      <pubDate>Mon, 04 May 2009 22:01:05 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to Mixins For the C# Developer</title>
      <description>If you are a C# developer then you may keep hearing about all the cool kids from Smalltalk, Ruby, Python, Scala using these crazy things called mixins. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f04%2f30%2fIntroduction-to-Mixins-For-the-C-Developer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f04%2f30%2fIntroduction-to-Mixins-For-the-C-Developer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Introduction_to_Mixins_For_the_C_Developer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Introduction_to_Mixins_For_the_C_Developer</guid>
      <pubDate>Fri, 01 May 2009 05:39:00 GMT</pubDate>
    </item>
    <item>
      <title>How to Create A JQuery Plugin </title>
      <description>A small tutorial about creating JQuery Plugins &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2009%2f04%2f28%2fhow-to-create-a-jquery-plugin%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f04%2f28%2fhow-to-create-a-jquery-plugin%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/How_to_Create_A_JQuery_Plugin</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/How_to_Create_A_JQuery_Plugin</guid>
      <pubDate>Tue, 28 Apr 2009 22:01:45 GMT</pubDate>
    </item>
    <item>
      <title>http://www.thinkedge.com/blogengine/post/2009/04/25/Managed-Operating-</title>
      <description>Project to create a Managed Operating System based on the CIL. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.thinkedge.com%2fblogengine%2fpost%2f2009%2f04%2f25%2fManaged-Operating-System-Alliance-(MOSA)-Framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.thinkedge.com%2fblogengine%2fpost%2f2009%2f04%2f25%2fManaged-Operating-System-Alliance-(MOSA)-Framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/http_www_thinkedge_com_blogengine_post_2009_04_25_Managed_Operating</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/http_www_thinkedge_com_blogengine_post_2009_04_25_Managed_Operating</guid>
      <pubDate>Mon, 27 Apr 2009 13:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Organize your Personal Resources - Just use a Wiki!</title>
      <description>I don't know about you but I got sick of adding favorites, printing articles, trying to remember certain tools I used, techniques in code, or whatever the case was.  I'd manage this information by adding them to favorites, writing this down on paper, tossing it in the garbage because I can't stand clutter and then wish I hadn't, etc.  The point?  Other than your team's Wiki (if you have one), just use a wiki for yourself to organize YOU at work and to keep a nice repository of information for the following items to keep your productivity up: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodezest.com%2farchive%2f2009%2f04%2f26%2forganize-your-personal-resources-ndash-just-use-a-wiki.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodezest.com%2farchive%2f2009%2f04%2f26%2forganize-your-personal-resources-ndash-just-use-a-wiki.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Organize_your_Personal_Resources_Just_use_a_Wiki</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Organize_your_Personal_Resources_Just_use_a_Wiki</guid>
      <pubDate>Mon, 27 Apr 2009 11:14:02 GMT</pubDate>
    </item>
    <item>
      <title>22 amazing JQuery - Modal - Plugins</title>
      <description>A collection of 22 amazing JQuery - Modal - Window - Plugins &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blogrammierer.de%2fjquery-die-22-besten-modal-fenster-plugins%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blogrammierer.de%2fjquery-die-22-besten-modal-fenster-plugins%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/22_amazing_JQuery_Modal_Plugins</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/22_amazing_JQuery_Modal_Plugins</guid>
      <pubDate>Wed, 29 Apr 2009 08:31:03 GMT</pubDate>
    </item>
    <item>
      <title>ELMAH: Error Logging Modules and Handlers for ASP.NET (and MVC too!)</title>
      <description>ELMAH has been one of the most useful tools for ASP.NET developers to log errors on their web applications. Now Scott has a nice talk on how to use it even in your ASP.NET MVC applications. Cool! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fELMAHErrorLoggingModulesAndHandlersForASPNETAndMVCToo.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fELMAHErrorLoggingModulesAndHandlersForASPNETAndMVCToo.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/ELMAH_Error_Logging_Modules_and_Handlers_for_ASP_NET_and_MVC_too</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/ELMAH_Error_Logging_Modules_and_Handlers_for_ASP_NET_and_MVC_too</guid>
      <pubDate>Fri, 24 Apr 2009 22:01:11 GMT</pubDate>
    </item>
    <item>
      <title>Learning resources for .NET 4.0 new features</title>
      <description>A comprehensive list of articles for .NET 4.0 new features &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbogdanbrinzarea.wordpress.com%2f2009%2f04%2f24%2flearning-net-40-new-features%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbogdanbrinzarea.wordpress.com%2f2009%2f04%2f24%2flearning-net-40-new-features%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Learning_resources_for_NET_4_0_new_features</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Learning_resources_for_NET_4_0_new_features</guid>
      <pubDate>Fri, 24 Apr 2009 18:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Why I prefer MVC</title>
      <description>I tought about writing a post about why I prefer the MVC framework instead of the old .NET way, webforms, to build my webapplications. But today when I opened my google reader to check out the new posts, I saw this post by Rob Conery which I think has some very good arguments to why you should atleast try it out. &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%2f26%2fWhy%2520I%2520prefer%2520MVC"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmattias-jakobsson.net%2fItem%2f26%2fWhy%2520I%2520prefer%2520MVC" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Why_I_prefer_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Why_I_prefer_MVC</guid>
      <pubDate>Fri, 24 Apr 2009 01:01:06 GMT</pubDate>
    </item>
    <item>
      <title>Optimizing URL generation in ASP.NET MVC - Part 1</title>
      <description>Inspired by a great presentation by Rudi Benkovic I thought I would make a series of blog posts about improving ASP.NET MVC performance through URL generation.

While developing an application for a project of mine I went gung-ho with expressions wherever I could.  Whether it was methods in my controllers or URL generation they were everywhere.  While stress-testing my app I ramped up the items on a page and noticed performance dipped significantly.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.chadmoran.com%2fblog%2f2009%2f4%2f21%2foptimizing-url-generation-in-aspnet-mvc-part-1.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chadmoran.com%2fblog%2f2009%2f4%2f21%2foptimizing-url-generation-in-aspnet-mvc-part-1.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Optimizing_URL_generation_in_ASP_NET_MVC_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Optimizing_URL_generation_in_ASP_NET_MVC_Part_1</guid>
      <pubDate>Thu, 23 Apr 2009 01:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Do you know how can you obtain access to nested types through XAML?</title>
      <description>XAML is a declarative XML-based language created by Microsoft which is used to initialize structured values and objects. I have already written how we can obtain access to properties of instance that located in other properties here (I have described binding's potential). But what can we do if we need to access to nested type?  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frredcat.blogspot.com%2f2009%2f04%2ftrips-do-you-know-how-can-you-obtain.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frredcat.blogspot.com%2f2009%2f04%2ftrips-do-you-know-how-can-you-obtain.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Do_you_know_how_can_you_obtain_access_to_nested_types_through_XAML</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Do_you_know_how_can_you_obtain_access_to_nested_types_through_XAML</guid>
      <pubDate>Tue, 14 Apr 2009 15:01:16 GMT</pubDate>
    </item>
    <item>
      <title>Notes on SampleDocViewEditor</title>
      <description>The SampleDocViewEditor from the Visual Studio 2008 SDK is useful for figuring out how to create a designer view for an xml file. However, as noted by Nikita Frolov, there is some trickery involved that will cause it to not work for you if you use a different extension. Here's how to get it working. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kodefuguru.com%2fpost%2f2009%2f03%2f26%2fNotes-on-SampleDocViewEditor.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kodefuguru.com%2fpost%2f2009%2f03%2f26%2fNotes-on-SampleDocViewEditor.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Notes_on_SampleDocViewEditor</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Notes_on_SampleDocViewEditor</guid>
      <pubDate>Mon, 13 Apr 2009 04:46:59 GMT</pubDate>
    </item>
    <item>
      <title>WorkGrabber.com - Sweet ASP.NET MVC 1.0 + jQuery Application</title>
      <description>Mike Bosch shows us his latest creation using ASP.Net MVC: WorkGrabber.com is a social marketplace for local contractors and customers to interact and get projects done. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmikebosch%2farchive%2f2009%2f04%2f07%2fworkgrabber_2D00_asp_2D00_mvc_2D00_jquery_2D00_application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmikebosch%2farchive%2f2009%2f04%2f07%2fworkgrabber_2D00_asp_2D00_mvc_2D00_jquery_2D00_application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/WorkGrabber_com_Sweet_ASP_NET_MVC_1_0_jQuery_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/WorkGrabber_com_Sweet_ASP_NET_MVC_1_0_jQuery_Application</guid>
      <pubDate>Wed, 08 Apr 2009 22:01:24 GMT</pubDate>
    </item>
    <item>
      <title>Ten C# Keywords That You Shouldn't Be Using</title>
      <description>Overview of some not-so-common keywords and reasons to avoid them...or understand what the implications are if we use 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%2f04%2f02%2fTen-C-Keywords-That-You-Shouldne28099t-Be-Using.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f04%2f02%2fTen-C-Keywords-That-You-Shouldne28099t-Be-Using.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Ten_C_Keywords_That_You_Shouldn_t_Be_Using</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Ten_C_Keywords_That_You_Shouldn_t_Be_Using</guid>
      <pubDate>Thu, 02 Apr 2009 20:31:03 GMT</pubDate>
    </item>
    <item>
      <title>SpicIE -- framework for developing managed BHOs</title>
      <description>SpicIE makes it easy to develop plugins for IE in managed code.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.msdn.microsoft.com%2fSpicIE%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.msdn.microsoft.com%2fSpicIE%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/SpicIE_framework_for_developing_managed_BHOs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/SpicIE_framework_for_developing_managed_BHOs</guid>
      <pubDate>Tue, 24 Mar 2009 20:55:36 GMT</pubDate>
    </item>
    <item>
      <title>Cool Stuff in the System.Web.Mvc.UrlHelper Namespace!</title>
      <description>As well as your typical Html Helpers for ASP.NET MVC in System.Web.Mvc.Html which aids in rendering html for use in your MVC work, have you had a look at the Url Helpers available? For instance today I had to do a url redirect from JavaScript as my user had two options based on a confirm dialog on what to do, one of which appended a QueryString to the url. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f03%2f18%2fcool-stuff-in-the-systemwebmvcurlhelper-namespace%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f03%2f18%2fcool-stuff-in-the-systemwebmvcurlhelper-namespace%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Cool_Stuff_in_the_System_Web_Mvc_UrlHelper_Namespace</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Cool_Stuff_in_the_System_Web_Mvc_UrlHelper_Namespace</guid>
      <pubDate>Wed, 18 Mar 2009 14:05:03 GMT</pubDate>
    </item>
    <item>
      <title>How .NET Regular Expressions Really Work</title>
      <description>A very deep dive into the source code for how .NET Regular Expressions really work &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moserware.com%2f2009%2f03%2fhow-net-regular-expressions-really-work.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moserware.com%2f2009%2f03%2fhow-net-regular-expressions-really-work.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/How_NET_Regular_Expressions_Really_Work</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/How_NET_Regular_Expressions_Really_Work</guid>
      <pubDate>Mon, 16 Mar 2009 22:46:04 GMT</pubDate>
    </item>
  </channel>
</rss>