<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by jconley</title>
    <description>Stories kicked by jconley</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>Debugging a power outage</title>
      <description>A story about debugging an ASP.NET application after a server farm crashes and starts performing poorly and uncovering the unlikely culprit. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjdconley.com%2fblog%2farchive%2f2008%2f09%2f24%2fdebugging-after-a-power-outage.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjdconley.com%2fblog%2farchive%2f2008%2f09%2f24%2fdebugging-after-a-power-outage.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Debugging_a_power_outage</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Debugging_a_power_outage</guid>
      <pubDate>Thu, 25 Sep 2008 01:30:14 GMT</pubDate>
    </item>
    <item>
      <title>A SQL Table Manhunt</title>
      <description>A simple tidbit of SQL code to help you track down tables/files that are having I/O related performance issues. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjdconley.com%2fblog%2farchive%2f2008%2f03%2f19%2fa-sql-table-manhunt.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjdconley.com%2fblog%2farchive%2f2008%2f03%2f19%2fa-sql-table-manhunt.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/A_SQL_Table_Manhunt</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/A_SQL_Table_Manhunt</guid>
      <pubDate>Wed, 19 Mar 2008 22:09:43 GMT</pubDate>
    </item>
    <item>
      <title>Feb 17th Links: ASP.NET, ASP.NET AJAX, Visual Studio, .NET </title>
      <description>Here is the latest in my link-listing series.  Also check out my ASP.NET Tips, Tricks and Tutorials page for links to popular articles I've done myself in the past. &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%2f02%2f17%2ffeb-17th-links-asp-net-asp-net-ajax-visual-studio-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f02%2f17%2ffeb-17th-links-asp-net-asp-net-ajax-visual-studio-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Feb_17th_Links_ASP_NET_ASP_NET_AJAX_Visual_Studio_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Feb_17th_Links_ASP_NET_ASP_NET_AJAX_Visual_Studio_NET</guid>
      <pubDate>Mon, 18 Feb 2008 13:31:02 GMT</pubDate>
    </item>
    <item>
      <title>ShortGuid - A shorter and url friendly GUID class in C#</title>
      <description>Extending Mads Kristensens &amp;quot;shorter and URL friendly GUID&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.singular.co.nz%2fblog%2farchive%2f2007%2f12%2f20%2fshortguid-a-shorter-and-url-friendly-guid-in-c-sharp.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.singular.co.nz%2fblog%2farchive%2f2007%2f12%2f20%2fshortguid-a-shorter-and-url-friendly-guid-in-c-sharp.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/ShortGuid_A_shorter_and_url_friendly_GUID_class_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/ShortGuid_A_shorter_and_url_friendly_GUID_class_in_C</guid>
      <pubDate>Wed, 06 Feb 2008 21:46:08 GMT</pubDate>
    </item>
    <item>
      <title>For Loops: Using i++, ++i, Enumerators, or None of the Above?</title>
      <description>A quest to move away from the 50 year old style of &amp;quot;for loops&amp;quot; and embrace newer ways of getting the same job done. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moserware.com%2f2008%2f02%2ffor-loops-using-i-i-enumerators-or-none.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moserware.com%2f2008%2f02%2ffor-loops-using-i-i-enumerators-or-none.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/For_Loops_Using_i_i_Enumerators_or_None_of_the_Above</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/For_Loops_Using_i_i_Enumerators_or_None_of_the_Above</guid>
      <pubDate>Mon, 04 Feb 2008 15:01:02 GMT</pubDate>
    </item>
    <item>
      <title>A Sorted Affair: History of the C# Sort</title>
      <description>I often have the joy of dealing with other people's code that was originally written in C# 1.0 and am continually amazed by how much better the language has become in a few short years. This example represents the evolution of sorting a simple list in C#. From 50+ lines of code, down to one. Wow, what a change! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjdconley.com%2fblog%2farchive%2f2008%2f01%2f30%2fa-sorted-affair-history-of-the-c-sort.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjdconley.com%2fblog%2farchive%2f2008%2f01%2f30%2fa-sorted-affair-history-of-the-c-sort.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_Sorted_Affair_History_of_the_C_Sort</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_Sorted_Affair_History_of_the_C_Sort</guid>
      <pubDate>Fri, 01 Feb 2008 17:16:02 GMT</pubDate>
    </item>
    <item>
      <title>10 ASP.NET Performance and Scalability Secrets</title>
      <description>ASP.NET 2.0 has many secrets, when revealed, can give you big performance and scalability boost. For instance, there are secret bottlenecks in Membership and Profile provider which can be solved easily to make authentication and authorization faster. Furthermore, ASP.NET Http pipeline can be tweaked to avoid executing unnecessary code that gets hit on each and every request... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2f10ASPNetPerformance.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2f10ASPNetPerformance.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/10_ASP_NET_Performance_and_Scalability_Secrets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/10_ASP_NET_Performance_and_Scalability_Secrets</guid>
      <pubDate>Thu, 31 Jan 2008 16:31:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Dynamic Route builder Released</title>
      <description>This is a simple HTTPModule that allows you to place your routing rules in web.config were they belong. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeeleven.blogspot.com%2f2007%2f12%2faspnet-mvc-routebuilder-httpmodule.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeeleven.blogspot.com%2f2007%2f12%2faspnet-mvc-routebuilder-httpmodule.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Dynamic_Route_builder_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Dynamic_Route_builder_Released</guid>
      <pubDate>Fri, 14 Dec 2007 14:16:02 GMT</pubDate>
    </item>
    <item>
      <title>An Upcoming Asynchronous Facebook Library</title>
      <description>This article introduces a new library called fbasync designed for building scalable Facebook applications in ASP.NET. It goes into basic usage of the library and explains the advantages of using an asynchronous architecture. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjdconley.com%2fblog%2farchive%2f2007%2f12%2f11%2fintroduction-to-fbasync-an-asynchronous-facebook-library-part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjdconley.com%2fblog%2farchive%2f2007%2f12%2f11%2fintroduction-to-fbasync-an-asynchronous-facebook-library-part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/An_Upcoming_Asynchronous_Facebook_Library</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/An_Upcoming_Asynchronous_Facebook_Library</guid>
      <pubDate>Wed, 12 Dec 2007 06:33:09 GMT</pubDate>
    </item>
    <item>
      <title> ASP.NET MVC Design Philosophy</title>
      <description>A great post from Eilon about the philosophy and approach to MVC in ASP.NET... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fleftslipper%2farchive%2f2007%2f12%2f10%2fasp-net-mvc-design-philosophy.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fleftslipper%2farchive%2f2007%2f12%2f10%2fasp-net-mvc-design-philosophy.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Design_Philosophy</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Design_Philosophy</guid>
      <pubDate>Tue, 11 Dec 2007 10:31:02 GMT</pubDate>
    </item>
    <item>
      <title>MVC Membership Basics</title>
      <description>Getting Register, Login, and Logout working in the recently released ASP.Net MVC framework. Downloadable code samples included. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.squaredroot.com%2fpost%2f2007%2f12%2fASPNet-MVC-Membership-Basics.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.squaredroot.com%2fpost%2f2007%2f12%2fASPNet-MVC-Membership-Basics.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/MVC_Membership_Basics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/MVC_Membership_Basics</guid>
      <pubDate>Tue, 11 Dec 2007 03:46:03 GMT</pubDate>
    </item>
    <item>
      <title>A Use for Extension Methods </title>
      <description>Recently over on the alt.net list there has been alot (read: way too much) talk about extension methods. The running consensus seems to be that extension methods are great for extending someone else's API but have no place in code that you control.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fgregyoung%2farchive%2f2007%2f12%2f05%2fa-use-for-extension-methods.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fgregyoung%2farchive%2f2007%2f12%2f05%2fa-use-for-extension-methods.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/A_Use_for_Extension_Methods</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/A_Use_for_Extension_Methods</guid>
      <pubDate>Fri, 07 Dec 2007 14:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Technology doesn't matter!</title>
      <description>Solving problems does. Often geeks get caught up with upgrading to the latest stuff only because it is the latest stuff. Often this can be a flawed approach but we tend to ignore that because of the pleasure we gain from new technology. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.bluecog.co.nz%2farchives%2f2007%2f12%2f05%2ftechnology-doesnt-matter-solving-problems-does%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.bluecog.co.nz%2farchives%2f2007%2f12%2f05%2ftechnology-doesnt-matter-solving-problems-does%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Technology_doesn_t_matter</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Technology_doesn_t_matter</guid>
      <pubDate>Wed, 05 Dec 2007 03:46:02 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2008 will have IntelliSense</title>
      <description>Hurray! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2f3poundmass.wordpress.com%2f2007%2f11%2f30%2fsql-server-2008-will-have-intellisense%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2f3poundmass.wordpress.com%2f2007%2f11%2f30%2fsql-server-2008-will-have-intellisense%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2008_will_have_IntelliSense</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2008_will_have_IntelliSense</guid>
      <pubDate>Tue, 04 Dec 2007 04:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Linq to Sql Surprise Performance Hit</title>
      <description>JD outlines a classic case of making assumptions while performance tuning. It turns out there are cases where Linq To SQL can take longer to compile a query than the round trip to SQL. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjdconley.com%2fblog%2farchive%2f2007%2f11%2f28%2flinq-to-sql-surprise-performance-hit.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjdconley.com%2fblog%2farchive%2f2007%2f11%2f28%2flinq-to-sql-surprise-performance-hit.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Linq_to_Sql_Surprise_Performance_Hit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Linq_to_Sql_Surprise_Performance_Hit</guid>
      <pubDate>Tue, 04 Dec 2007 18:01:02 GMT</pubDate>
    </item>
    <item>
      <title>10 Tips for a happy upgrade to Visual Studio 2008 RTM</title>
      <description>Jon Galloway puts together a nice summary for updating Visual Studio 2008 Beta 2 to Visual Studio 2008 RTM. This can save you a couple of headaches if you read it before upgrading! &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%2f2007%2f11%2f28%2ften-tips-for-a-happy-upgrade-to-visual-studio-2008-release.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2007%2f11%2f28%2ften-tips-for-a-happy-upgrade-to-visual-studio-2008-release.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/10_Tips_for_a_happy_upgrade_to_Visual_Studio_2008_RTM</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/10_Tips_for_a_happy_upgrade_to_Visual_Studio_2008_RTM</guid>
      <pubDate>Wed, 28 Nov 2007 15:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Asyncify Your Code</title>
      <description>Asyncify your code. Everybody's doing it. (Chicks|Dudes)'ll dig it. It'll make you cool. An opinion on .NET asynchronous patterns, a sample application exposing its own asynchronous API, and why you should be writing asynchronous code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jdconley.com%2fblog%2farchive%2f2007%2f09%2f28%2fasyncify-your-code-again.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jdconley.com%2fblog%2farchive%2f2007%2f09%2f28%2fasyncify-your-code-again.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Asyncify_Your_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Asyncify_Your_Code</guid>
      <pubDate>Sat, 29 Sep 2007 06:19:43 GMT</pubDate>
    </item>
  </channel>
</rss>