<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by pmbrown</title>
    <description>Stories kicked by pmbrown</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>Request UAC Elevation for .net Application (Managed Code)</title>
      <description>This Article explains, how to request the operating system for UAC elevation for an application that requires administrator priviilege in windows VISTA, or windows 7 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aneef.net%2f2009%2f06%2f29%2frequest-uac-elevation-for-net-application-managed-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aneef.net%2f2009%2f06%2f29%2frequest-uac-elevation-for-net-application-managed-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Request_UAC_Elevation_for_net_Application_Managed_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Request_UAC_Elevation_for_net_Application_Managed_Code</guid>
      <pubDate>Mon, 29 Jun 2009 15:40:09 GMT</pubDate>
    </item>
    <item>
      <title>22 Visual Studio Short Keys and 6 Short-cut Ways to Custom Jobs</title>
      <description>Efficient programmers use short keys in IDE like Visual Studio. This saves time and in many cases makes the work run faster also. I also love short keys. They are smart! And there also go some tricks that help make your visual studio days a party! I have listed here some short cuts and some tips with the hope that this will be helpful to you all. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetspidor.blogspot.com%2f2009%2f06%2f22-visual-studio-short-keys-and-6-short.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetspidor.blogspot.com%2f2009%2f06%2f22-visual-studio-short-keys-and-6-short.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/22_Visual_Studio_Short_Keys_and_6_Short_cut_Ways_to_Custom_Jobs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/22_Visual_Studio_Short_Keys_and_6_Short_cut_Ways_to_Custom_Jobs</guid>
      <pubDate>Wed, 10 Jun 2009 09:15:00 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>Thu, 07 May 2009 01:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Why Developers are Not Allowed to Work from Home?</title>
      <description>I consider Software Engineering a less expensive occupation to start. All you need is a decent machine which is worth a couple of hundred bucks and then you are all set to explore the world of lamdas and goto statements.

Software engineering is also one of the fields in which you don't have to physically show up at work. You can wake up and start your job in your pajamas. Strangely, most of the employers don't allow working from home. Employers often relate working from home as watching an action movie on a 27 inch TV instead of a big screen; it just does not have the same effect. Employers also believe that when a developer is working from home he/she is slacking off and not getting any work done. Although there is some weight in their beliefs but these small problems can be resolved easily.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fazamsharp.com%2fPosts%2f218_Why_Developers_are_Not_Allowed_to_Work_from_Home_.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fazamsharp.com%2fPosts%2f218_Why_Developers_are_Not_Allowed_to_Work_from_Home_.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Why_Developers_are_Not_Allowed_to_Work_from_Home</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Why_Developers_are_Not_Allowed_to_Work_from_Home</guid>
      <pubDate>Mon, 27 Apr 2009 22:15:17 GMT</pubDate>
    </item>
    <item>
      <title>C# Regions are not Useful? Give me a Break</title>
      <description>I often see arguments about use of regions in C# code.  And this is one of the most annoying things I see on the Internet in my opinion when it pertains to code structure.

Whoever says regions are not to be used, I'd love to see your code and know what standards you have established as a team with your code base. I bet you it's a mess and the reason you don't like regions is because the developers on your team has abused use of them and that there is no logical pattern or team standard established. &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%2f19%2fc-regions-are-not-useful-give-me-a-break.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodezest.com%2farchive%2f2009%2f04%2f19%2fc-regions-are-not-useful-give-me-a-break.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Regions_are_not_Useful_Give_me_a_Break</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Regions_are_not_Useful_Give_me_a_Break</guid>
      <pubDate>Tue, 21 Apr 2009 10:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Exception Handling Basics</title>
      <description>The basics of exception handling and getting good stack traces. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.caublestoneink.com%2fdev%2f2009%2f04%2fexception-handling-basics%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.caublestoneink.com%2fdev%2f2009%2f04%2fexception-handling-basics%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Exception_Handling_Basics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Exception_Handling_Basics</guid>
      <pubDate>Sat, 18 Apr 2009 01:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Just say No! to C# Regions</title>
      <description>You need a language construct so that your IDE can help you hide your big messy code block from you (because it's just so hideous, you don't even want to look at it anymore)? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fextractmethod.wordpress.com%2f2008%2f02%2f29%2fjust-say-no-to-c-regions%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fextractmethod.wordpress.com%2f2008%2f02%2f29%2fjust-say-no-to-c-regions%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Just_say_No_to_C_Regions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Just_say_No_to_C_Regions</guid>
      <pubDate>Thu, 16 Apr 2009 10:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Where Are The Developer Machines?</title>
      <description>Steve Smith posts about PCs for software developers, and how computer companies aren't targeting this section of the market. If a computer manufacturer made development machines, how should these computers be configured? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fwhere-are-the-developer-machines%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fwhere-are-the-developer-machines%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Where_Are_The_Developer_Machines</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Where_Are_The_Developer_Machines</guid>
      <pubDate>Tue, 07 Apr 2009 20:31:04 GMT</pubDate>
    </item>
    <item>
      <title>4 Great Tools to use with Visual Studio</title>
      <description>Today was a slow day so I was trying some Visual Studio Add-Ins for our team to help in the development and here are the ones that made the cut. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhatim.indexdev.net%2f2009%2f04%2f03%2f4-great-tools-to-use-with-visual-studio%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhatim.indexdev.net%2f2009%2f04%2f03%2f4-great-tools-to-use-with-visual-studio%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/4_Great_Tools_to_use_with_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/4_Great_Tools_to_use_with_Visual_Studio</guid>
      <pubDate>Sat, 04 Apr 2009 03:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Resizing images without loss of quality</title>
      <description>ASP.NET provides us with System.Drawing namespace where we can find classes we can use to manipulate with images. There are many people out there who mistakenly think that Image.GetThumbnailImage is best choice for image resizing. You can easily create crappy images if you follow the code examples in previously pointed article. In this post I will show you how to resize images without negative side effects. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f04%2f02%2fresizing-images-without-loss-of-quality.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f04%2f02%2fresizing-images-without-loss-of-quality.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Resizing_images_without_loss_of_quality</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Resizing_images_without_loss_of_quality</guid>
      <pubDate>Thu, 02 Apr 2009 23:31:45 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic to Acquire NHibernate</title>
      <description>Hanalei, HI - April 1, 2009: SubSonic (http://subsonicproject.com), a data access tool and "Super High-fidelity Batman Toolbelt" (according to its owner, Rob Conery), is set to acquire NHibernate, a much larger data access technology built on the .NET platform. The terms of the deal have not yet been announced but the stage has been set for what many see as a hostile transition of ownership. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-to-acquire-nhibernate%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-to-acquire-nhibernate%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/SubSonic_to_Acquire_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/SubSonic_to_Acquire_NHibernate</guid>
      <pubDate>Thu, 02 Apr 2009 01:01:18 GMT</pubDate>
    </item>
    <item>
      <title>10 Best Libraries for generating PDF Files</title>
      <description>Today we are presenting collection of 10 best libraries for generating PDF files. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ajaxline.com%2f10-best-libraries-for-generating-pdf"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ajaxline.com%2f10-best-libraries-for-generating-pdf" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/10_Best_Libraries_for_generating_PDF_Files</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/10_Best_Libraries_for_generating_PDF_Files</guid>
      <pubDate>Tue, 31 Mar 2009 21:16:17 GMT</pubDate>
    </item>
    <item>
      <title>Content Stealing Jerks</title>
      <description>I've grown somewhat accustomed to seeing my articles regurgitated on some random blogger's site and passed off as their own.  Usually I just send content stealing jerk (CSJ for future reference) an e-mail asking that they provide some sort of link back to my original article and leave it at that.  Sometimes they comply, oftentimes they don't.  In the end, life goes on.  After all, it's not like I'm going to press charges over it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kevinwilliampang.com%2fpost%2fContent-Stealing-Jerks.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kevinwilliampang.com%2fpost%2fContent-Stealing-Jerks.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Content_Stealing_Jerks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Content_Stealing_Jerks</guid>
      <pubDate>Sun, 29 Mar 2009 22:01:02 GMT</pubDate>
    </item>
    <item>
      <title>IE8 has been released</title>
      <description>Running Windows Server 2003, it auto-detected my system and downloaded the appropriate file. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.microsoft.com%2fwindows%2finternet-explorer%2fdefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.microsoft.com%2fwindows%2finternet-explorer%2fdefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/IE8_has_been_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/IE8_has_been_released</guid>
      <pubDate>Thu, 19 Mar 2009 23:46:48 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>
    <item>
      <title>Free ASP.NET MVC eBook Tutorial - ScottGu</title>
      <description>There has been a lot of excitement in the community about the new ASP.NET MVC framework that is about to ship (literally any day now - announcement coming soon).  As with anything new, people are also asking for more tutorials/samples/documentation that cover how to get started and build applications with it.

Over the last few months I've been helping to contribute to an ASP.NET MVC book that Scott Hanselman, Rob Conery, and Phil Haack have been writing for Wrox.  The book is now in production, and will be available to buy in stores soon &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%2f2009%2f03%2f10%2ffree-asp-net-mvc-ebook-tutorial.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f03%2f10%2ffree-asp-net-mvc-ebook-tutorial.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Free_ASP_NET_MVC_eBook_Tutorial_ScottGu</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Free_ASP_NET_MVC_eBook_Tutorial_ScottGu</guid>
      <pubDate>Wed, 11 Mar 2009 09:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Software Developer and Software Engineer are not opposite, they are th</title>
      <description>Of course, Software engineering is defined as:

Software engineering is the application of a systematic, disciplined, quantifiable approach to the development, operation, and maintenance of software, and the study of these approaches.

This term was created in 1968 in the hope of bringing a more "civilized" way of coding. What is interesting however, is that most of the time, people and companies won't make a difference between the developer and the engineer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f03%2fsoftware-developer-and-software.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f03%2fsoftware-developer-and-software.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Software_Developer_and_Software_Engineer_are_not_opposite_they_are_th</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Software_Developer_and_Software_Engineer_are_not_opposite_they_are_th</guid>
      <pubDate>Mon, 09 Mar 2009 01:11:12 GMT</pubDate>
    </item>
    <item>
      <title>Back to Basics: Interfaces</title>
      <description>When it comes to object-oriented programming there are few concepts as basic and important as interfaces. Only recently though, and at a snails pace, have .NET developers started to take advantage of the simple benefits interfaces have to offer. This interest stems from the core role interfaces play in some pretty hot topics, including: dependency injection, unit testing and mocking (to name a few). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2009%2f03%2f04%2fback-to-basics-interfaces.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2009%2f03%2f04%2fback-to-basics-interfaces.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Back_to_Basics_Interfaces</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Back_to_Basics_Interfaces</guid>
      <pubDate>Thu, 05 Mar 2009 01:46:09 GMT</pubDate>
    </item>
    <item>
      <title>Security Vulnerability of the Week #1: SQL Injection</title>
      <description>This article begins a semi-regular series that will explores the most common vulnerabilities and the mind-set of the developers that create them and also explore how to deal with them.  The first post in the series takes a look at the OWASP top number 2 vulnerability, Injection (specifically SQL Injection) - which has been a known and solved problem for over 10+ years, yet for some reason, it's still as common as ever. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2009%2f03%2fsecurity-vulnerability-of-week-1-sql.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2009%2f03%2fsecurity-vulnerability-of-week-1-sql.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Security_Vulnerability_of_the_Week_1_SQL_Injection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Security_Vulnerability_of_the_Week_1_SQL_Injection</guid>
      <pubDate>Wed, 04 Mar 2009 01:01:13 GMT</pubDate>
    </item>
    <item>
      <title>Ruby inspired C# Extension Methods for natural DateTime operations</title>
      <description>FluentDateTime is a open source library of Ruby inspired C# Extension Methods for easier and more natural DateTime handling and operations in .NET that allows you to write code like this:
DateTime.Now + 1.Week() + 3.Days + 14.Minutes();
3.Days().Ago();
5.Days().After(new DateTime(2000, 1, 1));
DateTime.Now.NextDay();
DateTime.Now.WeekAfter();
DateTime.Now.Midnight();
DateTime.Now.SetTime(11, 55, 0); &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeplex.com%2ffluentdatetime"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeplex.com%2ffluentdatetime" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Ruby_inspired_C_Extension_Methods_for_natural_DateTime_operations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Ruby_inspired_C_Extension_Methods_for_natural_DateTime_operations</guid>
      <pubDate>Tue, 24 Feb 2009 18:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Today I've Realized How Far We Have To Go</title>
      <description>A call to climb on the shoulders of giants within the software develeopment industry. &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%2f02%2f11%2fToday-Ive-Realized-How-Far-We-Have-To-Go.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f02%2f11%2fToday-Ive-Realized-How-Far-We-Have-To-Go.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Today_I_ve_Realized_How_Far_We_Have_To_Go</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Today_I_ve_Realized_How_Far_We_Have_To_Go</guid>
      <pubDate>Thu, 12 Feb 2009 07:01:02 GMT</pubDate>
    </item>
    <item>
      <title>BackgroundWorker complete example</title>
      <description>Cancellation support, progress report and error handling. Example project in C# &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotneat.net%2f2009%2f02%2f10%2fBackgroundworkerExample.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotneat.net%2f2009%2f02%2f10%2fBackgroundworkerExample.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/BackgroundWorker_complete_example</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/BackgroundWorker_complete_example</guid>
      <pubDate>Fri, 13 Feb 2009 00:16:03 GMT</pubDate>
    </item>
    <item>
      <title>8 ways to be a better programmer in 6 minutes.</title>
      <description>It's always nice to read a post where you already follow some of the suggestions but find the odd useful nugget, I dislike seeing literals in my source code and the hint about making them stand out with nasty color coding is something I'll be giving a go! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.secretgeek.net%2f6min_program.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.secretgeek.net%2f6min_program.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/8_ways_to_be_a_better_programmer_in_6_minutes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/8_ways_to_be_a_better_programmer_in_6_minutes</guid>
      <pubDate>Tue, 10 Feb 2009 17:31:06 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - Quickest Way to - Kill All Threads - Kill All User Sessio</title>
      <description>More than a year ago, I wrote how to kill all the processes running in SQL Server. Just a day ago, I found the quickest way to kill the processes of SQL Server. While searching online I found very similar methods to my previous method everywhere. Today in this article, I will write the quickest way to achieve the same goal.

Make sure to bookmark it. &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%2f02%2f06%2fsql-server-quickest-way-to-kill-all-threads-kill-all-user-session-kill-all-processes%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f02%2f06%2fsql-server-quickest-way-to-kill-all-threads-kill-all-user-session-kill-all-processes%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_Quickest_Way_to_Kill_All_Threads_Kill_All_User_Sessio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_Quickest_Way_to_Kill_All_Threads_Kill_All_User_Sessio</guid>
      <pubDate>Tue, 10 Feb 2009 01:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Named arguments, optional arguments, and default values</title>
      <description>C# 4.0 introduces the concept of optional parameter values into the language. Now, this has been a controversial subject in the past, and we have had many requests for the feature, but have traditionally stayed away from it. So, why now?

Well, before we get into the philosophy of why we decided to add it this time (which we will! I promise!), first lets discuss the feature itself. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fsamng%2farchive%2f2009%2f02%2f03%2fnamed-arguments-optional-arguments-and-default-values.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fsamng%2farchive%2f2009%2f02%2f03%2fnamed-arguments-optional-arguments-and-default-values.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Named_arguments_optional_arguments_and_default_values</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Named_arguments_optional_arguments_and_default_values</guid>
      <pubDate>Wed, 04 Feb 2009 13:34:20 GMT</pubDate>
    </item>
  </channel>
</rss>