<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Code</title>
    <description>the latest stories tagged with 'Code' from DotNetKicks.com</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>Finding duplicate code in C#, VB.Net, ASPX, Ruby, Python, Java, C, C++</title>
      <description>Whether you realize it or not, you need a tool that finds duplicate source code in your applications. In fact, if you've never used one before, you probably don't realize just how much you need  an automated solution to this problem. For all practical purposes, it's nearly impossible to manually locate the types of duplicate code that such a tool can easily bring to the surface. Even if you think you're intimately aware of an application's code base, every line of code you write contains the potential to awaken the duplicate code dragon.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2falexdresko.com%2f2010%2f09%2f09%2ffinding-duplicate-code-in-c-vb-net-aspx-ruby-python-java-c-c-actionscript-or-xaml%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2falexdresko.com%2f2010%2f09%2f09%2ffinding-duplicate-code-in-c-vb-net-aspx-ruby-python-java-c-c-actionscript-or-xaml%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Finding_duplicate_code_in_C_VB_Net_ASPX_Ruby_Python_Java_C_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Finding_duplicate_code_in_C_VB_Net_ASPX_Ruby_Python_Java_C_C</guid>
      <pubDate>Thu, 09 Sep 2010 16:09:06 GMT</pubDate>
    </item>
    <item>
      <title>An introduction to Code Contracts in .NET 4.0</title>
      <description>NET 4.0 sees the introduction of Code Contracts. Code Contracts allow the developer to specify rules and &amp;quot;assumptions on your code in the form of pre-conditions, post-conditions and object invariants&amp;quot; (in the words of DevLabs). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ryantomlinson.com%2fpost%2fAn-introduction-to-Code-Contracts-in-NET-40.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ryantomlinson.com%2fpost%2fAn-introduction-to-Code-Contracts-in-NET-40.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/An_introduction_to_Code_Contracts_in_NET_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/An_introduction_to_Code_Contracts_in_NET_4_0</guid>
      <pubDate>Fri, 20 Aug 2010 13:01:15 GMT</pubDate>
    </item>
    <item>
      <title>7 Minutes from Install to your working EntitySpaces Architecture</title>
      <description>7 Minutes from Install to your working EntitySpaces Architecture, no kidding, no modeling, no XML files, no BS &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdeveloper.entityspaces.net%2fvideos%2fES2010_preview%2fMyFirstApplication.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdeveloper.entityspaces.net%2fvideos%2fES2010_preview%2fMyFirstApplication.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/7_Minutes_from_Install_to_your_working_EntitySpaces_Architecture</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/7_Minutes_from_Install_to_your_working_EntitySpaces_Architecture</guid>
      <pubDate>Mon, 09 Aug 2010 15:00:52 GMT</pubDate>
    </item>
    <item>
      <title>Using delegates to eliminate duplicate code</title>
      <description>Here's a simple technique you can use to easily eliminate duplicate code. Try not to let the word "delegates" scare you away from learning the technique and I'll try to refrain from using the word "delegate" as much as possible.  I'll start small and then work my way towards a more complex example that really demonstrates its power. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2falexdresko.com%2f2010%2f07%2f27%2fusing-delegates-to-eliminate-duplicate-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2falexdresko.com%2f2010%2f07%2f27%2fusing-delegates-to-eliminate-duplicate-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Using_delegates_to_eliminate_duplicate_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Using_delegates_to_eliminate_duplicate_code</guid>
      <pubDate>Thu, 29 Jul 2010 17:43:03 GMT</pubDate>
    </item>
    <item>
      <title>Introducing Code Rocket</title>
      <description>This article introduces you to Code Rocket's main features. Code Rocket is a pseudocode and flowchart design and visualization tool for Visual Studio (and Eclipse). It gives you on demand access to the pseudocode and flowchart views of your methods and always keeps the design in sync with the code.

The content was the basis of a presentation given at TechMeetup Aberdeen. You can download the slides and sample code for the example. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.getcoderocket.com%2fSupport%2fTechMeetupAberdeen"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.getcoderocket.com%2fSupport%2fTechMeetupAberdeen" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Introducing_Code_Rocket</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Introducing_Code_Rocket</guid>
      <pubDate>Tue, 22 Jun 2010 07:54:52 GMT</pubDate>
    </item>
    <item>
      <title>Code Contracts Primer - Part 2: Handling Legacy Code</title>
      <description>So the one of the first questions that many people ask when talking about using the Code Contracts library is 'what do I do about my legacy code?'.  Asking this is a very valid question.  If your team has already subscribed to the design-by-contract or fail-fast concepts then maybe you have already added in your own checks.  If this is the case the contracts team has thought of you and has already provided a simple answer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f06%2f09%2fcode-contracts-primer-part-2-handling-legacy-code.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f06%2f09%2fcode-contracts-primer-part-2-handling-legacy-code.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Code_Contracts_Primer_Part_2_Handling_Legacy_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Code_Contracts_Primer_Part_2_Handling_Legacy_Code</guid>
      <pubDate>Sat, 13 Jun 2009 13:00:33 GMT</pubDate>
    </item>
    <item>
      <title>Template based code generation with T4 from custom applications.</title>
      <description>Generate source code from custom applications by using the Text Template Transformation Toolkit of VS 2008.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.timcools.net%2fpost%2f2009%2f03%2f09%2fTemplate-based-code-generation-with-T4.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.timcools.net%2fpost%2f2009%2f03%2f09%2fTemplate-based-code-generation-with-T4.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Template_based_code_generation_with_T4_from_custom_applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Template_based_code_generation_with_T4_from_custom_applications</guid>
      <pubDate>Fri, 15 May 2009 04:00:58 GMT</pubDate>
    </item>
    <item>
      <title>100% Unit Testable Linq To Sql Repository - Kazi Manzur Rashid's Blog</title>
      <description>In this post, I will show you how you can architect your Linq To Sql repository which will have 100% code coverage. I will use our favorite Northwind database along with my ongoing UnityCommonServiceLocatorMVC project. First, lets add a Linq To Sql diagram in our project and drag n drop the Category and Product table that will look something like foll... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f02%2f19%2f100-unit-testable-linq-to-sql-repository.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f02%2f19%2f100-unit-testable-linq-to-sql-repository.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/100_Unit_Testable_Linq_To_Sql_Repository_Kazi_Manzur_Rashid_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/100_Unit_Testable_Linq_To_Sql_Repository_Kazi_Manzur_Rashid_s_Blog</guid>
      <pubDate>Fri, 20 Feb 2009 22:31:47 GMT</pubDate>
    </item>
    <item>
      <title>Code Snippet: Filtering a list using Lambda without a loop</title>
      <description>Quick code snippet to remove some loops inside your code and increase visibility inside your methods. &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%2f01%2fcode-snippet-filtering-list-using.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f01%2fcode-snippet-filtering-list-using.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Code_Snippet_Filtering_a_list_using_Lambda_without_a_loop</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Code_Snippet_Filtering_a_list_using_Lambda_without_a_loop</guid>
      <pubDate>Wed, 21 Jan 2009 02:42:39 GMT</pubDate>
    </item>
    <item>
      <title>Have you ever wanted to monitor a website for changes?</title>
      <description>Here is a free and handy tool to have around for anyone that has ever wanted to monitor when a web site has changed.  This is a very small install and a very small task to alert you when your favorite  page has a new update.  RadPop also hides so that it is nearly unnoticeable. The program nicely alerts you to when changes occur with a MSN style popup.  You can configure it to continually watch for changes to your favorite pages by dragging it to your startup folder.     &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdink.no-ip.info%2fBlog%2fpost%2fHave-you-ever-wanted-to-monitor-a-website-for-changes.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdink.no-ip.info%2fBlog%2fpost%2fHave-you-ever-wanted-to-monitor-a-website-for-changes.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Have_you_ever_wanted_to_monitor_a_website_for_changes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Have_you_ever_wanted_to_monitor_a_website_for_changes</guid>
      <pubDate>Thu, 02 Oct 2008 07:53:07 GMT</pubDate>
    </item>
    <item>
      <title>'Linq to Gac' : Use Linq to Power Query your Gac via C# to Fusion</title>
      <description>This post gets the GAC via Linq to bend your way. How? A Fusion Wrapper to IEnumerable over your Gac. No nasty PInvokes to deal with. It's all clean C# which is here to use. We owe a debt to the Mono project for this as well as a very smart Microsoft staff member to be give credit when we can find the page again. Be careful however...Our last post cranked through your registry. This post gets you the GAC. Here is what is done with a holistic post later:  

* All files we can find (if you specify them)   
* The Gac (all of it and even the other two 'sub-gacs' if you want    
* Environmental Stuff (Path variable, etc. but we actually parse them and produce another tree and it fits our code)    
* A lot more (think all things inside you box)

You can even join all this data if you can find the right keys. We joined our registry to our file system 'where the registry key value as a path' (where is was a valid path) didn't exist. Earth-shattering? No. Faster then any virus checker we've tried? ABSOLUTELY. Relevant to virus checkers? No not really actually..  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.domaindotnet.com%2f2008%2f09%2f20%2ffusion_c_sharp_wrapper_for_linq_to_gac_access%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.domaindotnet.com%2f2008%2f09%2f20%2ffusion_c_sharp_wrapper_for_linq_to_gac_access%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Linq_to_Gac_Use_Linq_to_Power_Query_your_Gac_via_C_to_Fusion</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Linq_to_Gac_Use_Linq_to_Power_Query_your_Gac_via_C_to_Fusion</guid>
      <pubDate>Sun, 21 Sep 2008 06:59:03 GMT</pubDate>
    </item>
    <item>
      <title>How to Search And Replace values in SQL across All Tables</title>
      <description>My website got hacked. I got several html code injections inside the database. Here is how i fixed the issue very quickly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkorayem.net%2fpost%2f2008%2f08%2f21%2fMy-Websites-SQL-Database-was-hacked.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkorayem.net%2fpost%2f2008%2f08%2f21%2fMy-Websites-SQL-Database-was-hacked.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/How_to_Search_And_Replace_values_in_SQL_across_All_Tables</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/How_to_Search_And_Replace_values_in_SQL_across_All_Tables</guid>
      <pubDate>Fri, 22 Aug 2008 01:15:50 GMT</pubDate>
    </item>
    <item>
      <title>Showcase of C# VS2008 Snippets</title>
      <description>Why write snippets when you can generate them using C#? The advantage seems obvious: greater adaptability and a functionality similar to parameter passing - but with snippets. This project is precisely this - an attempt to have snippets with arity, permitting developers to, e.g., quickly generate fully-specified data structures of the size they choose, or to make plumbing code for executing precisely N processes in parallel. The possibilities are endless! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmindstudies.psy.soton.ac.uk%2fdmitri%2fblog%2findex.php%2fgenerative-snippets-showcase"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmindstudies.psy.soton.ac.uk%2fdmitri%2fblog%2findex.php%2fgenerative-snippets-showcase" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Showcase_of_C_VS2008_Snippets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Showcase_of_C_VS2008_Snippets</guid>
      <pubDate>Sat, 09 Aug 2008 18:10:19 GMT</pubDate>
    </item>
    <item>
      <title>Detailed code metrics with NDepend</title>
      <description>A while ago, I blogged about code performance analysis in Visual Studio 2008. Using profiling and hot path tracking, I measured code performance and was able to react to that. Last week, Patrick Smacchia contacted me asking if I wanted to test his project NDepend. He promised me NDepend would provide more insight in my applications. Let's test that!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f05%2fDetailed-code-metrics-with-NDepend.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f05%2fDetailed-code-metrics-with-NDepend.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Detailed_code_metrics_with_NDepend</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Detailed_code_metrics_with_NDepend</guid>
      <pubDate>Fri, 30 May 2008 14:01:12 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Source Code Now Available</title>
      <description>Last month I blogged about our ASP.NET MVC Roadmap.  Two weeks ago we shipped the ASP.NET Preview 2 Release.  Phil Haack from the ASP.NET team published a good blog post about the release here.  Scott Hanselman has created a bunch of great ASP.NET MVC tutorial videos that you can watch to learn more about it here.... &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%2f2008%2f03%2f21%2fasp-net-mvc-source-code-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f03%2f21%2fasp-net-mvc-source-code-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Source_Code_Now_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Source_Code_Now_Available</guid>
      <pubDate>Sat, 22 Mar 2008 06:31:03 GMT</pubDate>
    </item>
    <item>
      <title>The One Single Tip to Comment Your Code</title>
      <description>You've heard about 13 tips to comment your code, but what about the One Single Tip? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fitscommonsensestupid.blogspot.com%2f2008%2f03%2fone-single-tip-to-comment-your-code.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fitscommonsensestupid.blogspot.com%2f2008%2f03%2fone-single-tip-to-comment-your-code.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/The_One_Single_Tip_to_Comment_Your_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/The_One_Single_Tip_to_Comment_Your_Code</guid>
      <pubDate>Wed, 19 Mar 2008 11:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Restoring VS2005's 'prop' snippet in VS2008</title>
      <description>Automatic properties are nice, but sometimes they just won't do. Visual C# 2005 included a 'prop' code snippet for a full property with backing filed but 2008 changed the snippet to generate an automatic property. Here's how to restore the 2005 snippet. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2findex.php%2fvs2005-prop-c-code-snippet-in-vs2008"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2findex.php%2fvs2005-prop-c-code-snippet-in-vs2008" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Restoring_VS2005_s_prop_snippet_in_VS2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Restoring_VS2005_s_prop_snippet_in_VS2008</guid>
      <pubDate>Wed, 27 Feb 2008 23:37:10 GMT</pubDate>
    </item>
    <item>
      <title>Part Cover a code coverage tool that works with Static methods</title>
      <description>I just found this great free tool, open source, that produces xml, that has a command line interface and a nice GUI. Simple to install and start usint (less that five minutes). Why you should considered it and how it compares with Ncover. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blog.latrompa.com%2f%3fp%3d43"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blog.latrompa.com%2f%3fp%3d43" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Part_Cover_a_code_coverage_tool_that_works_with_Static_methods</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Part_Cover_a_code_coverage_tool_that_works_with_Static_methods</guid>
      <pubDate>Sat, 19 Jan 2008 13:17:45 GMT</pubDate>
    </item>
    <item>
      <title>How to create Visual studio code snippets easily</title>
      <description>a nice tool that help you create VIsual Studio code snippets &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdev102.blogspot.com%2f2007%2f12%2fhow-to-create-code-snippets-easily.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdev102.blogspot.com%2f2007%2f12%2fhow-to-create-code-snippets-easily.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/How_to_create_Visual_studio_code_snippets_easily</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/How_to_create_Visual_studio_code_snippets_easily</guid>
      <pubDate>Mon, 17 Dec 2007 17:14:44 GMT</pubDate>
    </item>
    <item>
      <title>Reading other people's .NET code</title>
      <description>Places to find great examples of .NET code &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2f3poundmass.wordpress.com%2f2007%2f08%2f27%2freading-other-peoples-net-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2f3poundmass.wordpress.com%2f2007%2f08%2f27%2freading-other-peoples-net-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Reading_other_people_s_NET_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Reading_other_people_s_NET_code</guid>
      <pubDate>Mon, 27 Aug 2007 14:01:02 GMT</pubDate>
    </item>
    <item>
      <title>.NET Coding Guidelines - Commenting</title>
      <description>Nice rant about developers who don't comment their code, I can sympathize. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2f3poundmass.wordpress.com%2f2007%2f07%2f26%2fcoding-guidelines-commenting%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2f3poundmass.wordpress.com%2f2007%2f07%2f26%2fcoding-guidelines-commenting%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/NET_Coding_Guidelines_Commenting</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/NET_Coding_Guidelines_Commenting</guid>
      <pubDate>Thu, 16 Aug 2007 07:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Top 10+ source code search engines</title>
      <description>Programmers are coding and coding in somewhere for some purpose. I wonder how many lines of code is written in a minute on the world :) I guess thousands of lines. But most them are coding the same snippets of code again and again. I always used &amp;quot;Koders&amp;quot; not to reinvent america, means not to rewrite the codes someone else have already solved. There are plenty of code search engines out there to serve us (programmers) with the millions of lines of codes to fasten our job. So you can use the following code search engines for this purpose &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.plentyofcode.com%2f2007%2f07%2ftop-10-source-code-search-engines.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.plentyofcode.com%2f2007%2f07%2ftop-10-source-code-search-engines.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Top_10_source_code_search_engines</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Top_10_source_code_search_engines</guid>
      <pubDate>Thu, 26 Jul 2007 14:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Automated code formatting tools</title>
      <description>Some tools I like to use for creating and maintaining consist code structure and layout. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffrogsbrain.blogspot.com%2f2007%2f06%2fautomated-code-formatting-tools.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffrogsbrain.blogspot.com%2f2007%2f06%2fautomated-code-formatting-tools.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Automated_code_formatting_tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Automated_code_formatting_tools</guid>
      <pubDate>Wed, 04 Jul 2007 17:14:35 GMT</pubDate>
    </item>
    <item>
      <title>Regionerate Public Beta</title>
      <description>Regionerate is an open-source automatic layout enforcement tool for C#. I have just released its Public Beta. Enter the site for a quick screencast that explains all about it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.rauchy.net%2fregionerate"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.rauchy.net%2fregionerate" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Regionerate_Public_Beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Regionerate_Public_Beta</guid>
      <pubDate>Fri, 22 Jun 2007 05:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Optimized access to Bitmaps</title>
      <description>How to read and elaborate sequence of bitmaps without using .NET functions, saving tons of processor cycles. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coders4fun.com%2f2007%2f05%2f21%2foptimized-access-to-bitmaps%2fen%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coders4fun.com%2f2007%2f05%2f21%2foptimized-access-to-bitmaps%2fen%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Optimized_access_to_Bitmaps</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Optimized_access_to_Bitmaps</guid>
      <pubDate>Wed, 23 May 2007 14:46:01 GMT</pubDate>
    </item>
  </channel>
</rss>
