<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by sergeyfast</title>
    <description>Stories kicked by sergeyfast</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>Introduction to Model View Control (MVC) Pattern using C#</title>
      <description>The benefits of using the Model-View-Control (MVC) pattern in our development projects is that we can completely decouple our business and presentation application layers. Furthermore, we will have a completely independent object to control the presentation layer. &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%2frmcochran%2fMVC_intro12122005162329PM%2fMVC_intro.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2frmcochran%2fMVC_intro12122005162329PM%2fMVC_intro.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Introduction_to_Model_View_Control_MVC_Pattern_using_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Introduction_to_Model_View_Control_MVC_Pattern_using_C</guid>
      <pubDate>Wed, 14 Oct 2009 08:45:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Cheat Sheets</title>
      <description>Most of you have seen many jQuery Cheat Sheets out in the wild, but as of recently there are now also many ASP.NET MVC Cheat Sheets to chose from.

If you know of any other ASP.NET MVC Cheat Sheets, please let me know and I'll add it to the above list. I hope these prove to be helpful for you. You might consider printing them out and posting them on your cubical walls ;) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2felijahmanor.com%2fwebdevdotnet%2fpost%2fASPNET-MVC-Cheat-Sheets.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2felijahmanor.com%2fwebdevdotnet%2fpost%2fASPNET-MVC-Cheat-Sheets.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Cheat_Sheets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Cheat_Sheets</guid>
      <pubDate>Tue, 13 Oct 2009 14:45:00 GMT</pubDate>
    </item>
    <item>
      <title>How to improve the performances of ASP.NET MVC web applications</title>
      <description>Today I stumbled upon a nice presentation that Rudi Benkovic gave last week at the Slovenian DotNet User Group, about ASP.NET MVC Performances.
It is an in depth analysis of a Digg-like site and how it went from serving (on a test machine) 6 req/sec to 390 req/sec.
The analysis prove the usual rule of performance optimization: no matter what you do to optimize your code, the biggest performance hit is data retrieval, and the first thing you have to optimize is always this.
But apart from this obvious outcome, I just want to take out from this presentation the 3 point that are really specific to ASP.NET MVC &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%2f2009%2f04%2f17%2fhow-to-improve-the-performances-of-asp.net-mvc-web-applications.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f04%2f17%2fhow-to-improve-the-performances-of-asp.net-mvc-web-applications.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/How_to_improve_the_performances_of_ASP_NET_MVC_web_applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/How_to_improve_the_performances_of_ASP_NET_MVC_web_applications</guid>
      <pubDate>Fri, 17 Apr 2009 20:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Optimizing ASP.NET MVC performance </title>
      <description>Slides on how to optimize ASP.NET MVC application to get reasonable performance out of it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.whiletrue.com%2f2009%2f04%2faspnet-mvc-performance%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.whiletrue.com%2f2009%2f04%2faspnet-mvc-performance%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Optimizing_ASP_NET_MVC_performance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Optimizing_ASP_NET_MVC_performance</guid>
      <pubDate>Sat, 18 Apr 2009 08:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Cheap way of speeding up Visual Studio I/O</title>
      <description>Visual Studio loves file I/O. It really, really does, and it cares very little about caching and the like. What this means is that, when you open a solution file, it always reads it from disk. Which means that the speed of operation when generating lots of files (e.g., via T4 transformations) is typically atrocious. The fact that file I/O in VS does not appear to be multithreaded is another hindrance. In short, it's a mess.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnesteruk.org%2fblog%2fpost%2fCheap-way-of-speeding-up-Visual-Studio-IO.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnesteruk.org%2fblog%2fpost%2fCheap-way-of-speeding-up-Visual-Studio-IO.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Cheap_way_of_speeding_up_Visual_Studio_I_O</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Cheap_way_of_speeding_up_Visual_Studio_I_O</guid>
      <pubDate>Sun, 01 Feb 2009 09:01:02 GMT</pubDate>
    </item>
    <item>
      <title>WPF Apps With The Model-View-ViewModel Design Pattern</title>
      <description>A nice article on the MVVM pattern for WPF. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2fmagazine%2fdd419663.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2fmagazine%2fdd419663.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/WPF_Apps_With_The_Model_View_ViewModel_Design_Pattern</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/WPF_Apps_With_The_Model_View_ViewModel_Design_Pattern</guid>
      <pubDate>Wed, 28 Jan 2009 23:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010 == Visual Studio 2008 + ReSharper</title>
      <description>o you want the next gen of next-gen applications? Get the Visual Studio 2010 CTP! Which is - according to Microsoft itself - really just Visual Studio 2008 with ReSharper installed. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjames.kovacs%2farchive%2f2009%2f01%2f19%2fvisual-studio-2010-visual-studio-2008-resharper.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjames.kovacs%2farchive%2f2009%2f01%2f19%2fvisual-studio-2010-visual-studio-2008-resharper.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Visual_Studio_2010_Visual_Studio_2008_ReSharper</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Visual_Studio_2010_Visual_Studio_2008_ReSharper</guid>
      <pubDate>Mon, 19 Jan 2009 22:31:04 GMT</pubDate>
    </item>
    <item>
      <title>Skip the Visual Studio Splash Screen</title>
      <description>Anything to speed up Visual Studio. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvisualstudiohacks.com%2ftips%2fsave-time-at-startup-by-skipping-the-splash%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvisualstudiohacks.com%2ftips%2fsave-time-at-startup-by-skipping-the-splash%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Skip_the_Visual_Studio_Splash_Screen</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Skip_the_Visual_Studio_Splash_Screen</guid>
      <pubDate>Mon, 05 Jan 2009 23:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Self Installing Windows Service</title>
      <description>Reusable class that can be added to a Windows Service project to enable Install, Uninstall, Start and Stop functionality. &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%2fkim%2farchive%2f2009%2f01%2f04%2fself-installing-windows-service.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fkim%2farchive%2f2009%2f01%2f04%2fself-installing-windows-service.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Self_Installing_Windows_Service</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Self_Installing_Windows_Service</guid>
      <pubDate>Tue, 06 Jan 2009 07:31:12 GMT</pubDate>
    </item>
    <item>
      <title>When Should I Write Tests?</title>
      <description>The definitive answer to a question that comes up all the time... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f12%2f17%2fwhen-should-i-write-tests.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f12%2f17%2fwhen-should-i-write-tests.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/When_Should_I_Write_Tests</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/When_Should_I_Write_Tests</guid>
      <pubDate>Thu, 18 Dec 2008 12:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Improve your jQuery - 25 excellent tips</title>
      <description>jQuery is awesome. I've been using it for about a year now and although I was impressed to begin with I'm liking it more and more the longer I use it and the more I find out about it's inner workings.

I'd call myself an &amp;quot;intermediate&amp;quot; jQuery user and I thought some others out there could benefit from all the little tips, tricks and techniques I've learned over the past year. The article also ended up being a lot longer than I thought it was going to be so I'll start with a table of contents so you can skip to the bits you're interested in.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tvidesign.co.uk%2fblog%2fimprove-your-jquery-25-excellent-tips.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tvidesign.co.uk%2fblog%2fimprove-your-jquery-25-excellent-tips.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Improve_your_jQuery_25_excellent_tips</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Improve_your_jQuery_25_excellent_tips</guid>
      <pubDate>Wed, 24 Dec 2008 03:01:14 GMT</pubDate>
    </item>
    <item>
      <title>Yet another Singleton Yada-Yada</title>
      <description>Using a static-constructor in a singleton, affects it's laziness.
Here's a generic singleton that is thread-safe using a static-constructor, and still lazy. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d89"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d89" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Yet_another_Singleton_Yada_Yada</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Yet_another_Singleton_Yada_Yada</guid>
      <pubDate>Wed, 17 Dec 2008 15:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Pimp My Debugger - DebuggerDisplay Attribute</title>
      <description>The other day I was reading some friends code, and I saw that he used a DebuggerDisplay attribute. It allows you to create a custom view of your objects in the Visual studio debugger. This attribute is very straight forward, but very powerful in the amount of time it can save you when debugging your application. I'll show you a cookie cutter example, but you can use your imagination as to how to use this particular attribute.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.monstersgotmy.net%2fpost%2fPimp-My-Debugger-DebuggerDisplay-Attribute.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.monstersgotmy.net%2fpost%2fPimp-My-Debugger-DebuggerDisplay-Attribute.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Pimp_My_Debugger_DebuggerDisplay_Attribute</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Pimp_My_Debugger_DebuggerDisplay_Attribute</guid>
      <pubDate>Tue, 09 Dec 2008 12:46:10 GMT</pubDate>
    </item>
    <item>
      <title>Creating Temporary Passwords - Bring in da' Func&amp;lt;T&amp;gt;</title>
      <description>Using Func&amp;lt;T&amp;gt; to generate random passwords &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2ftim_barcz%2farchive%2f2008%2f12%2f02%2fcreating-temporary-passwords-bring-in-da-func-lt-t-gt.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2ftim_barcz%2farchive%2f2008%2f12%2f02%2fcreating-temporary-passwords-bring-in-da-func-lt-t-gt.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Creating_Temporary_Passwords_Bring_in_da_Func_T</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Creating_Temporary_Passwords_Bring_in_da_Func_T</guid>
      <pubDate>Tue, 09 Dec 2008 01:31:06 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft kills Linq to SQL</title>
      <description>Ayende (aka Oren) expresses disbelief at Microsoft's decision to effectively kill off LINQ to SQL. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f10%2f31%2fmicrosoft-kills-linq-to-sql.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f10%2f31%2fmicrosoft-kills-linq-to-sql.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Microsoft_kills_Linq_to_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Microsoft_kills_Linq_to_SQL</guid>
      <pubDate>Fri, 31 Oct 2008 14:01:13 GMT</pubDate>
    </item>
    <item>
      <title>Getting rid of strings (3): take your app settings to the next level</title>
      <description>In the first article of this series I talked about the problems with strings in code. This article will show you how you can use lambda expressions and expression trees as another tool to avoid strings &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f09%2f05%2fGetting-rid-of-strings-(3)-take-your-app-settings-to-the-next-level.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f09%2f05%2fGetting-rid-of-strings-(3)-take-your-app-settings-to-the-next-level.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Getting_rid_of_strings_3_take_your_app_settings_to_the_next_level</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Getting_rid_of_strings_3_take_your_app_settings_to_the_next_level</guid>
      <pubDate>Sat, 06 Sep 2008 00:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Becoming a Visual Studio Jedi Part 1</title>
      <description>Peter discusses how to get your use of Visual Studio to the next level. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fpeterritchie%2farchive%2f2008%2f07%2f15%2fbecoming-a-visual-studio-jedi.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fpeterritchie%2farchive%2f2008%2f07%2f15%2fbecoming-a-visual-studio-jedi.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Becoming_a_Visual_Studio_Jedi_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Becoming_a_Visual_Studio_Jedi_Part_1</guid>
      <pubDate>Mon, 08 Sep 2008 19:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Extension Methods +  Attributes = A Whole New World!</title>
      <description>A post about combining attributes and extension methods in order to extend current code. &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%2fshayf%2farchive%2f2008%2f07%2f05%2fextension-methods-attributes-a-whole-new-world.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2008%2f07%2f05%2fextension-methods-attributes-a-whole-new-world.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Extension_Methods_Attributes_A_Whole_New_World</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Extension_Methods_Attributes_A_Whole_New_World</guid>
      <pubDate>Mon, 07 Jul 2008 12:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Lambdas</title>
      <description>Lambdas are a simple technology with an intimidating name. They sound like they are going to be difficult to understand, but in practice prove to be relatively trivial. Read this post to get an easy to understand overview of a topic is not really so terribly difficult to understand. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f06%2f28%2flambdas.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f06%2f28%2flambdas.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Lambdas</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Lambdas</guid>
      <pubDate>Thu, 03 Jul 2008 03:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Stop Polluting the UI Thread - Use a ThreadBarrier</title>
      <description>A ThreadBarrier is a technique for simplifying the interaction between the UI and a worker thread. No longer do UI Controls need to check InvokeRequired and do the posting of events from a worker thread. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.quantumbitdesigns.com%2f2008%2f06%2f10%2fstop-polluting-the-ui-thread-use-a-threadbarrier%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.quantumbitdesigns.com%2f2008%2f06%2f10%2fstop-polluting-the-ui-thread-use-a-threadbarrier%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Stop_Polluting_the_UI_Thread_Use_a_ThreadBarrier</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Stop_Polluting_the_UI_Thread_Use_a_ThreadBarrier</guid>
      <pubDate>Tue, 10 Jun 2008 23:01:10 GMT</pubDate>
    </item>
    <item>
      <title>Give way to the yield keyword!</title>
      <description>A brief description of what you can do with the yield keyword. &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%2fshayf%2farchive%2f2008%2f06%2f06%2fgive-way-to-the-yield-keyword.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2008%2f06%2f06%2fgive-way-to-the-yield-keyword.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Give_way_to_the_yield_keyword</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Give_way_to_the_yield_keyword</guid>
      <pubDate>Sat, 07 Jun 2008 21:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Give Your ASP.NET Applications Velocity</title>
      <description>Scaling ASP.NET Application just got easier with a new technology that Microsoft has just released that they have dubbed codename "Velocity". This product is still in the early stages of development, but it is meant as a direct competitor against memcache. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f06%2fscaling-aspnet-applications-with-velocity%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f06%2fscaling-aspnet-applications-with-velocity%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Give_Your_ASP_NET_Applications_Velocity</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Give_Your_ASP_NET_Applications_Velocity</guid>
      <pubDate>Fri, 06 Jun 2008 13:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Test Driven Development Naming Conventions and Guidelines</title>
      <description>New TDD and experienced TDD developers will find this list of naming conventions and guidelines useful. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstupiddumbguy.blogspot.com%2f2008%2f06%2ftest-naming-conventions-guidelines.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstupiddumbguy.blogspot.com%2f2008%2f06%2ftest-naming-conventions-guidelines.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Test_Driven_Development_Naming_Conventions_and_Guidelines</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Test_Driven_Development_Naming_Conventions_and_Guidelines</guid>
      <pubDate>Thu, 05 Jun 2008 15:31:12 GMT</pubDate>
    </item>
    <item>
      <title>Try-catching in a single line of code</title>
      <description>Just another silly extension method hack :) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.adverseconditionals.com%2f2008%2f06%2ftry-catching-in-single-line-of-code.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.adverseconditionals.com%2f2008%2f06%2ftry-catching-in-single-line-of-code.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Try_catching_in_a_single_line_of_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Try_catching_in_a_single_line_of_code</guid>
      <pubDate>Wed, 04 Jun 2008 23:01:07 GMT</pubDate>
    </item>
    <item>
      <title>LessThanDot? - Mark Smith</title>
      <description>Mark Smith talks about a new IT community site (named LessThanDot) aimed at providing forums, wikis and blogs for the community to discuss ideas, share knowledge and learn from the experts. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmarksmith%2farchive%2f2008%2f05%2f21%2flessthandot.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmarksmith%2farchive%2f2008%2f05%2f21%2flessthandot.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/LessThanDot_Mark_Smith</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/LessThanDot_Mark_Smith</guid>
      <pubDate>Wed, 21 May 2008 20:01:18 GMT</pubDate>
    </item>
  </channel>
</rss>
