<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Ragable</title>
    <description>Stories kicked by Ragable</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>Why change-tracking has to be part of an entity object</title>
      <description>Frans Bouma raises some valid concerns on the Entity Frameworks entity state management. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2ffbouma%2farchive%2f2007%2f04%2f03%2fwhy-change-tracking-has-to-be-part-of-an-entity-object.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2ffbouma%2farchive%2f2007%2f04%2f03%2fwhy-change-tracking-has-to-be-part-of-an-entity-object.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Why_change_tracking_has_to_be_part_of_an_entity_object</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Why_change_tracking_has_to_be_part_of_an_entity_object</guid>
      <pubDate>Fri, 06 Apr 2007 05:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Remove the www subdomain from your website</title>
      <description>Many websites have two points of entry for each individual page - one with www and one without. It means that if other websites link to yours, they might link to the same page using two different addresses. If you make sure that all incoming links point to the same address, you also make sure that various page ranking algorithms of the different search engines give the page full credit for each incoming link.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmadskristensen.dk%2fblog%2fCommentView%2cguid%2cb7e86c19-4b28-4a95-a8d1-92a16e15a97f.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmadskristensen.dk%2fblog%2fCommentView%2cguid%2cb7e86c19-4b28-4a95-a8d1-92a16e15a97f.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Remove_the_www_subdomain_from_your_website</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Remove_the_www_subdomain_from_your_website</guid>
      <pubDate>Mon, 05 Feb 2007 12:46:01 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET 2.0 DataBinding Examined</title>
      <description>Checking out how ASP.NET 2.0 databinding features work under the hood. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fajdotnet.wordpress.com%2f2006%2f07%2f17%2faspnet-20-databinding-examined%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fajdotnet.wordpress.com%2f2006%2f07%2f17%2faspnet-20-databinding-examined%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_2_0_DataBinding_Examined</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_2_0_DataBinding_Examined</guid>
      <pubDate>Tue, 06 Feb 2007 07:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Creating a live.com image search GUI with MS Ajax for ASP.NET</title>
      <description>Three part tutorial on how to create a gui such as the one found in live.com image search &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aspcode.net%2farticles%2fl_en-US%2ft_default%2fASP.NET%2fASP.NET-2.0%2fAjax%2fASP.NET-AJAX-formally-Atlas%2fASP.NET-hoverextender-to-create-a-live.com-image-search-like-gui-part-1_article_444.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspcode.net%2farticles%2fl_en-US%2ft_default%2fASP.NET%2fASP.NET-2.0%2fAjax%2fASP.NET-AJAX-formally-Atlas%2fASP.NET-hoverextender-to-create-a-live.com-image-search-like-gui-part-1_article_444.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_a_live_com_image_search_GUI_with_MS_Ajax_for_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_a_live_com_image_search_GUI_with_MS_Ajax_for_ASP_NET</guid>
      <pubDate>Mon, 05 Feb 2007 03:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Paging Implementation With SQL </title>
      <description>When you see how the paging is a piece of cake now in .NET server controls (fro example, GridView), you can imagine how much amount of work was needed to do paging if you haven't these server controls. You can for example fetch all thr data block and put them on the session and just do your paging in you business layer! Ok..I heared someone say what are saying. Ture. This is really a miss when you working on huge data blocks. So, the best way is to do you paging inside the datalayer...
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmnour.blogspot.com%2f2007%2f01%2fpaging-implementation-with-sql.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmnour.blogspot.com%2f2007%2f01%2fpaging-implementation-with-sql.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Paging_Implementation_With_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Paging_Implementation_With_SQL</guid>
      <pubDate>Fri, 02 Feb 2007 14:16:01 GMT</pubDate>
    </item>
    <item>
      <title>CSS Friendly Control Adapters - Add 'em to Your Site</title>
      <description>An overview of how I integrated CSS Friendly Control Adapters (used to render clean CSS based markup) into a project working on... and a couple of tips/tricks to help you use the adapters for your projects. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2007%2f01%2f14%2fCSS_Friendly_Control_Adapters__Add_em_to_Your_Site.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2007%2f01%2f14%2fCSS_Friendly_Control_Adapters__Add_em_to_Your_Site.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/CSS_Friendly_Control_Adapters_Add_em_to_Your_Site</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/CSS_Friendly_Control_Adapters_Add_em_to_Your_Site</guid>
      <pubDate>Mon, 15 Jan 2007 09:01:01 GMT</pubDate>
    </item>
    <item>
      <title>What Is DBNull Needed For Anyway?</title>
      <description>My point of view on the ever popular quesstion: What is DBNull needed for? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fWhatIsDBNullNeededForAnyway.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fWhatIsDBNullNeededForAnyway.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/What_Is_DBNull_Needed_For_Anyway</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/What_Is_DBNull_Needed_For_Anyway</guid>
      <pubDate>Fri, 12 Jan 2007 07:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Query and join tables across db server instances</title>
      <description>Sometimes you need to query across servers, even servers of different type such as doing a table join from MySQL to Oracle. I'm going to show you two ways you could do this if you have access to an SQL Server. There are ways to do this with other servers, and there are more than two ways to do this in SQL Server, but I'm only covering two methods both using SQL Server here. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.principiaprogramatica.com%2f%3fp%3d5"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.principiaprogramatica.com%2f%3fp%3d5" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Query_and_join_tables_across_db_server_instances</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Query_and_join_tables_across_db_server_instances</guid>
      <pubDate>Thu, 04 Jan 2007 00:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Intro to JSON</title>
      <description>A brief introduction to the Javascript Object Notation &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnetpodcast.com%2fCS11%2fblogs%2fasp.net_podcast%2farchive%2f2006%2f12%2f27%2fasp-net-podcast-show-80-json-data-format.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnetpodcast.com%2fCS11%2fblogs%2fasp.net_podcast%2farchive%2f2006%2f12%2f27%2fasp-net-podcast-show-80-json-data-format.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Intro_to_JSON</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Intro_to_JSON</guid>
      <pubDate>Wed, 27 Dec 2006 07:31:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET AJAX(ATLAS) RC Released</title>
      <description>A direct link to the new release of ASP.NET AJAX(ATLAS) RC &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fajax.asp.net%2fdefault.aspx%3ftabid%3d47%26subtabid%3d471"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fajax.asp.net%2fdefault.aspx%3ftabid%3d47%26subtabid%3d471" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_ATLAS_RC_Released_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_ATLAS_RC_Released_1</guid>
      <pubDate>Fri, 15 Dec 2006 10:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2005 Service Pack 1 RTM</title>
      <description>Service Pack 1 of the development platform includes user reported fixes and more than 70 improvements for common development scenarios, including new processor support for code generation and profiling, as well as performance and scale improvements in Microsoft's TFS (Team Foundation Server).

Although Microsoft has released the Visual Studio 2005 SP1 bits to manufacturing, official news of the release is not expected until Monday [18.12.2006], sources close to the company said.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.eweek.com%2farticle2%2f0%2c1895%2c2072587%2c00.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.eweek.com%2farticle2%2f0%2c1895%2c2072587%2c00.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2005_Service_Pack_1_RTM</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2005_Service_Pack_1_RTM</guid>
      <pubDate>Fri, 15 Dec 2006 09:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Sort Routines </title>
      <description>Need to sort through lots of data? Choose a C# sort routine to suit your requirements. One of the fundamental problems of computing is ordering a list of items. There are many solutions to this problem: these are known as sorting algorithms. Some sorting algorithms are simple and intuitive, while others are extremely complicated, but produce really fast results. 
Seven of the most common sorting algorithms are: 
Bubble Sort, Heap Sort, Insertion Sort, Merge Sort, Quick Sort, Selection Sort, Shell Sort. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fen.csharp-online.net%2fSort_Routines"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fen.csharp-online.net%2fSort_Routines" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Sort_Routines</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Sort_Routines</guid>
      <pubDate>Fri, 15 Dec 2006 03:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Video: Using XPath with the XmlDocument Class</title>
      <description>In this video tutorial I walk through how to use XPath statements to parse an RSS feed and display results using the XmlDocument class. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fdwahlin%2farchive%2f2006%2f12%2f13%2fvideo-using-xpath-with-the-xmldocument-class.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fdwahlin%2farchive%2f2006%2f12%2f13%2fvideo-using-xpath-with-the-xmldocument-class.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Video_Using_XPath_with_the_XmlDocument_Class</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Video_Using_XPath_with_the_XmlDocument_Class</guid>
      <pubDate>Thu, 14 Dec 2006 18:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Expression Web Ships</title>
      <description>Expression Web is the successor to FrontPage and has a lot of features that were sorely missing: standards validation, strong css support, asp.net support, xml and xslt.  While FrontPage was designed for the casual user, Expression Web was designed with the professional in mind. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.evanhoff.com%2farchive%2f2006%2f12%2f12%2fMicrosoft-Expression-Web.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.evanhoff.com%2farchive%2f2006%2f12%2f12%2fMicrosoft-Expression-Web.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Microsoft_Expression_Web_Ships</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Microsoft_Expression_Web_Ships</guid>
      <pubDate>Wed, 13 Dec 2006 06:01:02 GMT</pubDate>
    </item>
    <item>
      <title>XNA Game Studio Express Has Been Released!</title>
      <description>&amp;quot;To download the released product for Windows, head over to: http://msdn.com/xna/gse/. You can now also purchase a subscription to the XNA Creators Club from the Xbox Live Marketplace on your Xbox 360 console if you have an active silver or gold Xbox Live subscription.

Before you purchase a subscription to the XNA Creators Club please take the time to go over the PC and Xbox 360 console requirements in the readme. Once you've done that here's how to get it:

   1. On the Xbox Live blade, go to &amp;quot;Xbox Live Marketplace&amp;quot;
   2. Select &amp;quot;Games&amp;quot; and then &amp;quot;All Game Downloads&amp;quot;
   3. Scroll down the list to find the &amp;quot;XNA Creators Club&amp;quot;
   4. Here you'll be able to go under Memberships to purchase a 4-Mo membership for $49.00 or an Annual (12-mo) membership $99.00. The prices used here reflect the subscription rates for the United States and pricing may differ for your local region or country if outside the USA.
   5. You'll also need to download the XNA Game Launcher from the same area. Having done so, you will find a new XNA Game Launcher program on your Games blade under Demos and More.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fxna%2farchive%2f2006%2f12%2f11%2fxna-game-studio-express-has-been-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fxna%2farchive%2f2006%2f12%2f11%2fxna-game-studio-express-has-been-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/XNA_Game_Studio_Express_Has_Been_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/XNA_Game_Studio_Express_Has_Been_Released</guid>
      <pubDate>Tue, 12 Dec 2006 09:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Escaping Tables With CSS</title>
      <description>While this isn't totally .NET related, I think that the crowd here will be able to relate to this dilemma.  We're .NET developers who do HTML and CSS, and this is a common problem that we've all run into. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohnsbraindump.blogspot.com%2f2006%2f12%2fescaping-tables-with-css.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohnsbraindump.blogspot.com%2f2006%2f12%2fescaping-tables-with-css.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/Escaping_Tables_With_CSS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/Escaping_Tables_With_CSS</guid>
      <pubDate>Wed, 06 Dec 2006 16:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Controlling IR Devices in ASP.NET</title>
      <description>A quick and easy (but cool) hack for combining ASP.NET and $12.50 to control whatever InfraRed device you can think of. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.andybeaulieu.com%2fHome%2ftabid%2f67%2fEntryID%2f57%2fDefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.andybeaulieu.com%2fHome%2ftabid%2f67%2fEntryID%2f57%2fDefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Controlling_IR_Devices_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Controlling_IR_Devices_in_ASP_NET</guid>
      <pubDate>Tue, 05 Dec 2006 09:01:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET AJAX under the hood secrets</title>
      <description>Microsoft recently released Beta 2 of ASP.NET AJAX. Although it's a very powerful framework, when you will build a real AJAX site like those out there in the Web 2.0 world, you will face many problems that you will hardly find documented anywhere. In this article, I will show some advance level ideas that I learned while building Pageflakes. We will look at the advantages and disadvantages of Batch calls, AJAX call timeouts, browser call jam problem, ASP.NET 2.0's bug in web service response caching, and so on. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fAjax%2faspnetajaxtips.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fAjax%2faspnetajaxtips.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_under_the_hood_secrets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_under_the_hood_secrets</guid>
      <pubDate>Mon, 04 Dec 2006 13:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Video: Debugging ASP.NET AJAX Applications with VS.NET 2005 </title>
      <description>Debugging is a key skill that every developer has to learn to become productive. However, how do you debug ASP.NET AJAX applications and client-side JavaScript? In this video tutorial Dan Wahlin walks through a few required steps to enable debugging and shows how to use tools such as the Script Explorer to simplify the process. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fdwahlin%2farchive%2f2006%2f12%2f01%2fvideo-debugging-asp-net-ajax-with-vs-net-2005.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fdwahlin%2farchive%2f2006%2f12%2f01%2fvideo-debugging-asp-net-ajax-with-vs-net-2005.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Video_Debugging_ASP_NET_AJAX_Applications_with_VS_NET_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Video_Debugging_ASP_NET_AJAX_Applications_with_VS_NET_2005</guid>
      <pubDate>Mon, 04 Dec 2006 00:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Using System.Drawing to Create dynamic charts</title>
      <description>Excellent beginning tutorial that covers using System.Drawing to create dynamic charts. It starts from the basics of figuring out coordinates and progresses through creating the chart and saving it as an image file. Downloadable code is included. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sitepoint.com%2farticle%2fasp-net-graphs-raise-the-bar"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sitepoint.com%2farticle%2fasp-net-graphs-raise-the-bar" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_System_Drawing_to_Create_dynamic_charts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_System_Drawing_to_Create_dynamic_charts</guid>
      <pubDate>Mon, 04 Dec 2006 12:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Express Yourself With Custom Expression Builders</title>
      <description>Phil &amp;quot;Haacked&amp;quot; Haack explains how to add Custom Expression Builders to your ASP.NET 2.0 application. Yet another gem of the 2.0 Framework has been exposed! &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%2f11%2f29%2fExpress_Yourself_With_Custom_Expression_Builders.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2006%2f11%2f29%2fExpress_Yourself_With_Custom_Expression_Builders.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Express_Yourself_With_Custom_Expression_Builders</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Express_Yourself_With_Custom_Expression_Builders</guid>
      <pubDate>Fri, 01 Dec 2006 10:31:01 GMT</pubDate>
    </item>
    <item>
      <title>TabStrip within ASP.NET 2.0 - Building a Composite Control</title>
      <description>A WebForms TabStrip 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%2faspnet%2fTabularMultiView.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2faspnet%2fTabularMultiView.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/TabStrip_within_ASP_NET_2_0_Building_a_Composite_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/TabStrip_within_ASP_NET_2_0_Building_a_Composite_Control</guid>
      <pubDate>Fri, 01 Dec 2006 15:01:02 GMT</pubDate>
    </item>
    <item>
      <title>CTS: Reference vs Value Types in .NET</title>
      <description>This is a quick introduction/review on reference and value types in .NET.  It covers common examples of each as well as memory allocation, parameter passing, nullability, boxing/unboxing, and inheritance.  The post contains lots of links for learning more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.evanhoff.com%2farchive%2f2006%2f11%2f28%2fCommon-Type-System-Reference-vs-Value-Types.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.evanhoff.com%2farchive%2f2006%2f11%2f28%2fCommon-Type-System-Reference-vs-Value-Types.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/CTS_Reference_vs_Value_Types_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/CTS_Reference_vs_Value_Types_in_NET</guid>
      <pubDate>Wed, 29 Nov 2006 13:31:02 GMT</pubDate>
    </item>
    <item>
      <title>C# Regular Expressions Recipes</title>
      <description>Learn some common solutions to regular expression problems (System.Text.RegularExpressions) in the C# language. Excerpt: Included in the .NET Framework Class Library is the System.Text.RegularExpressions namespace that is devoted to creating, executing, and obtaining results from regular expressions executed against a string. 
Regular expressions take the form of a pattern that can be matched to zero or more characters within a string. The simplest of these patterns, such as .* (match anything and everything) and [A-Za-z] (match any letter) are easy to learn, but more advanced patterns can be difficult to learn and even more difficult to implement correctly. Learning and understanding regular expressions can take considerable time and effort, but the work will pay off. 

Regular expression patterns can take a simple form-such as a single word or character- or a much more complex pattern. The more complex patterns can recognize and match such things as the year portion of a date, all of the &amp;lt;SCRIPT&amp;gt; tags in an ASP page, or a phrase in a sentence that varies with each use. The .NET regular expression classes provide a very flexible and powerful way to do such things as recognize text, replace text within a string, and split up text into individual sections based on one or more complex delimiters. Despite the complexity of regular expression patterns, the regular expression classes in the FCL are easy to use in your applications. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fen.csharp-online.net%2fCSharp_Regular_Expression_Recipes"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fen.csharp-online.net%2fCSharp_Regular_Expression_Recipes" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Regular_Expressions_Recipes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Regular_Expressions_Recipes</guid>
      <pubDate>Tue, 28 Nov 2006 10:31:02 GMT</pubDate>
    </item>
    <item>
      <title>A must-have ASP.NET Controls pack</title>
      <description>A very useful collection of ASP.NET controls that I'm using on a daily basis. The collection includes controls such as an ImageCheckBox and an ObjectDataSource. A must have :-)  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fASPNETControlsPack.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fASPNETControlsPack.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_must_have_ASP_NET_Controls_pack</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_must_have_ASP_NET_Controls_pack</guid>
      <pubDate>Thu, 10 Aug 2006 06:31:02 GMT</pubDate>
    </item>
  </channel>
</rss>