<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by jiltedcitizen</title>
    <description>Stories kicked by jiltedcitizen</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>Pimp My Debugger - DebuggerDisplay Attribute</title>
      <description>The other day I was reading some friends code, and I saw that he used a DebuggerDisplay attribute. It allows you to create a custom view of your objects in the Visual studio debugger. This attribute is very straight forward, but very powerful in the amount of time it can save you when debugging your application. I'll show you a cookie cutter example, but you can use your imagination as to how to use this particular attribute.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.monstersgotmy.net%2fpost%2fPimp-My-Debugger-DebuggerDisplay-Attribute.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.monstersgotmy.net%2fpost%2fPimp-My-Debugger-DebuggerDisplay-Attribute.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Pimp_My_Debugger_DebuggerDisplay_Attribute</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Pimp_My_Debugger_DebuggerDisplay_Attribute</guid>
      <pubDate>Tue, 09 Dec 2008 13:46:10 GMT</pubDate>
    </item>
    <item>
      <title>Back to Basics: Generics </title>
      <description>Introduction

There are language features that are nothing more than syntactical sugar. For example, C#'s coalesce operator (??) is a short-handed and specialized if-else. Object initializers make it easier to set properties on a newly created objects. Some features though go beyond mere convenience and add real value. I know it seems like we constantly have to learn new things, while at the same time actually produce code to pay our bills. It can be hard to pick and choose what to learn and what can wait. Let me be straight up though: if you haven't mastered generics yet, you're starting to fall dangerously behind. &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%2f11%2f21%2fback-to-basics-generics.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f11%2f21%2fback-to-basics-generics.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Back_to_Basics_Generics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Back_to_Basics_Generics</guid>
      <pubDate>Tue, 25 Nov 2008 22:01:12 GMT</pubDate>
    </item>
    <item>
      <title>Creating real transparent controls with compact framework</title>
      <description>This article explains one of easiest ways to create real transparent controls, can be positioned over other controls with image background with compact framework and windows mobile 5 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2ftamir%2farchive%2f2008%2f11%2f21%2fcreating-transparent-buttons-panels-and-other-control-with-compact-framework-and-putting-one-into-other.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2ftamir%2farchive%2f2008%2f11%2f21%2fcreating-transparent-buttons-panels-and-other-control-with-compact-framework-and-putting-one-into-other.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/compactframework/Creating_real_transparent_controls_with_compact_framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/compactframework/Creating_real_transparent_controls_with_compact_framework</guid>
      <pubDate>Sat, 22 Nov 2008 01:20:02 GMT</pubDate>
    </item>
    <item>
      <title>Fluent NHibernate and those sweet LINQ repositories</title>
      <description>Hidden gems in this cool open source library. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tobinharris.com%2f2008%2f8%2f9%2ffluent-nhibernate-and-those-sweet-linq-repositories"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tobinharris.com%2f2008%2f8%2f9%2ffluent-nhibernate-and-those-sweet-linq-repositories" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Fluent_NHibernate_and_those_sweet_LINQ_repositories</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Fluent_NHibernate_and_those_sweet_LINQ_repositories</guid>
      <pubDate>Mon, 11 Aug 2008 18:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Theme Generator</title>
      <description>A fun little ASP.NET MVC Application I wrote to generate Visual Studio themes based off of 3 given colors. I have always felt that selecting every color to make a decent theme is way too repetitive. This web application automatically chooses complements / contrasts based off your initial color selections (and uses jQuery to let you preview your theme before creating). Check it out and let me know what you think. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffrickinsweet.com%2ftools%2fTheme.mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffrickinsweet.com%2ftools%2fTheme.mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Visual_Studio_Theme_Generator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Visual_Studio_Theme_Generator</guid>
      <pubDate>Thu, 07 Aug 2008 21:16: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>Fri, 11 Jul 2008 01:01:09 GMT</pubDate>
    </item>
    <item>
      <title>Writing a Simple Role Playing Game with C# .NET and the State Pattern</title>
      <description>Learn how to use the State design pattern in C# .NET by writing a basic role playing game, with a main character who explores a forest, finds magical items, slays monsters, and gains experience points. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.primaryobjects.com%2fCMS%2fArticle94.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.primaryobjects.com%2fCMS%2fArticle94.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Writing_a_Simple_Role_Playing_Game_with_C_NET_and_the_State_Pattern</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Writing_a_Simple_Role_Playing_Game_with_C_NET_and_the_State_Pattern</guid>
      <pubDate>Fri, 02 May 2008 05:31:03 GMT</pubDate>
    </item>
    <item>
      <title>DotNetKicks PlugIn for Windows Live Writer</title>
      <description>John Papa created a plugin for WIndows Live Writer that will customize a DotNetKicks link in a blog post. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohnpapa.net%2fall%2fdotnetkicks-plugin-for-windows-live-writer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohnpapa.net%2fall%2fdotnetkicks-plugin-for-windows-live-writer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/DotNetKicks_PlugIn_for_Windows_Live_Writer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/DotNetKicks_PlugIn_for_Windows_Live_Writer</guid>
      <pubDate>Wed, 30 Apr 2008 20:31:03 GMT</pubDate>
    </item>
    <item>
      <title>The static Keyword</title>
      <description>We all use the static keyword, but do we really know what the possibilities are? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.shaytalksabout.net%2fpost%2fThe-static-Keyword.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.shaytalksabout.net%2fpost%2fThe-static-Keyword.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_static_Keyword</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_static_Keyword</guid>
      <pubDate>Fri, 04 Apr 2008 23:31:05 GMT</pubDate>
    </item>
    <item>
      <title>How to easily insert row in GridView with SqlDataSource?</title>
      <description>Asp.Net 2.0 GridView control is very powerful control. Developers at Microsoft really did a great job when designing it.
Its like Swiss Army knife for selecting, editing, sorting, paging and displaying data.
Combined with various DataSource controls (ObjectDataSource, SqlDataSource) it helps you execute most of your Read, Update and Delete operations without writing a single line of code.
Off course, nothing is perfect. For example, creating new data is is one common task that is not so simple to accomplish with GridView.
Let see how we can easily insert new rows of data using GridView and SqlDataSource... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-to-insert-row-in-GridView-with-SqlDataSource.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-to-insert-row-in-GridView-with-SqlDataSource.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_easily_insert_row_in_GridView_with_SqlDataSource</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_easily_insert_row_in_GridView_with_SqlDataSource</guid>
      <pubDate>Wed, 02 Apr 2008 17:33:30 GMT</pubDate>
    </item>
    <item>
      <title>UI design patterns library</title>
      <description>Very cool site which shows give you ideas about visual presentation for misc elements of user interface &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fui-patterns.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fui-patterns.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/UI_design_patterns_library</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/UI_design_patterns_library</guid>
      <pubDate>Fri, 21 Mar 2008 22:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Why ASP.NET AJAX UpdatePanels are dangerous</title>
      <description>Replace those UpdatePanels with WebMethods and JSON. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2findex.php%2f2007%2f07%2f11%2fwhy-aspnet-ajax-updatepanels-are-dangerous%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2findex.php%2f2007%2f07%2f11%2fwhy-aspnet-ajax-updatepanels-are-dangerous%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Why_ASP_NET_AJAX_UpdatePanels_are_dangerous</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Why_ASP_NET_AJAX_UpdatePanels_are_dangerous</guid>
      <pubDate>Wed, 11 Jul 2007 21:16:02 GMT</pubDate>
    </item>
    <item>
      <title>100% Reflective Class Diagram Creation Tool</title>
      <description>This article is about using reflection. For those of you that don't know what reflection is, it is the ability to obtain information about a Type of object without really knowing anything about the object type that is being dealt with. For example one could simply ask the current Type of object if it supports a certain method name, if it does, the method can be called. This may sound strange but it is a very powerful technique. Lets suppose that I simply want to look at what methods a class supports, well that is also easily achieved using reflection. .NET allows developers to leverage reflection in many ways. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fcsharp%2fAutoDiagrammer.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fcsharp%2fAutoDiagrammer.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/100_Reflective_Class_Diagram_Creation_Tool</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/100_Reflective_Class_Diagram_Creation_Tool</guid>
      <pubDate>Mon, 30 Apr 2007 16:46:01 GMT</pubDate>
    </item>
    <item>
      <title>An easy way to add a Ribbon Panel Office 2007 style - The Code Project</title>
      <description>Office 2007 Ribbon panel control &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fRibbon_Panel.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fRibbon_Panel.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/An_easy_way_to_add_a_Ribbon_Panel_Office_2007_style_The_Code_Project</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/An_easy_way_to_add_a_Ribbon_Panel_Office_2007_style_The_Code_Project</guid>
      <pubDate>Thu, 26 Apr 2007 18:42:54 GMT</pubDate>
    </item>
    <item>
      <title>The Blog Ride - The Vietnam of Computer Science</title>
      <description>Ted Neward once described object/relational mapping as the &amp;quot;Viet Nam of Computer Science,&amp;quot; which was an incredibly effective soundbite, if not completely clearly understood by all who read it or heard about it. In this long and exhaustive blog entry, Ted explains everything behind what he meant - and what's wrong with O/RM. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.tedneward.com%2f2006%2f06%2f26%2fThe%2bVietnam%2bOf%2bComputer%2bScience.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.tedneward.com%2f2006%2f06%2f26%2fThe%2bVietnam%2bOf%2bComputer%2bScience.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/The_Blog_Ride_The_Vietnam_of_Computer_Science</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/The_Blog_Ride_The_Vietnam_of_Computer_Science</guid>
      <pubDate>Sun, 02 Jul 2006 23:21:01 GMT</pubDate>
    </item>
    <item>
      <title>Create Unlimited Subdomains with HTTP Modules</title>
      <description>Brendan Tompkins show us how to map incoming subdomain HTTP requests to a HTTP Module &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fbrendan.tompkins%2farchive%2f2006%2f06%2f27%2f146875.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fbrendan.tompkins%2farchive%2f2006%2f06%2f27%2f146875.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Create_Unlimited_Subdomains_with_HTTP_Modules</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Create_Unlimited_Subdomains_with_HTTP_Modules</guid>
      <pubDate>Wed, 28 Jun 2006 09:17:01 GMT</pubDate>
    </item>
    <item>
      <title>Building Plugins Resilient To Versioning</title>
      <description>Phil Haack discusses an event-driven approach to implementing a plug-in architecture. The biggest impact of this approach...? Making your plug-ins more resilient to versioning of the core application you're plugging into. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2006%2f06%2f26%2fBuildingPluginsResilientToVersioning.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2006%2f06%2f26%2fBuildingPluginsResilientToVersioning.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Building_Plugins_Resilient_To_Versioning_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Building_Plugins_Resilient_To_Versioning_1</guid>
      <pubDate>Tue, 27 Jun 2006 17:55:06 GMT</pubDate>
    </item>
    <item>
      <title>Building Plugins Resilient to Versioning</title>
      <description>This article discusses how to design a plugin architecture that is resilient to versioning and changes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2006%2f06%2f26%2fBuildingPluginsResilientToVersioning.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2006%2f06%2f26%2fBuildingPluginsResilientToVersioning.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Building_Plugins_Resilient_to_Versioning</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Building_Plugins_Resilient_to_Versioning</guid>
      <pubDate>Tue, 27 Jun 2006 19:29:05 GMT</pubDate>
    </item>
    <item>
      <title>blinq part 2: comparing rails scaffolding</title>
      <description>comparing blinq to rails  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftimheuer.com%2fblog%2farchive%2f2006%2f06%2f16%2f12714.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftimheuer.com%2fblog%2farchive%2f2006%2f06%2f16%2f12714.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/blinq_part_2_comparing_rails_scaffolding</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/blinq_part_2_comparing_rails_scaffolding</guid>
      <pubDate>Wed, 28 Jun 2006 00:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Creating a Super-Fast and Super-Easy DotNetNuke&amp;#174; Module</title>
      <description>This tutorial will show you how to create a DotNetNuke module using the new DAL+, an extended feature set of the DotNetNuke Data Access Layer (DAL). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.adefwebserver.com%2fDotNetNukeHELP%2fDNN_Things4Sale%2fDefault.htm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.adefwebserver.com%2fDotNetNukeHELP%2fDNN_Things4Sale%2fDefault.htm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Creating_a_Super_Fast_and_Super_Easy_DotNetNuke_174_Module</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Creating_a_Super_Fast_and_Super_Easy_DotNetNuke_174_Module</guid>
      <pubDate>Wed, 21 Jun 2006 21:35:41 GMT</pubDate>
    </item>
    <item>
      <title>Ruby.NET Compiler preliminary Beta release</title>
      <description>The first beta release of the open source Ruby .NET compiler &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fplas.fit.qut.edu.au%2fRuby.NET%2fDownload.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fplas.fit.qut.edu.au%2fRuby.NET%2fDownload.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Ruby_NET_Compiler_preliminary_Beta_release</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Ruby_NET_Compiler_preliminary_Beta_release</guid>
      <pubDate>Tue, 20 Jun 2006 16:05:03 GMT</pubDate>
    </item>
    <item>
      <title>More Atlas Resources (Videos, Articles, WebCasts and Books)</title>
      <description>Scott Guthrie lists a number of new Atlas links, videos and screencasts. &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%2f2006%2f06%2f19%2fMore-Atlas-Resources-_2800_Videos_2C00_-Articles_2C00_-WebCasts-and-Books_2900_.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2006%2f06%2f19%2fMore-Atlas-Resources-_2800_Videos_2C00_-Articles_2C00_-WebCasts-and-Books_2900_.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/More_Atlas_Resources_Videos_Articles_WebCasts_and_Books</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/More_Atlas_Resources_Videos_Articles_WebCasts_and_Books</guid>
      <pubDate>Tue, 20 Jun 2006 13:49:01 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Enterprise Manager on Steroids: Ajax, Multiple DB types</title>
      <description>What would the ASP.NET Enterprise Manager look like with Ajax Support? The VisualWebGui guys have a clue. They built a new one from scratch with their cool technology for making web from winforms, and they even made it work with a database provider model, so you can manage many database types with it.
On top of that, it's open source.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frosherove%2farchive%2f2006%2f06%2f12%2f452008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frosherove%2farchive%2f2006%2f06%2f12%2f452008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Enterprise_Manager_on_Steroids_Ajax_Multiple_DB_types</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Enterprise_Manager_on_Steroids_Ajax_Multiple_DB_types</guid>
      <pubDate>Mon, 12 Jun 2006 22:53:01 GMT</pubDate>
    </item>
    <item>
      <title>Subtext 1.5 Nautilus R and R Edition Released!</title>
      <description>The SubText Team is proud to annouce the release of SubText v1.5! SubText is an open source blogging engine written in C# for the ASP.NET platform. Read on for information on some great new features and to learn about the coming release plan! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2006%2f06%2f07%2fSubtext1.5NautilusRAndREditionReleased.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2006%2f06%2f07%2fSubtext1.5NautilusRAndREditionReleased.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Subtext_1_5_Nautilus_R_and_R_Edition_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Subtext_1_5_Nautilus_R_and_R_Edition_Released</guid>
      <pubDate>Thu, 08 Jun 2006 17:13:01 GMT</pubDate>
    </item>
    <item>
      <title>Scott Hanselman's 2005 Ultimate Developer and Power Users Tool List</title>
      <description>Everyone collects utilities, and most folks have a list of a few that they feel are indispensable.  Here's mine.  Each has a distinct purpose, and I probably touch each at least a few times a week.  For me, util means utilitarian and it means don't clutter my tray.  If it saves me time, and seamlessly integrates with my life, it's the bomb. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fScottHanselmans2005UltimateDeveloperAndPowerUsersToolList.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fScottHanselmans2005UltimateDeveloperAndPowerUsersToolList.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Scott_Hanselman_s_2005_Ultimate_Developer_and_Power_Users_Tool_List</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Scott_Hanselman_s_2005_Ultimate_Developer_and_Power_Users_Tool_List</guid>
      <pubDate>Tue, 06 Jun 2006 19:29:01 GMT</pubDate>
    </item>
  </channel>
</rss>