<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by jmbledsoe</title>
    <description>Stories kicked by jmbledsoe</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>Vulnerability in .NET AES puts ASP.NET Web Sites at Risk</title>
      <description>ASP.NET web applications that leverage Forms Authentication, ASP.NET Membership Providers, ASP.NET Role Providers, and/or ViewState encryption are vulnerable to data exposure and potentially tampering. This vulnerability can lead to the .NET MachineKey being discovered by attackers. This post briefly details the issue and provides a simple temporary mitigation technique.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2010%2f09%2fvulnerability-in-net-aes-implementation.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2010%2f09%2fvulnerability-in-net-aes-implementation.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Vulnerability_in_NET_AES_puts_ASP_NET_Web_Sites_at_Risk</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Vulnerability_in_NET_AES_puts_ASP_NET_Web_Sites_at_Risk</guid>
      <pubDate>Tue, 14 Sep 2010 12:45:52 GMT</pubDate>
    </item>
    <item>
      <title>Smart Card Authentication Module Update - added Support for Membership</title>
      <description>This is a follow-on update on how to implement non-Active Directory Integrated Smart Card / Client Certificate Authentication with ASP.NET using Http Modules. This long overdue version adds support for ASP.NET Membership, Roles, and Profiles. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2010%2f05%2fsmart-card-authentication-module-update.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2010%2f05%2fsmart-card-authentication-module-update.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Smart_Card_Authentication_Module_Update_added_Support_for_Membership</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Smart_Card_Authentication_Module_Update_added_Support_for_Membership</guid>
      <pubDate>Mon, 03 May 2010 20:15:51 GMT</pubDate>
    </item>
    <item>
      <title>Session Attacks and ASP.NET - Part 2</title>
      <description>In Session Attacks and ASP.NET - Part 1, I introduced one type of attack against the session called Session Fixation as well as ASP.NET's session architecture and authentication architecture.  In this second post, I'll delve into a couple specific attack scenarios,  cover risk reduction, and countermeasures specific to ASP.NET for protecting against session attacks in ASP.NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.sans.org%2fappsecstreetfighter%2f2009%2f06%2f24%2fsession-attacks-and-aspnet-part-2"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.sans.org%2fappsecstreetfighter%2f2009%2f06%2f24%2fsession-attacks-and-aspnet-part-2" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Session_Attacks_and_ASP_NET_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Session_Attacks_and_ASP_NET_Part_2</guid>
      <pubDate>Wed, 24 Jun 2009 17:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Session Attacks and ASP.NET - Part 1</title>
      <description>I've spent some time recently looking for updated information regarding session attacks as they apply to ASP.NET and am still not completely satisfied with how Microsoft has decided to implement session management  in ASP.NET 2.0+.  Part 1 explores ASP.NET session management, authentication, and session attacks against ASP.NET with a comparison of how ASP.NET stacks up against mitigation techniques against these attacks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.sans.org%2fappsecstreetfighter%2f2009%2f06%2f16%2fsession-attacks-and-aspnet-part-1%2fcomment-page-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.sans.org%2fappsecstreetfighter%2f2009%2f06%2f16%2fsession-attacks-and-aspnet-part-1%2fcomment-page-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Session_Attacks_and_ASP_NET_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Session_Attacks_and_ASP_NET_Part_1</guid>
      <pubDate>Thu, 18 Jun 2009 15:30:01 GMT</pubDate>
    </item>
    <item>
      <title>Security Vulnerability of the Week #1: SQL Injection</title>
      <description>This article begins a semi-regular series that will explores the most common vulnerabilities and the mind-set of the developers that create them and also explore how to deal with them.  The first post in the series takes a look at the OWASP top number 2 vulnerability, Injection (specifically SQL Injection) - which has been a known and solved problem for over 10+ years, yet for some reason, it's still as common as ever. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2009%2f03%2fsecurity-vulnerability-of-week-1-sql.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2009%2f03%2fsecurity-vulnerability-of-week-1-sql.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Security_Vulnerability_of_the_Week_1_SQL_Injection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Security_Vulnerability_of_the_Week_1_SQL_Injection</guid>
      <pubDate>Wed, 04 Mar 2009 00:01:13 GMT</pubDate>
    </item>
    <item>
      <title>Pocket DnDns Release</title>
      <description>DnDns, a .NET DNS resolver library completely implemented in managed code ported to the Compact Framework.  Pocket DnDns also comes with a basic GUI application that allows a variety of DNS Lookups of various record types from your Compact Framework supported portable devices.  Source Code is also available under the New BSD License. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2008%2f12%2fpocket-dndns-release-1.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2008%2f12%2fpocket-dndns-release-1.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/compactframework/Pocket_DnDns_Release</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/compactframework/Pocket_DnDns_Release</guid>
      <pubDate>Fri, 05 Dec 2008 11:14:38 GMT</pubDate>
    </item>
    <item>
      <title>Asp.Net AJAX Client Side Templated Data Bound Control</title>
      <description>A server control that allows you to specify header, item, and footer templates for a basic data list that will be bound on the client based on either a given web service method, or on a data-source provided client side. The templates are rendered server-side before being passed to the client behavior which allows you to use other server-side controls in the development of the templates. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgabe19.blogspot.com%2f2008%2f08%2faspnet-ajax-client-side-templated-data.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgabe19.blogspot.com%2f2008%2f08%2faspnet-ajax-client-side-templated-data.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Asp_Net_AJAX_Client_Side_Templated_Data_Bound_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Asp_Net_AJAX_Client_Side_Templated_Data_Bound_Control</guid>
      <pubDate>Wed, 20 Aug 2008 02:18:15 GMT</pubDate>
    </item>
    <item>
      <title>DnDns - A .NET DNS Client Library (Resolver) </title>
      <description>A DNS protocol library written completely in managed code. Supports common DNS records types like A, CNAME, MX, SRV, and more.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchoosing-a-blog-url-sucks.blogspot.com%2f2008%2f02%2fdndns-net-dns-client-library-resolver.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchoosing-a-blog-url-sucks.blogspot.com%2f2008%2f02%2fdndns-net-dns-client-library-resolver.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/DnDns_A_NET_DNS_Client_Library_Resolver</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/DnDns_A_NET_DNS_Client_Library_Resolver</guid>
      <pubDate>Mon, 04 Feb 2008 21:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Exploring the secrets of intermediate materialization</title>
      <description>Looks like a good trick for tuning certain SQL queries. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsqlblog.com%2fblogs%2fadam_machanic%2farchive%2f2006%2f10%2f03%2fexploring-the-secrets-of-intermediate-materialization.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsqlblog.com%2fblogs%2fadam_machanic%2farchive%2f2006%2f10%2f03%2fexploring-the-secrets-of-intermediate-materialization.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Exploring_the_secrets_of_intermediate_materialization</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Exploring_the_secrets_of_intermediate_materialization</guid>
      <pubDate>Fri, 01 Feb 2008 19:09:01 GMT</pubDate>
    </item>
    <item>
      <title> .NET Framework Library Source Code now available</title>
      <description>Scott Guthrie announces that the .NET framework source code can now accessed in 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%2fscottgu%2farchive%2f2008%2f01%2f16%2fnet-framework-library-source-code-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f01%2f16%2fnet-framework-library-source-code-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/NET_Framework_Library_Source_Code_now_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/NET_Framework_Library_Source_Code_now_available</guid>
      <pubDate>Thu, 17 Jan 2008 06:46:02 GMT</pubDate>
    </item>
    <item>
      <title>K2 Underground Launches!</title>
      <description>SourceCode Technology Holdings has launched an upgrade to their community site called 'K2 Underground' as the next version of their K2.net product codenamed K2 [blackpearl] nears completion. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchoosing-a-blog-url-sucks.blogspot.com%2f2007%2f06%2fk2-underground-launches.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchoosing-a-blog-url-sucks.blogspot.com%2f2007%2f06%2fk2-underground-launches.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wwf/K2_Underground_Launches</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wwf/K2_Underground_Launches</guid>
      <pubDate>Mon, 04 Jun 2007 18:30:13 GMT</pubDate>
    </item>
    <item>
      <title>TableAdapterManager in ADO.NET Orcas</title>
      <description>A description of the new TableAdapterManager for DataSets in Visual Studio Orcas, as well as a data-access framework that enables similar function now. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.atgi.com%2fjohn%2farchive%2f2007%2f05%2f01%2ftableadaptermanager-in-ado-net-orcas.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.atgi.com%2fjohn%2farchive%2f2007%2f05%2f01%2ftableadaptermanager-in-ado-net-orcas.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/TableAdapterManager_in_ADO_NET_Orcas</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/TableAdapterManager_in_ADO_NET_Orcas</guid>
      <pubDate>Tue, 01 May 2007 22:16:01 GMT</pubDate>
    </item>
    <item>
      <title>ADO.NET Entity Framework cut from .NET 3.5/Orcas</title>
      <description>As Frans Bouma reports, it appears that the ADO.NET EF is being cut from orcas and moved to 2008 as an orcas update... &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%2f29%2fado-net-entity-framework-cut-from-net-3-5-orcas.aspx%23comments"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2ffbouma%2farchive%2f2007%2f04%2f29%2fado-net-entity-framework-cut-from-net-3-5-orcas.aspx%23comments" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/ADO_NET_Entity_Framework_cut_from_NET_3_5_Orcas</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/ADO_NET_Entity_Framework_cut_from_NET_3_5_Orcas</guid>
      <pubDate>Mon, 30 Apr 2007 23:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Implementing SmartCard Authentication with ASP.NET </title>
      <description>This is my 9 page follow-up article on how to implement non-Active Directory Integrated Smart Card Authentication with ASP.NET using Http Modules. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchoosing-a-blog-url-sucks.blogspot.com%2f2007%2f04%2fimplementing-smartcard-authentication.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchoosing-a-blog-url-sucks.blogspot.com%2f2007%2f04%2fimplementing-smartcard-authentication.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Implementing_SmartCard_Authentication_with_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Implementing_SmartCard_Authentication_with_ASP_NET</guid>
      <pubDate>Wed, 25 Apr 2007 14:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Overview of WCF/SOA</title>
      <description>An introduction to and overview of SOA, the WS-* specifications, and how WCF makes them accessable to .NET developers.  Material is rooted in Juval Lowy's presentations at SD West 2007. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgabe19.blogspot.com%2f2007%2f03%2fwindows-communication-foundation-soa.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgabe19.blogspot.com%2f2007%2f03%2fwindows-communication-foundation-soa.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Overview_of_WCF_SOA</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Overview_of_WCF_SOA</guid>
      <pubDate>Thu, 05 Apr 2007 13:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Teamprise now free to Codeplex users</title>
      <description>Teamprise, a TFS client package for OSS users (Eclipse and other IDEs on Mac/Linux/&amp;amp;c) is now free for users who host their projects on Codeplex.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.woodwardweb.com%2fteamprise%2f000339.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.woodwardweb.com%2fteamprise%2f000339.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Teamprise_now_free_to_Codeplex_users</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Teamprise_now_free_to_Codeplex_users</guid>
      <pubDate>Tue, 27 Mar 2007 06:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Overview of Customizing Community Server </title>
      <description>A good introduction to the architecture of Community Server and how it can be customized. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgabe19.blogspot.com%2f2006%2f07%2foverview-of-customizing-community.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgabe19.blogspot.com%2f2006%2f07%2foverview-of-customizing-community.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Overview_of_Customizing_Community_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Overview_of_Customizing_Community_Server</guid>
      <pubDate>Tue, 27 Feb 2007 15:01:01 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 16:31: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 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title>&amp;quot;Atlas&amp;quot; 1.0 Naming and Roadmap</title>
      <description>&amp;quot;Atlas&amp;quot; 1.0 Naming and Roadmap &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%2f09%2f11%2f_2200_Atlas_2200_-1.0-Naming-and-Roadmap.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2006%2f09%2f11%2f_2200_Atlas_2200_-1.0-Naming-and-Roadmap.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/quot_Atlas_quot_1_0_Naming_and_Roadmap</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/quot_Atlas_quot_1_0_Naming_and_Roadmap</guid>
      <pubDate>Tue, 12 Sep 2006 12:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Asynchronous Pages in ASP.NET 2.0</title>
      <description>Improve scalability on your asp.net applications ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn.microsoft.com%2fmsdnmag%2fissues%2f05%2f10%2fWickedCode%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn.microsoft.com%2fmsdnmag%2fissues%2f05%2f10%2fWickedCode%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Asynchronous_Pages_in_ASP_NET_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Asynchronous_Pages_in_ASP_NET_2_0</guid>
      <pubDate>Fri, 08 Sep 2006 00:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Add Windows Live Alerts to your blog</title>
      <description>Some of my readers have been asking me how I've added the Windows Live Alerts functionality to this blog. I simply love this feature and I hope that it will spread to some of the blogs I read daily. It allows me to get notified about blog updates in a non-intrusive way through Messenger without having to subscribe to the RSS feeds. I already have to many RSS subscriptions. &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%2fCommentView%2cguid%2c4a552278-d7ab-46b7-89bb-5e6b44bf1779.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.madskristensen.dk%2fblog%2fCommentView%2cguid%2c4a552278-d7ab-46b7-89bb-5e6b44bf1779.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Add_Windows_Live_Alerts_to_your_blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Add_Windows_Live_Alerts_to_your_blog</guid>
      <pubDate>Thu, 07 Sep 2006 15:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Masterpages hate logic, throw interfaces at them</title>
      <description>Wyatt Barnett explains a good way to keep your logic and presentation independent. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sitepoint.com%2fblogs%2f2006%2f08%2f31%2fmasterpages-hate-logic-throw-interfaces-at-them%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sitepoint.com%2fblogs%2f2006%2f08%2f31%2fmasterpages-hate-logic-throw-interfaces-at-them%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Masterpages_hate_logic_throw_interfaces_at_them</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Masterpages_hate_logic_throw_interfaces_at_them</guid>
      <pubDate>Thu, 31 Aug 2006 23:01:01 GMT</pubDate>
    </item>
    <item>
      <title>arrays of methods in C#</title>
      <description>a technique that can reduce your code when you have a pattern of 2..n values where for each value you want to execute a different method with the same signature &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2febersys.blogspot.com%2f2006%2f08%2farrays-of-methods-in-c.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2febersys.blogspot.com%2f2006%2f08%2farrays-of-methods-in-c.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/arrays_of_methods_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/arrays_of_methods_in_C</guid>
      <pubDate>Fri, 01 Sep 2006 05:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Asynchronous command execution in .NET 2.0</title>
      <description>Asynchronous execution of commands was one of great new features in ADO.NET 2.0.  The ability to execute commands that take long time to execute asynchronously is very helpful for developers.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpfeeds.com%2fpost.aspx%3fid%3d1570"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpfeeds.com%2fpost.aspx%3fid%3d1570" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Asynchronous_command_execution_in_NET_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Asynchronous_command_execution_in_NET_2_0</guid>
      <pubDate>Thu, 31 Aug 2006 11:01:01 GMT</pubDate>
    </item>
  </channel>
</rss>
