<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by sjclark76</title>
    <description>Stories kicked by sjclark76</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>LightSpeed 2.1 Released - includes new search API</title>
      <description>LightSpeed 2.1, the performance minded object relational mapping framework, is fresh from the oven with new features like database independent full text search capabilities using Lucene.Net, Visual Studio integrated designer enhancements and a bundle of other new features. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2008%2f10%2f15%2flightspeed-21-released%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2008%2f10%2f15%2flightspeed-21-released%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/LightSpeed_2_1_Released_includes_new_search_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/LightSpeed_2_1_Released_includes_new_search_API</guid>
      <pubDate>Thu, 16 Oct 2008 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Copy text from a MessageBox</title>
      <description>How many times you wished you could copy text from the MessageBox.  YOU CAN. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvkreynin.wordpress.com%2f2007%2f10%2f02%2fcopy-text-from-a-messagebox%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvkreynin.wordpress.com%2f2007%2f10%2f02%2fcopy-text-from-a-messagebox%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Copy_text_from_a_MessageBox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Copy_text_from_a_MessageBox</guid>
      <pubDate>Thu, 16 Oct 2008 21:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Some Thoughts on Oslo</title>
      <description>The concept of modelling software in an abstract manner to ease the process of creating the real thing has been around for a while. And in all that time it's never really taken off in the mainstream. So it's pretty exciting to hear Microsoft has decided to give it a go - Microsoft have always been clever when it comes to examining the landscape, taking out the best bits, and building something that stands out from the rest. Let's hope they learn the lessons of others and produce something that's really different. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f10%2f12%2fsome-thoughts-on-oslo.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f10%2f12%2fsome-thoughts-on-oslo.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Some_Thoughts_on_Oslo</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Some_Thoughts_on_Oslo</guid>
      <pubDate>Mon, 13 Oct 2008 12:31:10 GMT</pubDate>
    </item>
    <item>
      <title>Separate Assemblies != Loose Coupling</title>
      <description>read and learn &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2008%2f09%2f30%2fseparate-assemblies-loose-coupling.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2008%2f09%2f30%2fseparate-assemblies-loose-coupling.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Separate_Assemblies_Loose_Coupling</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Separate_Assemblies_Loose_Coupling</guid>
      <pubDate>Tue, 30 Sep 2008 22:16:07 GMT</pubDate>
    </item>
    <item>
      <title>Getting rid of spaghetti code in the real-world: a Case Study</title>
      <description>A case study of cleaning up entangled code by reducing dependencies. 
Tips of how to avoid more entangled code to be added.
Plugs NCover. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fpatricksmacchia%2farchive%2f2008%2f09%2f23%2fgetting-rid-of-spaghetti-code-in-the-real-world.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fpatricksmacchia%2farchive%2f2008%2f09%2f23%2fgetting-rid-of-spaghetti-code-in-the-real-world.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Getting_rid_of_spaghetti_code_in_the_real_world_a_Case_Study</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Getting_rid_of_spaghetti_code_in_the_real_world_a_Case_Study</guid>
      <pubDate>Thu, 02 Oct 2008 17:46:10 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>Fri, 05 Sep 2008 18:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Google Browser: Chrome</title>
      <description>has a good comic book to explain their design and features. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgoogleblog.blogspot.com%2f2008%2f09%2ffresh-take-on-browser.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgoogleblog.blogspot.com%2f2008%2f09%2ffresh-take-on-browser.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Google_Browser_Chrome</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Google_Browser_Chrome</guid>
      <pubDate>Tue, 02 Sep 2008 17:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Remotely Log Off Remote Desktop Users</title>
      <description>How to remotely log off remote desktop (terminal service) users when you get that annoying: &amp;quot;The terminal server has exceeded the maximum number of allowed connections." &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2f%3fp%3d378"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2f%3fp%3d378" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Remotely_Log_Off_Remote_Desktop_Users</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Remotely_Log_Off_Remote_Desktop_Users</guid>
      <pubDate>Wed, 27 Aug 2008 01:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Json.NET 3.0 Released</title>
      <description>The latest version of Json.NET brings lots of new features including Silverlight support. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f08%2f25%2fjson-net-3-0-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f08%2f25%2fjson-net-3-0-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Json_NET_3_0_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Json_NET_3_0_Released</guid>
      <pubDate>Mon, 25 Aug 2008 20:46:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Tip #35 - Use the NHaml View Engine </title>
      <description>In this tip, I explain how you can use the NHaml view engine as the view engine for an ASP.NET MVC application. I demonstrate how to create NHaml views that display both static content and database records. I also discuss how you can use master pages and user controls with the NHaml view engine. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fstephenwalther%2farchive%2f2008%2f08%2f20%2fasp-net-mvc-tip-35-use-the-nhaml-view-engine.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fstephenwalther%2farchive%2f2008%2f08%2f20%2fasp-net-mvc-tip-35-use-the-nhaml-view-engine.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Tip_35_Use_the_NHaml_View_Engine</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Tip_35_Use_the_NHaml_View_Engine</guid>
      <pubDate>Sun, 24 Aug 2008 11:01:08 GMT</pubDate>
    </item>
    <item>
      <title>Clone Detective for Visual Studio</title>
      <description>Clone Detective is a Visual Studio integration that allows you to analyze C# projects for source code that is duplicated somewhere else. Having duplicates can easily lead to inconsistencies and often is an indicator for poorly factored code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeplex.com%2fCloneDetectiveVS"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeplex.com%2fCloneDetectiveVS" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Clone_Detective_for_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Clone_Detective_for_Visual_Studio</guid>
      <pubDate>Tue, 19 Aug 2008 19:16:03 GMT</pubDate>
    </item>
    <item>
      <title>A Serious Challenge for Open Source?</title>
      <description>. . . what Mindscape has done is really quite impressive. To evaluate, accept, and incorporate feedback that quickly into the product and to have the installer ready that afternoon is impressive - for anyone. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscyvas.wordpress.com%2f2008%2f08%2f15%2fa-serious-challenge-for-open-source%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscyvas.wordpress.com%2f2008%2f08%2f15%2fa-serious-challenge-for-open-source%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_Serious_Challenge_for_Open_Source</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_Serious_Challenge_for_Open_Source</guid>
      <pubDate>Sun, 17 Aug 2008 23:46:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET gets no Respect</title>
      <description>Poor ASP.NET! Is it really that bad? I say No! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f453551.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f453551.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_gets_no_Respect</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_gets_no_Respect</guid>
      <pubDate>Fri, 15 Aug 2008 13:16:11 GMT</pubDate>
    </item>
    <item>
      <title>Free Visual Studio File Explorer Add-in</title>
      <description>The Visual Studio File Explorer Add-in (sexy name we know, but hey, it's self documenting) is a free Tool Window add-in for VS 2008 that provides a Windows Explorer style file system view. It's particularly useful for performing routine file system tasks without the need to "context switch" away from Visual Studio, which can be time-consuming over the course of days and weeks. It is shell-enabled so extensions like TortoiseSVN work too. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2008%2f08%2f13%2ffree-visual-studio-file-explorer-add-in%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2008%2f08%2f13%2ffree-visual-studio-file-explorer-add-in%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Free_Visual_Studio_File_Explorer_Add_in</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Free_Visual_Studio_File_Explorer_Add_in</guid>
      <pubDate>Wed, 13 Aug 2008 09:31:03 GMT</pubDate>
    </item>
    <item>
      <title>What's wrong with SOAP? - REST and .NET 3.5 Part 1 - why REST based se</title>
      <description>SOAP vs REST &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developerfusion.co.uk%2fshow%2f7991"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developerfusion.co.uk%2fshow%2f7991" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/What_s_wrong_with_SOAP_REST_and_NET_3_5_Part_1_why_REST_based_se</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/What_s_wrong_with_SOAP_REST_and_NET_3_5_Part_1_why_REST_based_se</guid>
      <pubDate>Mon, 11 Aug 2008 03:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Documenting Coding Standards - Less is More</title>
      <description>A colleague and I were recently invited to provide feedback on a client's coding standards and were sent a 60+ page document to review. In preparation for the meeting I diligently started to go through each section providing comments and suggestions as I went. But after about page 30 my concentration began to wane and my comments grew more and more sparse. The moral of this story...

If someone that's being paid to review your coding standards is struggling to get through them then you can bet your bottom dollar your development team won't be reading them either.

This post reflects on the things to consider when documenting your company's standards. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f08%2f05%2fdocumenting-coding-standards---less-is-more.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f08%2f05%2fdocumenting-coding-standards---less-is-more.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Documenting_Coding_Standards_Less_is_More</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Documenting_Coding_Standards_Less_is_More</guid>
      <pubDate>Wed, 06 Aug 2008 15:31:11 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL - Am I Hitting The Database?</title>
      <description>Like most other developers who have been using LINQ for a while (and in this particular case, LINQ to SQL) - I've unknowingly made a few 'bad queries' that performed great at first, but eventually made some pages crawl. This post isn't necessarily about performance, but if you don't know how to answer that question (&amp;quot;am I hitting the database&amp;quot;), then you'll likely find yourself in a world of problems down the road when you're using LINQ to SQL. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.singingeels.com%2fBlogs%2fNullable%2f2008%2f08%2f04%2fLINQ_to_SQL__Am_I_Hitting_The_Database.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.singingeels.com%2fBlogs%2fNullable%2f2008%2f08%2f04%2fLINQ_to_SQL__Am_I_Hitting_The_Database.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_SQL_Am_I_Hitting_The_Database</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_SQL_Am_I_Hitting_The_Database</guid>
      <pubDate>Thu, 07 Aug 2008 16:16:09 GMT</pubDate>
    </item>
    <item>
      <title>WCF Simplified to a Single Diagram</title>
      <description>Anyone learning WCF for the first time will quickly become bewildered by the array of new terms and concepts they have to get their heads around. As part of a presentation I did recently I produced a single diagram that helps gain a quick overview of these terms and how they relate to one another. Check it out. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f07%2f31%2fwcf-simplified-to-a-single-diagram.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f07%2f31%2fwcf-simplified-to-a-single-diagram.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/WCF_Simplified_to_a_Single_Diagram</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/WCF_Simplified_to_a_Single_Diagram</guid>
      <pubDate>Thu, 31 Jul 2008 02:27:45 GMT</pubDate>
    </item>
    <item>
      <title> Elegant Invariant Checking with C# 3 </title>
      <description>Leveraging expression trees and extension methods to build a fluent invariant checking API. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fandrewpeters.net%2f2008%2f07%2f30%2finvariant-checking%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewpeters.net%2f2008%2f07%2f30%2finvariant-checking%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Elegant_Invariant_Checking_with_C_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Elegant_Invariant_Checking_with_C_3</guid>
      <pubDate>Thu, 31 Jul 2008 07:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Foundations of Programming - Learning Application</title>
      <description>If you're anything like me, you probably learn a lot better by going through code rather than reading books. I'm happy to release the Foundations of Programming Learning Application - it's a complete solution meant to show what was covered in the Foundations series. &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%2f2008%2f07%2f18%2ffoundations-of-programming-learning-application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f07%2f18%2ffoundations-of-programming-learning-application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Foundations_of_Programming_Learning_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Foundations_of_Programming_Learning_Application</guid>
      <pubDate>Wed, 30 Jul 2008 20:46:10 GMT</pubDate>
    </item>
    <item>
      <title>So What's Your Personal (Developer) Brand?</title>
      <description>I am increasingly being asked by members of my team how they can further themselves within the company. While this is certainly an option - and a popular one - it is not the only track to follow. You could choose to become a technical specialist, an architect or even a technical salesperson. But whatever path you choose to follow your ability to achieve it will be dependent on how you develop your own personal brand - in other words the way you portray yourself to others will directly reflect the opportunities that are presented to you. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f07%2f16%2fso-whatrsquos-your-personal-developer-brand.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f07%2f16%2fso-whatrsquos-your-personal-developer-brand.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/So_What_s_Your_Personal_Developer_Brand</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/So_What_s_Your_Personal_Developer_Brand</guid>
      <pubDate>Sat, 19 Jul 2008 17:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Jump between braces in Visual Studio.</title>
      <description>Move fast between open and close braces.  No more scrolling to find beginning of that illusive if statement. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvkreynin.wordpress.com%2f2008%2f07%2f09%2fjump-between-braces-in-visual-studio%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvkreynin.wordpress.com%2f2008%2f07%2f09%2fjump-between-braces-in-visual-studio%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Jump_between_braces_in_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Jump_between_braces_in_Visual_Studio</guid>
      <pubDate>Thu, 10 Jul 2008 17:01:09 GMT</pubDate>
    </item>
    <item>
      <title>Foundation of Programming FREE EBook - CodeBetter.Com</title>
      <description>The Foundation Of Programming Series Free ebook By Karl Seguin &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2ffiles%2ffolders%2fcodebetter_downloads%2fentry179694.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2ffiles%2ffolders%2fcodebetter_downloads%2fentry179694.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Foundation_of_Programming_FREE_EBook_CodeBetter_Com</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Foundation_of_Programming_FREE_EBook_CodeBetter_Com</guid>
      <pubDate>Wed, 09 Jul 2008 14:46:05 GMT</pubDate>
    </item>
    <item>
      <title>Exploring ShadeTree Features, Part 1: Static Reflection with Reflectio</title>
      <description>Some beautiful code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fchad_myers%2farchive%2f2008%2f07%2f06%2fexploring-shadetree-features-part-1-static-reflection-with-reflectionhelper.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fchad_myers%2farchive%2f2008%2f07%2f06%2fexploring-shadetree-features-part-1-static-reflection-with-reflectionhelper.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Exploring_ShadeTree_Features_Part_1_Static_Reflection_with_Reflectio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Exploring_ShadeTree_Features_Part_1_Static_Reflection_with_Reflectio</guid>
      <pubDate>Sun, 20 Jul 2008 00:31:08 GMT</pubDate>
    </item>
    <item>
      <title>Mocking the Linq To Sql DataContext</title>
      <description>A generic solution to mocking the Linq To Sql DataContext and how you can test your linq queries against an in memory database. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f07%2f06%2fmocking-linq-to-sql-datacontext.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f07%2f06%2fmocking-linq-to-sql-datacontext.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Mocking_the_Linq_To_Sql_DataContext</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Mocking_the_Linq_To_Sql_DataContext</guid>
      <pubDate>Wed, 09 Jul 2008 00:31:02 GMT</pubDate>
    </item>
  </channel>
</rss>