<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by shaharyr</title>
    <description>Stories kicked by shaharyr</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>Generate An Assembly Source Code Using The Reflector</title>
      <description>If you are a .NET developer, you should probably know the .NET Reflector which is a great tool for viewing, navigating and searching through the class hierarchies of .NET assemblies (even if you don't have the code for them). I am using this tool a lot but here is something I only recently discovered: one can export an assembly and let the Reflector generate its source code. The output of this process is a directory with a project file and all of the source files. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f10%2f13%2fgenerate-an-assembly-source-code-using-the-reflector%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f10%2f13%2fgenerate-an-assembly-source-code-using-the-reflector%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Generate_An_Assembly_Source_Code_Using_The_Reflector</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Generate_An_Assembly_Source_Code_Using_The_Reflector</guid>
      <pubDate>Mon, 13 Oct 2008 13:16:17 GMT</pubDate>
    </item>
    <item>
      <title>Measure String Size In Pixels (C#) </title>
      <description>Sometimes we need to know the width of a given string in pixels, do you know how to compute it? Before writing some long code, please notice that the .NET framework class library provides such a method... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f10%2f09%2fmeasure-string-size-in-pixels-c%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f10%2f09%2fmeasure-string-size-in-pixels-c%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Measure_String_Size_In_Pixels_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Measure_String_Size_In_Pixels_C</guid>
      <pubDate>Thu, 09 Oct 2008 19:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Inversion of control and Dependency injection</title>
      <description>When we see around, architectures mainly discuss about loose coupling , scalability , performance etc etc. Many architecture forget one of the important aspects in software is making application globalized. Depending on project some application would not really want to have multi-language based websites , but i am sure many will. So in this article we will go through a series of FAQ which will give you a quick start on making application multi-language based. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle154.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle154.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Inversion_of_control_and_Dependency_injection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Inversion_of_control_and_Dependency_injection</guid>
      <pubDate>Tue, 07 Oct 2008 16:54:54 GMT</pubDate>
    </item>
    <item>
      <title>How To Use The SVN Client and Start Working With Your SubVersion Versi</title>
      <description>how to use the Tortoise SVN client and work with your svn version control server &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f10%2f07%2fhow-to-use-the-svn-client-and-start-working-with-your-subversion-version-control%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f10%2f07%2fhow-to-use-the-svn-client-and-start-working-with-your-subversion-version-control%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/How_To_Use_The_SVN_Client_and_Start_Working_With_Your_SubVersion_Versi</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/How_To_Use_The_SVN_Client_and_Start_Working_With_Your_SubVersion_Versi</guid>
      <pubDate>Wed, 08 Oct 2008 06:31:03 GMT</pubDate>
    </item>
    <item>
      <title>How to Install Your Own Subversion Version Control Server Using Visual</title>
      <description>This article will have 2 sections One will discuss the SVN Server installation and configuration and the second part will be about how to use the SVN client.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f10%2f02%2fhow-to-install-your-own-subversion-version-control-server-using-visual-svn%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f10%2f02%2fhow-to-install-your-own-subversion-version-control-server-using-visual-svn%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_Install_Your_Own_Subversion_Version_Control_Server_Using_Visual</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_Install_Your_Own_Subversion_Version_Control_Server_Using_Visual</guid>
      <pubDate>Sun, 05 Oct 2008 17:46:02 GMT</pubDate>
    </item>
    <item>
      <title>A Web Based Sequence Diagram Editor </title>
      <description>After I published a post about SDEdit which is a free desktop sequence diagram editor, I received a mail from Steve Hanov who wanted to introduce me with a very impressive alternative to SDEdit. Steve has created a web service that creates renditions of sequence diagrams, it is completely online and... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f29%2fa-web-based-sequence-diagram-editor%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f29%2fa-web-based-sequence-diagram-editor%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/A_Web_Based_Sequence_Diagram_Editor</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/A_Web_Based_Sequence_Diagram_Editor</guid>
      <pubDate>Mon, 29 Sep 2008 13:16:13 GMT</pubDate>
    </item>
    <item>
      <title>Development Tools I Use &amp;amp; Recommend</title>
      <description>Eventually I will get to some technical code Posts. But for now, I'm a bit delayed with some other things at work lately. I will be blogging about Code Generation, OOP, and other topics very soon though. In the meantime, I wanted to share a list of tools I regularly use now or have used in the past as a C# / ASP.NET Engineer listed below: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodezest.com%2farchive%2f2008%2f09%2f28%2fdevelopment-tools-i-use-amp-recommend.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodezest.com%2farchive%2f2008%2f09%2f28%2fdevelopment-tools-i-use-amp-recommend.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Development_Tools_I_Use_Recommend</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Development_Tools_I_Use_Recommend</guid>
      <pubDate>Sun, 28 Sep 2008 22:16:03 GMT</pubDate>
    </item>
    <item>
      <title>WPF Binding Converter Best Practices Continued </title>
      <description>A sequel to the lates article about WPF Binding Converters &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f25%2fwpf-binding-converter-best-practices-continued%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f25%2fwpf-binding-converter-best-practices-continued%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Binding_Converter_Best_Practices_Continued</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Binding_Converter_Best_Practices_Continued</guid>
      <pubDate>Sat, 27 Sep 2008 09:31:14 GMT</pubDate>
    </item>
    <item>
      <title>Measuring Programmers By Extra Hours </title>
      <description>I am writing this article as a sequel to the Measuring Programming Progress By Lines Of Code article. Let me please talk about another common metric - measuring the amount of extra hours a software developer has done.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f24%2fmeasuring-programmers-by-extra-hours%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f24%2fmeasuring-programmers-by-extra-hours%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Measuring_Programmers_By_Extra_Hours</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Measuring_Programmers_By_Extra_Hours</guid>
      <pubDate>Wed, 24 Sep 2008 20:01:04 GMT</pubDate>
    </item>
    <item>
      <title>EventArgs.Empty - Do You Use It? </title>
      <description>Anyway, we can define EventArgs as a private member and use it instead of allocating an EventArgs object every time the event is raised. Fortunately, there is no need for that, C# introduce us the EventArgs.Empty... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f22%2feventargsempty-do-you-use-it%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f22%2feventargsempty-do-you-use-it%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/EventArgs_Empty_Do_You_Use_It</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/EventArgs_Empty_Do_You_Use_It</guid>
      <pubDate>Tue, 23 Sep 2008 06:31:08 GMT</pubDate>
    </item>
    <item>
      <title>A Better WPF Custom Context Menu</title>
      <description>A new and improved context menu style that is more extensible and allows submenus &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f18%2fa-better-wpf-custom-context-menu%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f18%2fa-better-wpf-custom-context-menu%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/A_Better_WPF_Custom_Context_Menu</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/A_Better_WPF_Custom_Context_Menu</guid>
      <pubDate>Fri, 19 Sep 2008 05:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Developing PHP On Your Visual Studio 2008/2005</title>
      <description>check out this great add on for visual studio which will allow you to develop PHP websites. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f16%2fdeveloping-php-on-your-visual-studio-20082005%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f16%2fdeveloping-php-on-your-visual-studio-20082005%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Developing_PHP_On_Your_Visual_Studio_2008_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Developing_PHP_On_Your_Visual_Studio_2008_2005</guid>
      <pubDate>Wed, 17 Sep 2008 01:16:03 GMT</pubDate>
    </item>
    <item>
      <title>SDEdit - Free Sequence Diagram Editor </title>
      <description>As software developers, all of us used at least one UML design tool such as Rational Rose, Enterprise Architect or even Microsoft VISIO. Those tools have one thing in common - they are commercial and thus cost money. I want to introduce you a nice free sequence diagram editor called SDEdit... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f15%2fsdedit-free-sequence-diagram-editor%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f15%2fsdedit-free-sequence-diagram-editor%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/SDEdit_Free_Sequence_Diagram_Editor</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/SDEdit_Free_Sequence_Diagram_Editor</guid>
      <pubDate>Tue, 16 Sep 2008 06:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Getting started with Managed Extensibility Framework</title>
      <description>Last Friday Managed Extensibility Framework Preview 2 (MEF) was published on CodePlex. MEF is a new library in .NET that will simplify adding extension points to your applications. It enables discovery, loading and composition of the extensible components. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fkobush%2farchive%2f2008%2f09%2f08%2f125007.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fkobush%2farchive%2f2008%2f09%2f08%2f125007.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Getting_started_with_Managed_Extensibility_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Getting_started_with_Managed_Extensibility_Framework</guid>
      <pubDate>Tue, 16 Sep 2008 14:01:44 GMT</pubDate>
    </item>
    <item>
      <title>Measuring Programming Progress By Lines Of Code </title>
      <description>Software Managers all around the globe, need to have some metric to estimate their workers. Sometimes the management event wants to create a precise and measurable way to know the programming progress and the developers productivity and performance. One of those methods is called SLOC - Source Lines Of Code. This metric is used measure the size of the software by counting... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f09%2fmeasuring-programming-progress-by-lines-of-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f09%2fmeasuring-programming-progress-by-lines-of-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Measuring_Programming_Progress_By_Lines_Of_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Measuring_Programming_Progress_By_Lines_Of_Code</guid>
      <pubDate>Wed, 10 Sep 2008 05:46:02 GMT</pubDate>
    </item>
    <item>
      <title>How To Solve: &amp;quot;No Files Were Found To Look In. Find Was Stopped In Progress&amp;quot; </title>
      <description>...she tried to use the "find in files" option in Visual Studio 2005 and even though the searched expression was out there in one of the files, she got the following result: "No files were found to look in. Find was stopped in progress." &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f04%2fhow-to-solve-no-files-were-found-to-look-in-find-was-stopped-in-progress%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f04%2fhow-to-solve-no-files-were-found-to-look-in-find-was-stopped-in-progress%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/How_To_Solve_No_Files_Were_Found_To_Look_In_Find_Was_Stopped_In_Progress</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/How_To_Solve_No_Files_Were_Found_To_Look_In_Find_Was_Stopped_In_Progress</guid>
      <pubDate>Thu, 04 Sep 2008 03:44:03 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio - See Your TODO Comments In One List </title>
      <description>How many timed did you write a TODO comment in your code? How many time did you forget about this comment and met it again only some months later? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f01%2fvisual-studio-see-your-todo-comments-in-one-list%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f01%2fvisual-studio-see-your-todo-comments-in-one-list%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Visual_Studio_See_Your_TODO_Comments_In_One_List</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Visual_Studio_See_Your_TODO_Comments_In_One_List</guid>
      <pubDate>Mon, 01 Sep 2008 09:58:08 GMT</pubDate>
    </item>
    <item>
      <title>Creating a 3D Border Style in WPF </title>
      <description>Many times I want to make my WPF Controls have a 3D effect. For examples Headers of lists and such. Saddly there is no built in way to do it so we have to come up with a custom solution. I don't want to use Bitmap effects due to performance reasons... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f26%2fcreating-a-3d-border-style-in-wpf%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f26%2fcreating-a-3d-border-style-in-wpf%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Creating_a_3D_Border_Style_in_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Creating_a_3D_Border_Style_in_WPF</guid>
      <pubDate>Tue, 26 Aug 2008 16:41:45 GMT</pubDate>
    </item>
    <item>
      <title>jQuery and the ASP.NET MVC Framework </title>
      <description>With WebForms, integrating with Ajax libraries other than ASP.NET AJAX was slightly painful. With the new ASP.NET MVC Framework, however, you can use jQuery without these additional headaches. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f19%2fjquery-and-the-aspnet-mvc-framework%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f19%2fjquery-and-the-aspnet-mvc-framework%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/jQuery_and_the_ASP_NET_MVC_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/jQuery_and_the_ASP_NET_MVC_Framework</guid>
      <pubDate>Thu, 21 Aug 2008 17:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Add Configuration Files To Your Visual Studio Project </title>
      <description>Wouldn't it be nice if for each project, our resources and configuration files could be seen form visual studio? We would never need to find them using the windows explorer anymore and we will always have them right there even when coming back to a code which was written 2-3 years ago.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f18%2fadd-configuration-files-to-your-visual-studio-project%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f18%2fadd-configuration-files-to-your-visual-studio-project%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Add_Configuration_Files_To_Your_Visual_Studio_Project</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Add_Configuration_Files_To_Your_Visual_Studio_Project</guid>
      <pubDate>Mon, 18 Aug 2008 14:27:14 GMT</pubDate>
    </item>
    <item>
      <title>Three Free Tools Any Web Developer Must Use </title>
      <description>Here are some great tools that will help you diagnose problems and errors on your applications. Don't leave home without them!

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f13%2fthree-free-tools-any-web-developer-must-use%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f13%2fthree-free-tools-any-web-developer-must-use%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Three_Free_Tools_Any_Web_Developer_Must_Use</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Three_Free_Tools_Any_Web_Developer_Must_Use</guid>
      <pubDate>Wed, 13 Aug 2008 14:33:38 GMT</pubDate>
    </item>
    <item>
      <title>A Programming Job Interview Challenge - The End </title>
      <description>I think that this is the end of our series. I have no questions left in the bank. if you have any ideas for new questions and you want them to be published here at www.Dev102.com, don't hesitate to contact us. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f11%2fa-programming-job-interview-challenge-the-end%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f11%2fa-programming-job-interview-challenge-the-end%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_Programming_Job_Interview_Challenge_The_End</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_Programming_Job_Interview_Challenge_The_End</guid>
      <pubDate>Mon, 11 Aug 2008 17:27:34 GMT</pubDate>
    </item>
    <item>
      <title>A Programming Job Interview Challenge #14 - 2D Geometry </title>
      <description>The fourteenth post of the series of programming job interview challenge is out, 83 readers provided an answer to job interview challenge #13. Your input is a list of points in a 2D space. If you draw lines between one point to the next one, a closed polygon is created (can be either concave or convex)... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f05%2fa-programming-job-interview-challenge-14-2d-geometry%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f05%2fa-programming-job-interview-challenge-14-2d-geometry%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/A_Programming_Job_Interview_Challenge_14_2D_Geometry</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/A_Programming_Job_Interview_Challenge_14_2D_Geometry</guid>
      <pubDate>Wed, 06 Aug 2008 17:46:09 GMT</pubDate>
    </item>
    <item>
      <title>Using The &amp;quot;Using&amp;quot; Statement On a Method Rather Than a Class </title>
      <description>Have you ever tried using  the &amp;quot;Using&amp;quot; statement with a method and not a class? Why not take the &amp;quot;Using&amp;quot; statement and make it more useful. The Dispose method we want to be called does not have to Dispose of stuff, it can do anything we want!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f31%2fusing-the-using-statement-on-a-method-rather-than-a-class%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f31%2fusing-the-using-statement-on-a-method-rather-than-a-class%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Using_The_Using_Statement_On_a_Method_Rather_Than_a_Class</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Using_The_Using_Statement_On_a_Method_Rather_Than_a_Class</guid>
      <pubDate>Thu, 31 Jul 2008 20:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Item Templates </title>
      <description>Sometimes we are using the same patterns of code over and over again. Those of us who are lazy (but smart) will create their own code snippets, if you are not familiar with this subject, read about how to create code snippets easily. But what if we need to create lots of classes with the same pattern? Code snippets may not be enough because they lack of some functionality which is needed to achieve our goal.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f24%2fvisual-studio-item-templates%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f24%2fvisual-studio-item-templates%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Visual_Studio_Item_Templates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Visual_Studio_Item_Templates</guid>
      <pubDate>Fri, 25 Jul 2008 14:46:03 GMT</pubDate>
    </item>
  </channel>
</rss>