<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by sdorman</title>
    <description>Stories kicked by sdorman</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>Nullable DateTime and Ternary Operator in C#</title>
      <description>
Just Recently when i was working on a solution to assign Null values to the Datetime , i was struck up for some time in doing this though the solution was simple . I had to cast to the right type ( Nullable of Datetime ) .
The stuff that i was doing was assigning a value null directly to the variable when used with the Ternary or coascalence operator .
This post talks about the diffe... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ginktage.com%2f2011%2f01%2fnullable-datetime-and-ternary-operator-in-c%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ginktage.com%2f2011%2f01%2fnullable-datetime-and-ternary-operator-in-c%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Nullable_DateTime_and_Ternary_Operator_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Nullable_DateTime_and_Ternary_Operator_in_C</guid>
      <pubDate>Fri, 14 Jan 2011 03:11:31 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 3 RTM Released!</title>
      <description>ASP.NET MVC 3 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern. The framework encourages developers to maintain a clear separation of concerns among the responsibilities of the application - the UI logic using the view, user-input handling using the controller, and the domain logic using the model. ASP.NET MVC applications are easily testable using techniques such as test-driven development (TDD). The installation package includes templates and tools for Visual Studio 2010 to increase productivity when writing ASP.NET MVC applications. For example, the Add View dialog box takes advantage of customizable code generation (T4) templates to generate a view based on a model object. The default project template allows the developer to automatically hook up a unit-test project that is associated with the ASP.NET MVC application. Because the ASP.NET MVC framework is built on ASP.NET 4, developers can take advantage of existing ASP.NET features like authentication and authorization, profile settings, localization, and so on. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fen%2fdetails.aspx%3fFamilyID%3dd2928bc1-f48c-4e95-a064-2a455a22c8f6"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fen%2fdetails.aspx%3fFamilyID%3dd2928bc1-f48c-4e95-a064-2a455a22c8f6" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_3_RTM_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_3_RTM_Released</guid>
      <pubDate>Fri, 14 Jan 2011 03:12:31 GMT</pubDate>
    </item>
    <item>
      <title>Hosting the Razor Engine for Templating in Non-Web Applications</title>
      <description>In this article I describe a set of classes that provide a wrapper around the Razor View Engine so you can use it easily in your own applications to provide templating functionality.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f864461.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f864461.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Hosting_the_Razor_Engine_for_Templating_in_Non_Web_Applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Hosting_the_Razor_Engine_for_Templating_in_Non_Web_Applications</guid>
      <pubDate>Fri, 14 Jan 2011 03:18:07 GMT</pubDate>
    </item>
    <item>
      <title>Monadic Parser Combinators using C# 3.0 - LukeH's WebLog - Site Home -</title>
      <description>Parser combinators are an idea that I enjoy every time I go back and look at again.  They are an approach to building parsers by composing very simple atomic parsers into bigger and bigger units which can ultimately express real world grammars.  This idea has been particularly popular in functional languages where the parsers can naturally be thought of as functions from input strings to parse trees, and composition of parsers is just function composition.  This approach often leads to a simple syntax which makes the resulting parsers pleasantly declarative in that internal-DSL kind of way.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fb%2flukeh%2farchive%2f2007%2f08%2f19%2fmonadic-parser-combinators-using-c-3-0.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fb%2flukeh%2farchive%2f2007%2f08%2f19%2fmonadic-parser-combinators-using-c-3-0.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Monadic_Parser_Combinators_using_C_3_0_LukeH_s_WebLog_Site_Home</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Monadic_Parser_Combinators_using_C_3_0_LukeH_s_WebLog_Site_Home</guid>
      <pubDate>Wed, 12 Jan 2011 02:00:32 GMT</pubDate>
    </item>
    <item>
      <title>Create Custom Speech Bubbles in Silverlight.</title>
      <description>I had a reader email me the following question:

"How do you create Speech Bubbles in Silverlight/WPF without adding any extra .dlls?

Right off the bat, I know at least two ways to create the speech bubbles that look just like the ones in comic books.

Using the Callout Shapes included with Blend 4.
Using the free 3rd party control named FreeBubbles (I used this before Blend 4).
Unfortunately, we cannot use either of these as they will both add extra .dll's to the project.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmichaelcrump.net%2fmbcrump%2farchive%2f2011%2f01%2f11%2fcreate-custom-speech-bubbles-in-silverlight.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmichaelcrump.net%2fmbcrump%2farchive%2f2011%2f01%2f11%2fcreate-custom-speech-bubbles-in-silverlight.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Create_Custom_Speech_Bubbles_in_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Create_Custom_Speech_Bubbles_in_Silverlight</guid>
      <pubDate>Tue, 11 Jan 2011 17:05:32 GMT</pubDate>
    </item>
    <item>
      <title>Why software development is fun?</title>
      <description>Why software development is fun, programming and engineering. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.agafonov.net.ua%2fpost%2f2010%2f11%2f09%2fWhy-software-development-is-fun.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.agafonov.net.ua%2fpost%2f2010%2f11%2f09%2fWhy-software-development-is-fun.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Why_software_development_is_fun</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Why_software_development_is_fun</guid>
      <pubDate>Fri, 07 Jan 2011 04:11:33 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Visual Studio - From Past to Present</title>
      <description>Recently I've been working at a client site where they are using Visual Studio 2005 for their main project. I've gotta say that I was a bit surprised since I haven't come across VS2005 for a few years. I immediately became nostalgic and decided to share. So I'm proud to present, Visual Studio - from past to present! &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%2fVisual-Studio-Past-to-Present.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ironshay.com%2fpost%2fVisual-Studio-Past-to-Present.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Microsoft_Visual_Studio_From_Past_to_Present</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Microsoft_Visual_Studio_From_Past_to_Present</guid>
      <pubDate>Wed, 08 Dec 2010 12:15:38 GMT</pubDate>
    </item>
    <item>
      <title>Debugging with Async in C# 5.0</title>
      <description>There is very small support for Debugging with Async. Lets explain a few facts on this note.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.abhisheksur.com%2f2010%2f11%2fdebugging-with-async.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.abhisheksur.com%2f2010%2f11%2fdebugging-with-async.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Debugging_with_Async_in_C_5_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Debugging_with_Async_in_C_5_0</guid>
      <pubDate>Sat, 20 Nov 2010 20:50:31 GMT</pubDate>
    </item>
    <item>
      <title>Back to Basics - Null-Coalescing Operator</title>
      <description>Yesterday during an EF4 course that I'm giving at a customer I showed an example for a property that is set using the null-coalescing operator. Since some of the students asked me what is this operator, I gave a small explanation and thought that it's something that I can share here in the blog. So here it goes... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2010%2f11%2f18%2fback-to-basics-null-coalescing-operator.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2010%2f11%2f18%2fback-to-basics-null-coalescing-operator.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Back_to_Basics_Null_Coalescing_Operator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Back_to_Basics_Null_Coalescing_Operator</guid>
      <pubDate>Fri, 19 Nov 2010 13:58:49 GMT</pubDate>
    </item>
    <item>
      <title>Top 6 Coding Standards &amp;amp; Guideline Documents For C#/.NET Developers</title>
      <description>Some time back, I collated a list of 7 Must Read, Free EBooks for .NET Developers, and a lot of people found it useful. So, I thought about putting together my "Top 6" list of Coding Standard guidelines/checklists for .NET /C# developers as well...They are useful not just from a review perspective - going through these documents can definitely help you and me to iron out few hidden glitches we might have in the programming portion of our brain. So, here we go, the listing is not in any specific order. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2famazedsaint.blogspot.com%2f2010%2f11%2ftop-6-coding-standards-guideline.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2famazedsaint.blogspot.com%2f2010%2f11%2ftop-6-coding-standards-guideline.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Top_6_Coding_Standards_Guideline_Documents_For_C_NET_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Top_6_Coding_Standards_Guideline_Documents_For_C_NET_Developers</guid>
      <pubDate>Tue, 16 Nov 2010 12:30:44 GMT</pubDate>
    </item>
    <item>
      <title>Windows Ribbon for WinForms v2.6 Released - Arik Poznanski's Blog</title>
      <description>Windows Ribbon for WinForms v2.6 Released
The Windows Ribbon for WinForms is a ribbon control designed to be used with WinForms applications. 
Yea, I know, WinForms is so last year, but it turns out people still use it and keep asking for features and bug fixes..
Anyway, it is a managed wrapper around Windows Ribbon Framework, provided by Microsoft in Windows 7 and Vista.     
More details on this project can be found in the project site: windowsribbon.codeplex.com .So, what's new?Simplified use for ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2farik%2farchive%2f2010%2f11%2f08%2fwindows-ribbon-for-winforms-v2-6-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2farik%2farchive%2f2010%2f11%2f08%2fwindows-ribbon-for-winforms-v2-6-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Windows_Ribbon_for_WinForms_v2_6_Released_Arik_Poznanski_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Windows_Ribbon_for_WinForms_v2_6_Released_Arik_Poznanski_s_Blog</guid>
      <pubDate>Mon, 08 Nov 2010 00:58:41 GMT</pubDate>
    </item>
    <item>
      <title>The Big View Engine Comparison - Razor vs. Spark vs. NHaml vs. WebForm</title>
      <description>One of the cool things about ASP.NET MVC (and other MVC web frameworks) is its capability to change the default view engine with a Microsoft or a 3rd-party one.
In this post I'm going through the basic operations we do with our views and show you how to get them done with the default web forms view engine, Razor, Spark and NHaml. &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%2fThe-Big-View-Engine-Comparison-e28093-Razor-vs-Spark-vs-NHaml-vs-Web-Forms-View-Engine.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ironshay.com%2fpost%2fThe-Big-View-Engine-Comparison-e28093-Razor-vs-Spark-vs-NHaml-vs-Web-Forms-View-Engine.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/The_Big_View_Engine_Comparison_Razor_vs_Spark_vs_NHaml_vs_WebForm</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/The_Big_View_Engine_Comparison_Razor_vs_Spark_vs_NHaml_vs_WebForm</guid>
      <pubDate>Thu, 04 Nov 2010 15:57:31 GMT</pubDate>
    </item>
    <item>
      <title>Dotnetkicks Homepage Updates</title>
      <description>Almost a year ago, DotNetKicks underwent some considerable changes including a new overall look to the site. Today, we again launched several new features. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dotnetkicks.com%2fpost%2f2010%2f11%2f02%2fHomepage-Updates.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dotnetkicks.com%2fpost%2f2010%2f11%2f02%2fHomepage-Updates.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Dotnetkicks_Homepage_Updates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Dotnetkicks_Homepage_Updates</guid>
      <pubDate>Wed, 03 Nov 2010 04:19:13 GMT</pubDate>
    </item>
    <item>
      <title>Moderators at Dotnetkicks</title>
      <description>DotNetKicks is a community based news site which uses moderators, who are regular members which have some additional capabilities) to prevent SPAM stories from accumulating. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dotnetkicks.com%2fpost%2f2010%2f10%2f31%2fModerators.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dotnetkicks.com%2fpost%2f2010%2f10%2f31%2fModerators.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Moderators_at_Dotnetkicks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Moderators_at_Dotnetkicks</guid>
      <pubDate>Wed, 03 Nov 2010 01:34:32 GMT</pubDate>
    </item>
    <item>
      <title>C# Asynchrony - async/await - A simple &amp;amp; quick intro</title>
      <description>This post is a quick and simple introduction towards using the async and await keywords. Let us try some simple 'working' code first, then we'll discuss the concepts involved. Consider the following code, where we start a hotel and call our Cook/Chefs to start cooking various dishes. Each cook will take a random time to cook his dish. See the implementation below... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2famazedsaint.blogspot.com%2f2010%2f10%2fc-50-asynchrony-quick-look-at.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2famazedsaint.blogspot.com%2f2010%2f10%2fc-50-asynchrony-quick-look-at.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Asynchrony_async_await_A_simple_quick_intro</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Asynchrony_async_await_A_simple_quick_intro</guid>
      <pubDate>Tue, 02 Nov 2010 11:58:14 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft and jQuery</title>
      <description>Microsoft &amp;amp; jQuery &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f807874.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f807874.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Microsoft_and_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Microsoft_and_jQuery</guid>
      <pubDate>Tue, 02 Nov 2010 11:58:14 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight is not dead and not undead either</title>
      <description>No, it's alive and kicking.

You might have heard about the rumors that came up after the PDC conference and Bob Muglia's interview with Mary Jo Foley. Many people flooded Twitter and other sites with speculations that Silverlight is dead for the web. Microsoft's President of the Server and Tools Division Bob Muglia just clarified the situation.

&amp;quot;Make no mistake; we'll continue to invest in Silverlight and enable developers to build great apps and experiences with it in the future.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkodierer.blogspot.com%2f2010%2f11%2fsilverlight-is-not-dead-and-not-undead.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkodierer.blogspot.com%2f2010%2f11%2fsilverlight-is-not-dead-and-not-undead.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_is_not_dead_and_not_undead_either</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_is_not_dead_and_not_undead_either</guid>
      <pubDate>Tue, 02 Nov 2010 11:58:14 GMT</pubDate>
    </item>
    <item>
      <title>Lucene.Net needs your help (or it will die)</title>
      <description>The Apache Foundation wants to kill Lucene.net. If you use it please chime in and help.
This post explains a bit more in detail why this is happening &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2010%2f11%2f01%2fLucene-Net-needs-your-help-or-it-will-die.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2010%2f11%2f01%2fLucene-Net-needs-your-help-or-it-will-die.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Lucene_Net_needs_your_help_or_it_will_die_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Lucene_Net_needs_your_help_or_it_will_die_1</guid>
      <pubDate>Mon, 01 Nov 2010 21:00:52 GMT</pubDate>
    </item>
    <item>
      <title>Turn your Razor helpers into reusable libraries</title>
      <description>David Ebbo looks at wrapping up helpers using the Razor View Engine into libraries which you can share amongst your projects, using the Razor Single File Generator Visual Studio Extension, and a little T4 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fb%2fdavidebb%2farchive%2f2010%2f10%2f27%2fturn-your-razor-helpers-into-reusable-libraries.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fb%2fdavidebb%2farchive%2f2010%2f10%2f27%2fturn-your-razor-helpers-into-reusable-libraries.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Turn_your_Razor_helpers_into_reusable_libraries</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Turn_your_Razor_helpers_into_reusable_libraries</guid>
      <pubDate>Mon, 01 Nov 2010 10:19:48 GMT</pubDate>
    </item>
    <item>
      <title>StyleCop Compliant Visual Studio 2010 Code Snippets &amp;amp; Templates</title>
      <description>Doug Holland highlights the October 2010 release of the Visual Studio Snippets library which is a library of snippets and template which conform to StyleCop rules, meaning that the use of them will not trigger warnings in StyleCop (unlike the default VS ones) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fb%2fdohollan%2farchive%2f2010%2f10%2f28%2fstylecop-compliant-visual-studio-2010-code-snippets-amp-templates.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fb%2fdohollan%2farchive%2f2010%2f10%2f28%2fstylecop-compliant-visual-studio-2010-code-snippets-amp-templates.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/StyleCop_Compliant_Visual_Studio_2010_Code_Snippets_Templates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/StyleCop_Compliant_Visual_Studio_2010_Code_Snippets_Templates</guid>
      <pubDate>Tue, 02 Nov 2010 17:06:32 GMT</pubDate>
    </item>
    <item>
      <title>wcf.codeplex.com is now live</title>
      <description>The WCF Team have been busy building a variety of projects which bring better support for HTTP based services, and better support for JavaScript/jQuery based clients. These projects have all been collected together and are being hosted on CodePlex. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fb%2fendpoint%2farchive%2f2010%2f10%2f29%2fwcf-codeplex-com-is-now-live.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fb%2fendpoint%2farchive%2f2010%2f10%2f29%2fwcf-codeplex-com-is-now-live.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/wcf_codeplex_com_is_now_live</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/wcf_codeplex_com_is_now_live</guid>
      <pubDate>Wed, 03 Nov 2010 21:45:52 GMT</pubDate>
    </item>
    <item>
      <title>Async, Await and the UI problem</title>
      <description>The new async/await asynchronous programming facilities in .NET solve one of its long standing problems - how to write and an elegant application that uses the UI correctly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.i-programmer.info%2fprogramming%2fc%2f1514-async-await-and-the-ui-problem.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.i-programmer.info%2fprogramming%2fc%2f1514-async-await-and-the-ui-problem.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Async_Await_and_the_UI_problem</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Async_Await_and_the_UI_problem</guid>
      <pubDate>Mon, 01 Nov 2010 10:14:48 GMT</pubDate>
    </item>
    <item>
      <title>C# 5.0 Asynchronous Made Easy</title>
      <description>Asynchrony was just introduced in PDC. The post is the formal introduction to the terms await and async &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.abhisheksur.com%2f2010%2f10%2fc-50-asynchronous-made-easy.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.abhisheksur.com%2f2010%2f10%2fc-50-asynchronous-made-easy.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_5_0_Asynchronous_Made_Easy</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_5_0_Asynchronous_Made_Easy</guid>
      <pubDate>Sun, 31 Oct 2010 20:06:03 GMT</pubDate>
    </item>
    <item>
      <title>Async, Await and C# vNext</title>
      <description>It would be somewhat na&amp;#239;ve not to discuss the new stuff we've been told about at the PDC, so I figure it's a good time to discuss the Async CTP, specifically, but also it's another opportunity to speculate on the subject of C# vNext. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevtalk.net%2fcsharp%2fasync-await-and-c-vnext%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevtalk.net%2fcsharp%2fasync-await-and-c-vnext%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Async_Await_and_C_vNext</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Async_Await_and_C_vNext</guid>
      <pubDate>Sun, 31 Oct 2010 13:53:26 GMT</pubDate>
    </item>
    <item>
      <title>Taking Advantage of Pinned Sites with Internet Explorer 9 and Win 7 </title>
      <description>PDC 2010: Taking Advantage of Pinned Sites with Internet Explorer 9 and Windows 7
Following is a summary of the session "Taking Advantage of Pinned Sites with Internet Explorer 9 and Windows 7" presented by Israel Hilerio, Program Manager in Internet Explorer Team at Microsoft, in PDC 2010.

This talk shows how you can add integration of your site into the Windows 7 taskbar.
Pinned Sites
Goals for having pinned sites in Internet Explorer 9:Closer relationship between users and their favorite sitesAl... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2farik%2farchive%2f2010%2f10%2f31%2fpdc-2010-taking-advantage-of-pinned-sites-with-internet-explorer-9-and-windows-7.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2farik%2farchive%2f2010%2f10%2f31%2fpdc-2010-taking-advantage-of-pinned-sites-with-internet-explorer-9-and-windows-7.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Taking_Advantage_of_Pinned_Sites_with_Internet_Explorer_9_and_Win_7</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Taking_Advantage_of_Pinned_Sites_with_Internet_Explorer_9_and_Win_7</guid>
      <pubDate>Sun, 31 Oct 2010 11:15:22 GMT</pubDate>
    </item>
  </channel>
</rss>
