<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Tip</title>
    <description>the latest stories tagged with 'Tip' from DotNetKicks.com</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>You can also register your ASP.NET Web User Controls in Web.Config?</title>
      <description>In Tip#8 we saw how to create a Web User control, register a Web User Control and use the Web User control in your page. Note that VS added a @Register directive right at the top of the page on drag drop of the user control on to your page. But in future if you want to move the location of your User controls you will be forced to change the Register directive in multiple places depending on how many pages you have used the User Control. This could be a pain. This can be easily solved by moving the registration of the user control to your Web.config file with the following entry, so that any change in location can be updated only at one place. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fwebdevelopertips%2farchive%2f2008%2f09%2f15%2ftip-9-did-you-know-you-can-also-register-your-asp-net-web-user-controls-in-web-config.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fwebdevelopertips%2farchive%2f2008%2f09%2f15%2ftip-9-did-you-know-you-can-also-register-your-asp-net-web-user-controls-in-web-config.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/You_can_also_register_your_ASP_NET_Web_User_Controls_in_Web_Config</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/You_can_also_register_your_ASP_NET_Web_User_Controls_in_Web_Config</guid>
      <pubDate>Tue, 30 Sep 2008 02:10:39 GMT</pubDate>
    </item>
    <item>
      <title>How to add startup JavaScript code from Content Page to Master Page?</title>
      <description>If you are creating a website that has Master and Content Pages and if you need to add some JavaScript code from your Content pages that should run when the page is loaded you fill find out that its not straightforward.
Content page do not have all the elements of HTML page like BODY tag that you could hook up to and add your script code to its onload event... &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-add-startup-JavaScript-code-from-Content-Page-to-Master-Page.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-to-add-startup-JavaScript-code-from-Content-Page-to-Master-Page.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_add_startup_JavaScript_code_from_Content_Page_to_Master_Page</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_add_startup_JavaScript_code_from_Content_Page_to_Master_Page</guid>
      <pubDate>Sun, 10 Aug 2008 10:12:49 GMT</pubDate>
    </item>
    <item>
      <title>How to remove duplicate Whitespace Characters from a string?</title>
      <description>Luckily for us developers .NET has some very slick string handling routines we can use for this task.
Also we have an alternative approach:  Regular Expressions.

We will cover here both implementations and compare them regarding their efficiency. &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-remove-duplicate-Whitespace-Characters-from-a-string.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-to-remove-duplicate-Whitespace-Characters-from-a-string.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_remove_duplicate_Whitespace_Characters_from_a_string</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_remove_duplicate_Whitespace_Characters_from_a_string</guid>
      <pubDate>Thu, 03 Apr 2008 15:03:05 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Tip: Kill That Build!</title>
      <description>Have you ever accidentally started to compile your code and you didn't mean to... so you're stuck waiting for Visual Studio to finish so you can get back to work? Why not just cancel the build with a keystroke? &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%2f2008%2f01%2f17%2fvisual-studio-tip-kill-that-build.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f01%2f17%2fvisual-studio-tip-kill-that-build.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_Tip_Kill_That_Build</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_Tip_Kill_That_Build</guid>
      <pubDate>Thu, 17 Jan 2008 21:41:38 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Tip of the Day</title>
      <description>Sara Ford's WebLog is a great site for finding information on how to get the most out of Visual Studio.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ifxplus.com%2fpost%2fVisual-Studio-Tip-of-the-Day.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ifxplus.com%2fpost%2fVisual-Studio-Tip-of-the-Day.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_Tip_of_the_Day</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_Tip_of_the_Day</guid>
      <pubDate>Thu, 15 Nov 2007 13:29:16 GMT</pubDate>
    </item>
    <item>
      <title>How To Writer br Without Writing br</title>
      <description>On using HtmlTextWriter object with HtmlTextWriterTag enumeration and how to writer &amp;lt;br /&amp;gt; without using literal &amp;quot;&amp;lt;br /&amp;gt;&amp;quot; string. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fHowToWriteBrWithoutWritingBr.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fHowToWriteBrWithoutWritingBr.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_To_Writer_br_Without_Writing_br</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_To_Writer_br_Without_Writing_br</guid>
      <pubDate>Tue, 19 Jun 2007 11:36:16 GMT</pubDate>
    </item>
    <item>
      <title>Getting All Controls On The ASP.NET Page</title>
      <description>How to get all controls on a page in a recursive way -
FlattenHierarchy method and what you can do with it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fGettingAllControlsOnTheASPNETPage.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fGettingAllControlsOnTheASPNETPage.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Getting_All_Controls_On_The_ASP_NET_Page</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Getting_All_Controls_On_The_ASP_NET_Page</guid>
      <pubDate>Mon, 18 Jun 2007 08:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Three Ways To Display Two Counts From a Table Side By Side</title>
      <description>How to take 2 counts and display them side by side without using variables in SQL &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsqlservercode.blogspot.com%2f2006%2f12%2fthree-ways-to-display-two-counts-from.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsqlservercode.blogspot.com%2f2006%2f12%2fthree-ways-to-display-two-counts-from.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Three_Ways_To_Display_Two_Counts_From_a_Table_Side_By_Side</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Three_Ways_To_Display_Two_Counts_From_a_Table_Side_By_Side</guid>
      <pubDate>Fri, 19 Jan 2007 15:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Getting The List Of All Pages In The Application</title>
      <description>A short snippet of code that demonstrates how you can get and display a list of all pages in the ASP.NET web application. Such a list can be used during developement to ease navigation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fGettingTheListOfAllPagesInTheApplication.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fGettingTheListOfAllPagesInTheApplication.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Getting_The_List_Of_All_Pages_In_The_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Getting_The_List_Of_All_Pages_In_The_Application</guid>
      <pubDate>Wed, 17 Jan 2007 09:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Making Your Custom ASP.NET Controls Appear In The Toolbox</title>
      <description>How to make controls defined in a separate assembly to appear in the Visual Studio's Toolbox. The standard way and the better way. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fMakingYourCustomASPNETControlsAppearInTheToolbox.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fMakingYourCustomASPNETControlsAppearInTheToolbox.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Making_Your_Custom_ASP_NET_Controls_Appear_In_The_Toolbox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Making_Your_Custom_ASP_NET_Controls_Appear_In_The_Toolbox</guid>
      <pubDate>Sat, 13 Jan 2007 12:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Use the Database Publishing Wizard to script your table data</title>
      <description>Jon Galloway combines the Database Publishing Wizard with PowerSMO to create a powerful means of scripting schema and data so it can be version controlled. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2006%2f12%2f29%2ftip-use-the-database-publishing-wizard-to-script-your-table-data.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2006%2f12%2f29%2ftip-use-the-database-publishing-wizard-to-script-your-table-data.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Use_the_Database_Publishing_Wizard_to_script_your_table_data</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Use_the_Database_Publishing_Wizard_to_script_your_table_data</guid>
      <pubDate>Wed, 03 Jan 2007 07:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Using WebServer.WebDev For Unit Tests</title>
      <description>This post provides an easy to use class you can use with NUnit or MbUnit in order to setup a webserver for a unit test. It makes use of WebServer.WebDev, formerly known as Cassini. &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%2f12%2f12%2fUsing_WebServer.WebDev_For_Unit_Tests.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2006%2f12%2f12%2fUsing_WebServer.WebDev_For_Unit_Tests.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Using_WebServer_WebDev_For_Unit_Tests</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Using_WebServer_WebDev_For_Unit_Tests</guid>
      <pubDate>Wed, 13 Dec 2006 09:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Two interesting things about C# strings</title>
      <description>Two useful, and often overlooked, techniques for working with C# strings &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchrisfulstow.blogspot.com%2f2006%2f11%2ftwo-interesting-things-about-c-strings.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchrisfulstow.blogspot.com%2f2006%2f11%2ftwo-interesting-things-about-c-strings.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Two_interesting_things_about_C_strings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Two_interesting_things_about_C_strings</guid>
      <pubDate>Wed, 15 Nov 2006 04:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Tip For Working With ASP.NET Web Projects</title>
      <description>A simple tip showing that you don't need to always use Visual Studio to test your sites. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fTipForWorkingWithASPNETWebProjects.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fTipForWorkingWithASPNETWebProjects.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Tip_For_Working_With_ASP_NET_Web_Projects</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Tip_For_Working_With_ASP_NET_Web_Projects</guid>
      <pubDate>Thu, 09 Nov 2006 16:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Remote Desktop On A Non-Standard Port</title>
      <description>How to setup and use Remote Desktop on a non-standard port. &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%2f10%2f17%2fRemote_Desktop_On_A_NonStandard_Port.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2006%2f10%2f17%2fRemote_Desktop_On_A_NonStandard_Port.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Remote_Desktop_On_A_Non_Standard_Port</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Remote_Desktop_On_A_Non_Standard_Port</guid>
      <pubDate>Wed, 25 Oct 2006 14:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Remember To Unhook The Event Handlers</title>
      <description>Article that describes how events are implemented and what happens if you forget to unhook the handlers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fRememberToUnhookTheEventHandlers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fRememberToUnhookTheEventHandlers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Remember_To_Unhook_The_Event_Handlers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Remember_To_Unhook_The_Event_Handlers</guid>
      <pubDate>Wed, 25 Oct 2006 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Event Properties - Memory Efficient Events</title>
      <description>Description of how to define events in a more memory efficient way. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fEventPropertiesMemoryEfficientEvents.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fEventPropertiesMemoryEfficientEvents.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Event_Properties_Memory_Efficient_Events</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Event_Properties_Memory_Efficient_Events</guid>
      <pubDate>Mon, 23 Oct 2006 11:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Explorer WebServer here shortcut</title>
      <description>A nifty tip for getting a Development web server up and running quickly without us&amp;#237;ng Visual Studio. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frmclaws%2farchive%2f2005%2f10%2f25%2f428422.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frmclaws%2farchive%2f2005%2f10%2f25%2f428422.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Explorer_WebServer_here_shortcut</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Explorer_WebServer_here_shortcut</guid>
      <pubDate>Wed, 11 Oct 2006 11:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Measuring Time More Accurately</title>
      <description>How to accurately measure how much time has passed while performing some operation? Use the Stopwatch class. Here is how. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fMeasuringTimeMoreAccurately.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fMeasuringTimeMoreAccurately.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Measuring_Time_More_Accurately</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Measuring_Time_More_Accurately</guid>
      <pubDate>Mon, 09 Oct 2006 05:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Getting The Database Schema Using Enterprise Manager</title>
      <description>How to use Enterprise Manager to get the database schema? Read on... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fGettingTheDatabaseSchemaUsingEnterpriseManager.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fGettingTheDatabaseSchemaUsingEnterpriseManager.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Getting_The_Database_Schema_Using_Enterprise_Manager</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Getting_The_Database_Schema_Using_Enterprise_Manager</guid>
      <pubDate>Wed, 23 Aug 2006 09:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Using Bind with nested properties</title>
      <description>Description of method that allows two way databinding to a nested property. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmikeoff.blogspot.com%2f2006%2f07%2fusing-bind-with-nested-properties.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmikeoff.blogspot.com%2f2006%2f07%2fusing-bind-with-nested-properties.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_Bind_with_nested_properties</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_Bind_with_nested_properties</guid>
      <pubDate>Sat, 22 Jul 2006 03:31:01 GMT</pubDate>
    </item>
    <item>
      <title>The true ASP.NET developer</title>
      <description>ASP.NET is a double sided discipline that demands skills and understanding of two very different worlds: the web as a platform and .NET development. The problem is that it is hard to find an ASP.NET developer that is strong in both disciplines. Let me elaborate. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.madskristensen.dk%2fblog%2fThe%2bTrue%2bASPNET%2bDeveloper.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.madskristensen.dk%2fblog%2fThe%2bTrue%2bASPNET%2bDeveloper.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_true_ASP_NET_developer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_true_ASP_NET_developer</guid>
      <pubDate>Mon, 17 Jul 2006 18:51:01 GMT</pubDate>
    </item>
    <item>
      <title>A pattern for supporting return to the previous page feature.</title>
      <description>A short article describing possible solutions on handling the return to the previous page - server-side. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmikeoff.blogspot.com%2f2006%2f06%2freturnurl-pattern.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmikeoff.blogspot.com%2f2006%2f06%2freturnurl-pattern.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_pattern_for_supporting_return_to_the_previous_page_feature</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_pattern_for_supporting_return_to_the_previous_page_feature</guid>
      <pubDate>Tue, 06 Jun 2006 09:05:07 GMT</pubDate>
    </item>
    <item>
      <title>Strongly typed Session object</title>
      <description>A short article describing a pattern of providing a strongly typed access to a Session object. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmikeoff.blogspot.com%2f2006%2f06%2fstrongly-typed-session-object.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmikeoff.blogspot.com%2f2006%2f06%2fstrongly-typed-session-object.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Strongly_typed_Session_object</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Strongly_typed_Session_object</guid>
      <pubDate>Tue, 06 Jun 2006 09:00:53 GMT</pubDate>
    </item>
    <item>
      <title>Server-side comments</title>
      <description>A little known yet powerfull feature of ASP.NET - the Server-side comments. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmikeoff.blogspot.com%2f2006%2f06%2faspnet-server-side-comments.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmikeoff.blogspot.com%2f2006%2f06%2faspnet-server-side-comments.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Server_side_comments</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Server_side_comments</guid>
      <pubDate>Mon, 05 Jun 2006 02:05:37 GMT</pubDate>
    </item>
  </channel>
</rss>