<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by tokes</title>
    <description>Stories kicked by tokes</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>10 Programming Proverbs Every Developer Should Know</title>
      <description>Proverbs are used to express universal truths or life lessons in a short and memorable fashion.  I find that they are a great way to keep things in perspective, both in life and in work.  Because of this, I have assembled 10 programming proverbs that every developer needs in their arsenal.  &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%2fProgramming-Proverbs.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kevinwilliampang.com%2fpost%2fProgramming-Proverbs.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/10_Programming_Proverbs_Every_Developer_Should_Know</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/10_Programming_Proverbs_Every_Developer_Should_Know</guid>
      <pubDate>Tue, 07 Oct 2008 23:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Best practices for creating websites in IIS 6</title>
      <description>A list of steps that I always take while creating ASP.NET websites in IIS 6. It ensures better performance maintainability, and scalability of your application.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2008%2f10%2f04%2fbest-practices-for-creating-websites-in-iis-6-0.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2008%2f10%2f04%2fbest-practices-for-creating-websites-in-iis-6-0.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Best_practices_for_creating_websites_in_IIS_6</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Best_practices_for_creating_websites_in_IIS_6</guid>
      <pubDate>Sun, 05 Oct 2008 20:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Check username availability with JQuery &amp;amp; ASP.NET</title>
      <description>This article shows how to use jQuery in a real world practical situation - to check username availability - by making an AJAX call to a WebMethod. In this artcle we examine how to make the call, how get the desired username and pass it correctly as well as using jQuery to style and display firnedly notification messages. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2friderdesign.com%2farticles%2fCheck-username-availability-with-JQuery-and-ASP.NET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2friderdesign.com%2farticles%2fCheck-username-availability-with-JQuery-and-ASP.NET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Check_username_availability_with_JQuery_ASP_NET_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Check_username_availability_with_JQuery_ASP_NET_1</guid>
      <pubDate>Tue, 07 Oct 2008 14:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Thought Driven Development a Methodology of Abile Development</title>
      <description>Warning: This is a rant against TDD extremism! Sensitive TDD people better step out of this dark sleazy communist place right now!
Why do I pick on TDD? Because it makes no sense. The development and design shall be driven by thought not by test. Yes some people are able to "think" better about their problems while using TDD. Kudos to them! But not all people are alike. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flittletutorials.com%2f2008%2f09%2f29%2fthought-driven-development%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flittletutorials.com%2f2008%2f09%2f29%2fthought-driven-development%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Thought_Driven_Development_a_Methodology_of_Abile_Development</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Thought_Driven_Development_a_Methodology_of_Abile_Development</guid>
      <pubDate>Tue, 30 Sep 2008 14:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Want to Speed Up Your ASP.NET Web Site?</title>
      <description>There are lots of tricks to optimising the speed of your web site. Most of them require you to follow certain design and implementation best practices. But, if you're looking for a quick and (really) easy way to make your site even faster then you should definitely check out the new Runtime Page Optimizer (RPO). Deployment is pretty much copying an assembly to your web server and adding a couple of lines to your web.config - it's that simple! &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%2f09%2f17%2fwant-to-speed-up-you-asp.net-web-site.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f09%2f17%2fwant-to-speed-up-you-asp.net-web-site.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Want_to_Speed_Up_Your_ASP_NET_Web_Site</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Want_to_Speed_Up_Your_ASP_NET_Web_Site</guid>
      <pubDate>Wed, 17 Sep 2008 04:50:47 GMT</pubDate>
    </item>
    <item>
      <title>Supporting Leaderless Projects</title>
      <description>Are you a junior developer working alone? Are you part of a team with no Development Team Lead (DTL)? Do you feel neglected, unloved and with nowhere to turn? Then this article is for you and your manager. &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%2f09%2f13%2fsupporting-leaderless-projects.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f09%2f13%2fsupporting-leaderless-projects.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Supporting_Leaderless_Projects</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Supporting_Leaderless_Projects</guid>
      <pubDate>Sun, 14 Sep 2008 22:25:47 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>Bad advice on exceptions from Joel</title>
      <description>Starting from some comments on my exception handling series of articles I run into a couple of blogs pointing to this post on joelonsoftware.com. I think this is the worst advice on exception handling I have ever read, sorry Joel. I know this is an old post, I know Joel is entitled to his own opinion and I know he has the right to write his code as he sees fit. But as an opinion leader he influences others. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flittletutorials.com%2f2008%2f08%2f23%2fbad-advice-on-exceptions-from-joel%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flittletutorials.com%2f2008%2f08%2f23%2fbad-advice-on-exceptions-from-joel%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Bad_advice_on_exceptions_from_Joel</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Bad_advice_on_exceptions_from_Joel</guid>
      <pubDate>Sun, 24 Aug 2008 05:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Starting with jQuery</title>
      <description>This is the first of number of posts to come on getting started with jQuery with no previous knowledge of the framework.  Over the course, various jQuery Plug-Ins will be used and discussed along with gradual integration with traditional ASP.Net 2.0 web applications components (i.e. Master Pages, User Controls, and ASP.Net AJAX). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frandomactsofcoding.blogspot.com%2f2008%2f08%2fstarting-with-jquery.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frandomactsofcoding.blogspot.com%2f2008%2f08%2fstarting-with-jquery.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Starting_with_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Starting_with_jQuery</guid>
      <pubDate>Thu, 14 Aug 2008 22:16:02 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>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>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>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>
    <item>
      <title>An Open Letter to the ALT.NET Community</title>
      <description>It seems as if everyone in .net land has chimed in on the whole Entity Framework &amp;quot;Vote Of No Confidence&amp;quot; petition recently, and up until now I have mostly stayed on the sidelines. As with any seemingly risky move, I was quite torn on the issue. And to a certain extent, I still am ... &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%2f2008%2f06%2fAn-Open-Letter-to-the-ALTNET-Community.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f06%2fAn-Open-Letter-to-the-ALTNET-Community.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/An_Open_Letter_to_the_ALT_NET_Community</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/An_Open_Letter_to_the_ALT_NET_Community</guid>
      <pubDate>Mon, 30 Jun 2008 18:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Development Team Meetings - Keeping the Focus</title>
      <description>Weekly team meetings are an essential part of any Development Team. Especially when team members are working on different projects and multiple locations. Keeping these meetings relevant and informative is crucial - people are busy and no-one wants their time wasted. I recently sent out an email expanding on the types of meetings we have and how people can participate - perhaps they will help your team when they get together. &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%2f06%2f23%2fdevelopment-team-meetings-ndash-keeping-the-focus.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f06%2f23%2fdevelopment-team-meetings-ndash-keeping-the-focus.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Development_Team_Meetings_Keeping_the_Focus</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Development_Team_Meetings_Keeping_the_Focus</guid>
      <pubDate>Mon, 23 Jun 2008 09:40:54 GMT</pubDate>
    </item>
    <item>
      <title>How to get up to speed with Team Foundation Server</title>
      <description>A collection of links about TFS, from evaluation to installation to customization and maintenance. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f06%2f20%2fHow-to-get-up-to-speed-with-Team-Foundation-Server.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f06%2f20%2fHow-to-get-up-to-speed-with-Team-Foundation-Server.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/How_to_get_up_to_speed_with_Team_Foundation_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/How_to_get_up_to_speed_with_Team_Foundation_Server</guid>
      <pubDate>Fri, 20 Jun 2008 11:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Don't be clever</title>
      <description>How being clever can create headaches for you (later) and other team members. &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%2f2007%2f12%2fDont-be-clever.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2007%2f12%2fDont-be-clever.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Don_t_be_clever_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Don_t_be_clever_1</guid>
      <pubDate>Thu, 19 Jun 2008 20:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Faster domain model development with schema round-tripping</title>
      <description>Schema round-tripping is the ability for your domain model entities to be updated seamlessly when schema changes occur or, when your modify your model, for those changes to be propagated back to your database schema without any fuss. This article covers how to leverage schema round-tripping with LightSpeed 2.0's Visual Studio 2008 integrated domain design tool. This functionality is baked into every version, including the free express edition. &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%2f06%2f17%2fschema-round-tripping-in-the-lightspeed-designer%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%2f06%2f17%2fschema-round-tripping-in-the-lightspeed-designer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Faster_domain_model_development_with_schema_round_tripping</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Faster_domain_model_development_with_schema_round_tripping</guid>
      <pubDate>Fri, 20 Jun 2008 05:01:02 GMT</pubDate>
    </item>
    <item>
      <title>LightSpeed 2.0 Released</title>
      <description>LightSpeed 2.0 has been released. It includes a full, round-tripping Visual Studio designer and support for LINQ! &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%2f06%2f04%2flightspeed-20-released"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2008%2f06%2f04%2flightspeed-20-released" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/LightSpeed_2_0_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/LightSpeed_2_0_Released</guid>
      <pubDate>Thu, 05 Jun 2008 04:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Linq to SQL with WCF in a Multi Tiered Action - Part 2</title>
      <description>Second Part of Sidar's multi tiered walkthrough with Linq and WCF - Presentation issues and Data Layer implementation covered, source code is available to download too.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f06%2f02%2flinq-to-sql-with-wcf-in-a-multi-tiered-action-part-2.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f06%2f02%2flinq-to-sql-with-wcf-in-a-multi-tiered-action-part-2.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Linq_to_SQL_with_WCF_in_a_Multi_Tiered_Action_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Linq_to_SQL_with_WCF_in_a_Multi_Tiered_Action_Part_2</guid>
      <pubDate>Mon, 02 Jun 2008 11:01:02 GMT</pubDate>
    </item>
    <item>
      <title>CSS Adapter For ASP Wizard Control</title>
      <description>Ever wanted to use the ASP Wizard control but couldn't bare the verbose (table based) rendering? Check this post out for a CSS adapter that will render the control using a CSS friendly div based layout.  &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%2f05%2f16%2fcss-adapter-for-asp.wizard-control.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f05%2f16%2fcss-adapter-for-asp.wizard-control.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/CSS_Adapter_For_ASP_Wizard_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/CSS_Adapter_For_ASP_Wizard_Control</guid>
      <pubDate>Wed, 28 May 2008 08:42:16 GMT</pubDate>
    </item>
    <item>
      <title>How to wrap the ASP.NET session state</title>
      <description>A handy C# code snippet for accessing ASP.net session state data. Exceptions are handled, usage is intuitive.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstartbigthinksmall.wordpress.com%2f2008%2f05%2f14%2fhow-to-wrap-the-aspnet-session-state%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstartbigthinksmall.wordpress.com%2f2008%2f05%2f14%2fhow-to-wrap-the-aspnet-session-state%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_wrap_the_ASP_NET_session_state</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_wrap_the_ASP_NET_session_state</guid>
      <pubDate>Mon, 19 May 2008 13:16:16 GMT</pubDate>
    </item>
    <item>
      <title>Eight Simple Tips To Improve Your Presentation Skills</title>
      <description>Recently, a user group held a conference whose subject was Domain-Driven Design with nHibernate. Now, this is a really cool topic of discussion! So, I decided to attend the conference in order to improve my perspective and knowledge on the subject. Little did I know that the speaker was an introverted programmer who greatly lacked in public speaking skills. Many people, including myself, left early, as the presentation became unbearably tedious and awkward. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.briandicroce.com%2f2007%2f12%2f31%2feight-simple-tips-to-improve-your-presentation-skills%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.briandicroce.com%2f2007%2f12%2f31%2feight-simple-tips-to-improve-your-presentation-skills%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Eight_Simple_Tips_To_Improve_Your_Presentation_Skills</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Eight_Simple_Tips_To_Improve_Your_Presentation_Skills</guid>
      <pubDate>Sun, 18 May 2008 20:46:02 GMT</pubDate>
    </item>
    <item>
      <title>ALT.NET Podcast - Management Crisis!</title>
      <description>The first ALT.NET Podcast discussed some interesting points but one stood out for me - apparently there is a Management Crisis. Read how this manager responds... crisis what crisis? &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%2f05%2f14%2falt.net-podcast---management-crisis.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f05%2f14%2falt.net-podcast---management-crisis.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/ALT_NET_Podcast_Management_Crisis</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/ALT_NET_Podcast_Management_Crisis</guid>
      <pubDate>Thu, 15 May 2008 07:16:05 GMT</pubDate>
    </item>
  </channel>
</rss>