<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by FranzP</title>
    <description>Stories kicked by FranzP</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>IE on Acid </title>
      <description>Cool wallpaper for those who like IE. more.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.flickr.com%2fphotos%2fieteam%2f2631072309%2fsizes%2fl%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.flickr.com%2fphotos%2fieteam%2f2631072309%2fsizes%2fl%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/IE_on_Acid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/IE_on_Acid</guid>
      <pubDate>Fri, 11 Jul 2008 11:46:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP .NET 2.0 Wizard Control</title>
      <description>Round up of useful posts/videos/etc about the ASP .NET 2.0 Wizard Control. &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%2f21%2f438732.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2006%2f02%2f21%2f438732.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_2_0_Wizard_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_2_0_Wizard_Control</guid>
      <pubDate>Wed, 22 Feb 2006 23:01:00 GMT</pubDate>
    </item>
    <item>
      <title>Cool Asp.net 2.0 RSS ToolKIT Released </title>
      <description>Dimitry (frm Asp.NET team) has posted an awesome RSS Toolkit for ASP.NET 2.0.  It provides a ton of great support for both consuming and exposing RSS from ASP.NET 2.0 applications, and ships with FULL SOURCE CODE

Just use the RSS Datasource and bind it..and you will be able to create a simple blog post aggreegator &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fdmitryr%2farchive%2f2006%2f02%2f21%2f536552.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fdmitryr%2farchive%2f2006%2f02%2f21%2f536552.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Cool_Asp_net_2_0_RSS_ToolKIT_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Cool_Asp_net_2_0_RSS_ToolKIT_Released</guid>
      <pubDate>Wed, 22 Feb 2006 13:57:00 GMT</pubDate>
    </item>
    <item>
      <title>Encrypting Configuration Information in ASP.NET 2.0 Applications</title>
      <description>When creating ASP.NET 2.0 applications, developers commonly store sensitive configuration information in the Web.config file. The cannonical example is database connection strings, but other sensitive information included in the Web.config file can include SMTP server connection information and user credentials, among others. While ASP.NET is configured, by default, to reject all HTTP requests to resources with the .config extension, the sensitive information in Web.config can be compromised if a hacker obtains access to your web server's file system. For example, perhaps you forgot to disallow anonymous FTP access to your website, thereby allowing a hacker to simply FTP in and download your Web.config file. Eep.

Fortunately ASP.NET 2.0 helps mitigate this problem by allowing selective portions of the Web.config file to be encrypted, such as the &amp;lt;connectionStrings&amp;gt; section, or some custom config section used by your application. Configuration sections can be easily encrypted using code or aspnet_regiis.exe, a command-line program. Once encrypted, the Web.config settings are safe from prying eyes. Furthermore, when retrieving encrypted congifuration settings programmatically in your ASP.NET pages, ASP.NET will automatically decrypt the encrypted sections its reading. In short, once the configuration information in encrypted, you don't need to write any further code or take any further action to use that encrypted data in your application.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnet.4guysfromrolla.com%2farticles%2f021506-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnet.4guysfromrolla.com%2farticles%2f021506-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Encrypting_Configuration_Information_in_ASP_NET_2_0_Applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Encrypting_Configuration_Information_in_ASP_NET_2_0_Applications</guid>
      <pubDate>Sun, 19 Feb 2006 12:49:00 GMT</pubDate>
    </item>
    <item>
      <title>13 Productivity Tips for ADO.NET 2.0</title>
      <description>13 Productivity Tips for ADO.NET 2.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devx.com%2fcodemag%2fArticle%2f30493%3ftrk%3dDXRSS_DOTNET"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devx.com%2fcodemag%2fArticle%2f30493%3ftrk%3dDXRSS_DOTNET" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/13_Productivity_Tips_for_ADO_NET_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/13_Productivity_Tips_for_ADO_NET_2_0</guid>
      <pubDate>Fri, 17 Feb 2006 23:01:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Development Center: Step-By-Step Guide to Converting Web Proje</title>
      <description> &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn.microsoft.com%2fasp.net%2fdefault.aspx%3fpull%3d%2flibrary%2fen-us%2fdnaspp%2fhtml%2fwebprojectsvs05.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn.microsoft.com%2fasp.net%2fdefault.aspx%3fpull%3d%2flibrary%2fen-us%2fdnaspp%2fhtml%2fwebprojectsvs05.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Development_Center_Step_By_Step_Guide_to_Converting_Web_Proje</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Development_Center_Step_By_Step_Guide_to_Converting_Web_Proje</guid>
      <pubDate>Sat, 18 Feb 2006 02:25:00 GMT</pubDate>
    </item>
    <item>
      <title>SQL Cache Depency with SQL Server 2000 and ASP.NET 2.0</title>
      <description>Describes how to set up SQL Cache Dependency with SQL Server 2000 and ASP.NET 2.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fmosessaur%2fsqlcachedependency01292006135138PM%2fsqlcachedependency.aspx%3fArticleID%3d3caa7d32-dce0-44dc-8769-77f8448e76bc"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fmosessaur%2fsqlcachedependency01292006135138PM%2fsqlcachedependency.aspx%3fArticleID%3d3caa7d32-dce0-44dc-8769-77f8448e76bc" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Cache_Depency_with_SQL_Server_2000_and_ASP_NET_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Cache_Depency_with_SQL_Server_2000_and_ASP_NET_2_0</guid>
      <pubDate>Thu, 16 Feb 2006 02:25:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Mobile 5.0 Developer Resource Kit Now Available</title>
      <description>This resource kit contains everything a developer needs to start developing applications for Windows Mobile based devices. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fmssmallbiz%2farchive%2f2006%2f02%2f06%2f525635.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fmssmallbiz%2farchive%2f2006%2f02%2f06%2f525635.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/compactframework/Windows_Mobile_5_0_Developer_Resource_Kit_Now_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/compactframework/Windows_Mobile_5_0_Developer_Resource_Kit_Now_Available</guid>
      <pubDate>Tue, 07 Feb 2006 01:17:00 GMT</pubDate>
    </item>
    <item>
      <title>Paging GridView with ROW_NUMBER()</title>
      <description>This article explains how to implement custom paging in the GridView web control using the ROW_NUMBER() function of SQL Server 2005 &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%2fPagingGridView.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fPagingGridView.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Paging_GridView_with_ROW_NUMBER</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Paging_GridView_with_ROW_NUMBER</guid>
      <pubDate>Tue, 07 Feb 2006 04:41:00 GMT</pubDate>
    </item>
    <item>
      <title>What's New in IE7 Beta 2 Preview for CSS?</title>
      <description>Good post on IEBlog about what's new in the IE7 Beta 2 Preview with respect to CSS. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fie%2farchive%2f2006%2f02%2f02%2f523679.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fie%2farchive%2f2006%2f02%2f02%2f523679.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/What_s_New_in_IE7_Beta_2_Preview_for_CSS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/What_s_New_in_IE7_Beta_2_Preview_for_CSS</guid>
      <pubDate>Fri, 03 Feb 2006 12:49:00 GMT</pubDate>
    </item>
  </channel>
</rss>
