<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by nielsh</title>
    <description>Stories kicked by nielsh</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>HOW TO: Navigate quickly back and forth between Definitions </title>
      <description>How many times have you viewed a defintiion of a class  only to have to cycle through all the tabs to find where you previously were?  This how to shows how to use the back and forth buttons on the mouse and its hot keys to quickly navigate in your code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.thoughtblog.com%2f2006%2f04%2f05%2f98%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.thoughtblog.com%2f2006%2f04%2f05%2f98%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/HOW_TO_Navigate_quickly_back_and_forth_between_Definitions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/HOW_TO_Navigate_quickly_back_and_forth_between_Definitions</guid>
      <pubDate>Wed, 05 Apr 2006 07:17:00 GMT</pubDate>
    </item>
    <item>
      <title>Upcoming ASP.NET Releases in April </title>
      <description>Upcoming ASP.NET Releases in April by ScottGu &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%2f03%2f30%2f441465.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2006%2f03%2f30%2f441465.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Upcoming_ASP_NET_Releases_in_April</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Upcoming_ASP_NET_Releases_in_April</guid>
      <pubDate>Sun, 02 Apr 2006 20:53:00 GMT</pubDate>
    </item>
    <item>
      <title>Save Your Visual Studio 2003 Settings</title>
      <description>Need a way to save your Visual Studio 2003 settings when going to another computer? &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%2f02%2f18%2fSaveYourVisualStudio2003Settings.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2006%2f02%2f18%2fSaveYourVisualStudio2003Settings.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Save_Your_Visual_Studio_2003_Settings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Save_Your_Visual_Studio_2003_Settings</guid>
      <pubDate>Sat, 01 Apr 2006 22:57:55 GMT</pubDate>
    </item>
    <item>
      <title>HOW TO: Do Column Text Selection in Visual Studio 2003/2005</title>
      <description>Ever need to do a Column Selection of Text in Visual Studio 2003 or 2005?  Check out this Tip on how to dit. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.thoughtblog.com%2f2006%2f02%2f12%2f92%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.thoughtblog.com%2f2006%2f02%2f12%2f92%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/HOW_TO_Do_Column_Text_Selection_in_Visual_Studio_2003_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/HOW_TO_Do_Column_Text_Selection_in_Visual_Studio_2003_2005</guid>
      <pubDate>Sat, 01 Apr 2006 22:01:00 GMT</pubDate>
    </item>
    <item>
      <title>Encoding and Decoding a string to Base64 for QueryStrings</title>
      <description>A friend of mine asked me today about encoding a string Base64. The scenario was that he has some files that he wants to be allowed for download on their company website and that he doesn't want the people who are downloading the files from his website to see where the downloads are coming from. The files are located in a folder inside the webserver outside of the virtual directory. The decision that the came up with was just to Base64 encode all the paths, pass ito to a new page via querystring and then decode that value on the download page. I gave it a shot and this is the code i gave him to serve as a guide on how he can effectively implement this. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcommunity.devpinoy.org%2fblogs%2fkeithrull%2farchive%2f2006%2f03%2f10%2f2160.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcommunity.devpinoy.org%2fblogs%2fkeithrull%2farchive%2f2006%2f03%2f10%2f2160.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Encoding_and_Decoding_a_string_to_Base64_for_QueryStrings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Encoding_and_Decoding_a_string_to_Base64_for_QueryStrings</guid>
      <pubDate>Fri, 31 Mar 2006 12:57:00 GMT</pubDate>
    </item>
    <item>
      <title>HOW TO: Using Surrounds with in Visual Studio 2005</title>
      <description>Kick guide on how to use the Surrounds with feature in Visual Studio 2005 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.thoughtblog.com%2f2005%2f12%2f06%2f81%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.thoughtblog.com%2f2005%2f12%2f06%2f81%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/HOW_TO_Using_Surrounds_with_in_Visual_Studio_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/HOW_TO_Using_Surrounds_with_in_Visual_Studio_2005</guid>
      <pubDate>Sun, 26 Mar 2006 09:33:00 GMT</pubDate>
    </item>
    <item>
      <title>Using SharePoint Web Services to Change Subsite Permissions</title>
      <description>Microsoft has provided SharePoint class libraries and web services for not only creating and updating a SharePoint site and its contents manually, but also programmatically. This article introduces how to use SharePoint web services to loop through all the sub sites to add roles, add users to site roles, and update role permissions on site and list levels.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspalliance.com%2f791"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspalliance.com%2f791" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Using_SharePoint_Web_Services_to_Change_Subsite_Permissions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Using_SharePoint_Web_Services_to_Change_Subsite_Permissions</guid>
      <pubDate>Sat, 25 Mar 2006 13:51:45 GMT</pubDate>
    </item>
    <item>
      <title>Eric's weblog - Update User's Session with AJAX</title>
      <description>Shows how to warn or update a users ASP.Net session using AJAX/Atlas &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fradio.javaranch.com%2fpascarello%2f2005%2f07%2f05%2f1120592884938.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fradio.javaranch.com%2fpascarello%2f2005%2f07%2f05%2f1120592884938.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Eric_s_weblog_Update_User_s_Session_with_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Eric_s_weblog_Update_User_s_Session_with_AJAX</guid>
      <pubDate>Sat, 25 Mar 2006 00:17:00 GMT</pubDate>
    </item>
    <item>
      <title>4 ways to send a PDF file to the IE Client in ASP.NET</title>
      <description>This blog entry shows you four different ways to send a PDF file to the IE Client. You also have the full source code zipped along. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2frahulso%2farchive%2f2006%2f03%2f24%2f559980.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2frahulso%2farchive%2f2006%2f03%2f24%2f559980.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/4_ways_to_send_a_PDF_file_to_the_IE_Client_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/4_ways_to_send_a_PDF_file_to_the_IE_Client_in_ASP_NET</guid>
      <pubDate>Sun, 26 Mar 2006 00:17:00 GMT</pubDate>
    </item>
    <item>
      <title>Constructors in C#</title>
      <description>This article covers the basic concepts of constructors in C# and discusses constructor overloading, types of constructors, and the behavior of constructors in inheritance, with some sample programs. A constructor is used to provide initialization code that gets executed every time the class is instantiated. Constructors cannot be &amp;quot;virtual&amp;quot;. A good understanding of constructors is a prerequisite for all class designers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspalliance.com%2f770"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspalliance.com%2f770" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Constructors_in_C_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Constructors_in_C_1</guid>
      <pubDate>Thu, 23 Mar 2006 14:01:23 GMT</pubDate>
    </item>
    <item>
      <title>Design Patterns in C#</title>
      <description>The Gang of Four (GoF) patterns are generally considered the foundation for all other patterns. They are categorized in three groups: Creational, Structural, and Behavioral. Here you will find information on these important patterns. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dofactory.com%2fPatterns%2fPatterns.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dofactory.com%2fPatterns%2fPatterns.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Design_Patterns_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Design_Patterns_in_C</guid>
      <pubDate>Thu, 02 Mar 2006 10:33:00 GMT</pubDate>
    </item>
    <item>
      <title>Using MySQL with .NET</title>
      <description>It is realy amazing to combine a powerful platform like .net with a free database like MySql. Well the credit goes to the ODBC database functions in ADO .net. You install it and its ready for the action and rollover to build a simple application for reading a table built in MySQ. 

Read to know more about using My SQL with . NET..... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developerfusion.co.uk%2fshow%2f4635%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developerfusion.co.uk%2fshow%2f4635%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Using_MySQL_with_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Using_MySQL_with_NET</guid>
      <pubDate>Mon, 27 Feb 2006 21:53:00 GMT</pubDate>
    </item>
    <item>
      <title>Awesome ASP.NET 2.0 RSS Tool-Kit Released</title>
      <description>It provides support for both consuming and exposing RSS from ASP.NET 2.0 applications with full source code.

Some of the features:
- RSS Data-binding Control Support
- Strongly Typed RSS API Support
- RSS Publishing Support
- Personalized RSS Feed Integration with ASP.NET Authentication System
- Automatic Caching of RSS Feed


 &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%2f02%2f22%2f438738.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2006%2f02%2f22%2f438738.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Awesome_ASP_NET_2_0_RSS_Tool_Kit_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Awesome_ASP_NET_2_0_RSS_Tool_Kit_Released</guid>
      <pubDate>Fri, 24 Feb 2006 18:29:00 GMT</pubDate>
    </item>
    <item>
      <title>Paging Records Using SQL Server 2005 Database - ROW_NUMBER Function</title>
      <description>SQL Server 2005 has a ROW_NUMBER Function that can help with paging records for you database applications.  ROW_NUMBER returns a sequential number, starting at 1, for each row returned in a resultset. David Hayden outlines its use in VB.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdavidhayden.com%2fblog%2fdave%2farchive%2f2005%2f12%2f30%2f2652.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdavidhayden.com%2fblog%2fdave%2farchive%2f2005%2f12%2f30%2f2652.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Paging_Records_Using_SQL_Server_2005_Database_ROW_NUMBER_Function</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Paging_Records_Using_SQL_Server_2005_Database_ROW_NUMBER_Function</guid>
      <pubDate>Wed, 25 Jan 2006 17:46:00 GMT</pubDate>
    </item>
  </channel>
</rss>
