<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by JonnyRocks</title>
    <description>Stories kicked by JonnyRocks</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>30 Common String Operations in C# and VB.NET - Part II</title>
      <description>In the previous article, 30 Common String Operations in C# and VB.NET - Part I, we explored 15 common String operations while working with the String class. In Part II of the article, we will continue with the series and cover 15 more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d190"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d190" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/30_Common_String_Operations_in_C_and_VB_NET_Part_II</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/30_Common_String_Operations_in_C_and_VB_NET_Part_II</guid>
      <pubDate>Wed, 27 Aug 2008 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Behind the Scenes at Microsoft.com</title>
      <description>Learn how the Microsoft.com operations team meets the demands for one of the top 5 websites on the Internet today.  The team supports the server product teams at Microsoft by &amp;quot;dogfooding&amp;quot; products such as Windows Server 2008, SQL Server 2008 and IIS7 years before being released to customers.  Keith and Woody sit down with Brad LeRoss and Jim Dobbin of the MSCOM team discuss the Microsoft.com architecture and infrastructure, history of the team, the process of content delivery and a few funny stories. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdeepfriedbytes.com%2fpodcast%2fepisode-8-behind-the-scenes-at-microsoft-com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdeepfriedbytes.com%2fpodcast%2fepisode-8-behind-the-scenes-at-microsoft-com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Behind_the_Scenes_at_Microsoft_com</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Behind_the_Scenes_at_Microsoft_com</guid>
      <pubDate>Fri, 01 Aug 2008 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>VS 2005 Error 1: &amp;quot;Could not load type...&amp;quot;</title>
      <description>You can receive this error &amp;quot;Could not load type&amp;quot; error message in your ASP.NET Application, when you browse to .aspx page by using Visual C# .NET or running from local IIS.

SYMPTOMS

When you browse to an .aspx page, you may receive one of the following error messages:
Could not load type 'Namespace.Global'.
-or-
Could not load type 'Namespace.PageName'.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f06%2fvs-2005-error-1-could-not-load-type.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f06%2fvs-2005-error-1-could-not-load-type.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/VS_2005_Error_1_Could_not_load_type</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/VS_2005_Error_1_Could_not_load_type</guid>
      <pubDate>Fri, 01 Aug 2008 10:29:17 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET data binding essentials</title>
      <description>ASP.NET introduces a new declarative syntax, &amp;lt;%# %&amp;gt;. This syntax is the basis for using data binding in an .aspx page. All data binding expressions must be contained within these characters. The following list includes examples of simple data binding from multiple sources... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f06%2faspnet-data-binding-essentials.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f06%2faspnet-data-binding-essentials.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_data_binding_essentials</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_data_binding_essentials</guid>
      <pubDate>Fri, 01 Aug 2008 10:28:36 GMT</pubDate>
    </item>
    <item>
      <title>More information about ASP.NET Page life-cycle and common events</title>
      <description>I've found wonderful document about ASP.NET Page lifecycle events on http://john-sheehan.com/blog. Little information about general page Life-cycle stages and events...
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f07%2fmore-information-about-aspnet-page-life.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f07%2fmore-information-about-aspnet-page-life.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/More_information_about_ASP_NET_Page_life_cycle_and_common_events</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/More_information_about_ASP_NET_Page_life_cycle_and_common_events</guid>
      <pubDate>Fri, 01 Aug 2008 10:26:41 GMT</pubDate>
    </item>
    <item>
      <title>Outlook Programming: how to find the parent message for a reply or...</title>
      <description>I'm currently involved in developing Outlook add-in. During that I've faced the problem how to find the parent message for a reply or forward message. The idea is that all messages in a conversation have the same ConversationTopic value, while the ConversationIndex is increased by 5 bytes with each change. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f07%2foutlook-programming-how-to-find-parent.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f07%2foutlook-programming-how-to-find-parent.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Outlook_Programming_how_to_find_the_parent_message_for_a_reply_or</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Outlook_Programming_how_to_find_the_parent_message_for_a_reply_or</guid>
      <pubDate>Fri, 01 Aug 2008 10:22:16 GMT</pubDate>
    </item>
    <item>
      <title>Software I can't work without </title>
      <description>I'm about to configure a new development machine this week. It's going to be my 3rd install from scratch in the last 12 months, which I know is not all that much, but certainly more than I wish I had to.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fsergio_pereira%2farchive%2f2008%2f07%2f31%2fsoftware-i-can-t-work-without.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fsergio_pereira%2farchive%2f2008%2f07%2f31%2fsoftware-i-can-t-work-without.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Software_I_can_t_work_without</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Software_I_can_t_work_without</guid>
      <pubDate>Fri, 01 Aug 2008 14:46:10 GMT</pubDate>
    </item>
    <item>
      <title>More Details Emerge On Microsoft Master Certification</title>
      <description>Few weeks ago Microsoft announced a new certification called Microsoft Certified Master. In an ever growing cluster of Microsoft certification this one allows you to specialise in a particular technology area. So what does this mean? Aren't other certifications specialising as well? According to Microsoft, Master certification is intended towards candidates who spend most of their time working with one product. This is different than your average developer who needs to know about many technologies such as ASP.NET, SQL Server, WCF, WFP etc.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.onedotnetway.com%2fmore-details-emerge-on-microsoft-master-certification%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.onedotnetway.com%2fmore-details-emerge-on-microsoft-master-certification%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/More_Details_Emerge_On_Microsoft_Master_Certification</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/More_Details_Emerge_On_Microsoft_Master_Certification</guid>
      <pubDate>Fri, 01 Aug 2008 01:01:11 GMT</pubDate>
    </item>
    <item>
      <title>Using The &amp;quot;Using&amp;quot; Statement On a Method Rather Than a Class </title>
      <description>Have you ever tried using  the &amp;quot;Using&amp;quot; statement with a method and not a class? Why not take the &amp;quot;Using&amp;quot; statement and make it more useful. The Dispose method we want to be called does not have to Dispose of stuff, it can do anything we want!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f31%2fusing-the-using-statement-on-a-method-rather-than-a-class%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f31%2fusing-the-using-statement-on-a-method-rather-than-a-class%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Using_The_Using_Statement_On_a_Method_Rather_Than_a_Class</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Using_The_Using_Statement_On_a_Method_Rather_Than_a_Class</guid>
      <pubDate>Thu, 31 Jul 2008 20:01:04 GMT</pubDate>
    </item>
    <item>
      <title>StringBuilder Secrets</title>
      <description>Article goes beyond the basics and looks at some more detail of StringBuilder in C#, and a benchmark that can help you improve your code that already uses StringBuilder. With graph &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetperls.com%2fContent%2fStringBuilder-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetperls.com%2fContent%2fStringBuilder-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/StringBuilder_Secrets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/StringBuilder_Secrets</guid>
      <pubDate>Thu, 10 Jul 2008 12:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Jump between braces in Visual Studio.</title>
      <description>Move fast between open and close braces.  No more scrolling to find beginning of that illusive if statement. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvkreynin.wordpress.com%2f2008%2f07%2f09%2fjump-between-braces-in-visual-studio%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvkreynin.wordpress.com%2f2008%2f07%2f09%2fjump-between-braces-in-visual-studio%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Jump_between_braces_in_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Jump_between_braces_in_Visual_Studio</guid>
      <pubDate>Thu, 10 Jul 2008 17:01:09 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Source Analysis for C# Released</title>
      <description>From post: &amp;quot;Source Analysis is similar in many ways to Microsoft Code Analysis (specifically FxCop), but there are some important distinctions. FxCop performs its analysis on compiled binaries, while Source Analysis analyzes the source code directly. For this reason, Code Analysis focuses more on the design of the code, while Source Analysis focuses on layout, readability and documentation.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fsourceanalysis%2farchive%2f2008%2f05%2f23%2fannouncing-the-release-of-microsoft-source-analysis.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fsourceanalysis%2farchive%2f2008%2f05%2f23%2fannouncing-the-release-of-microsoft-source-analysis.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Microsoft_Source_Analysis_for_C_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Microsoft_Source_Analysis_for_C_Released</guid>
      <pubDate>Fri, 23 May 2008 18:31:14 GMT</pubDate>
    </item>
    <item>
      <title>best programming jokes</title>
      <description>a very big good collection of programming jokes, WOWwwwwwww &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devtopics.com%2fbest-programming-jokes%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devtopics.com%2fbest-programming-jokes%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/best_programming_jokes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/best_programming_jokes</guid>
      <pubDate>Thu, 08 May 2008 17:46:05 GMT</pubDate>
    </item>
    <item>
      <title>Programming Is All About Passion</title>
      <description>Passion! Passion! Passion! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fitscommonsensestupid.blogspot.com%2f2008%2f03%2fprogramming-is-all-about-passion.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fitscommonsensestupid.blogspot.com%2f2008%2f03%2fprogramming-is-all-about-passion.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Programming_Is_All_About_Passion</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Programming_Is_All_About_Passion</guid>
      <pubDate>Mon, 31 Mar 2008 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>How to: Optimize the memory usage with strings</title>
      <description>System.String type is used in any .NET application. We have strings as: names, addresses, descriptions, error messages, warnings or even application settings. Each application has to create, compare or format string data. Considering the immutability and the fact that any object can be converted to a string, all the available memory can be swallowed by a huge amount of unwanted string duplicates or unclaimed string objects. Now let's see how a string object should be handled to preserve memory. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f03%2fhow-to-optimize-memory-usage-with.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f03%2fhow-to-optimize-memory-usage-with.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_Optimize_the_memory_usage_with_strings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_Optimize_the_memory_usage_with_strings</guid>
      <pubDate>Mon, 31 Mar 2008 10:16:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Source Code Now Available</title>
      <description>Last month I blogged about our ASP.NET MVC Roadmap.  Two weeks ago we shipped the ASP.NET Preview 2 Release.  Phil Haack from the ASP.NET team published a good blog post about the release here.  Scott Hanselman has created a bunch of great ASP.NET MVC tutorial videos that you can watch to learn more about it here.... &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%2f03%2f21%2fasp-net-mvc-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%2f03%2f21%2fasp-net-mvc-source-code-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Source_Code_Now_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Source_Code_Now_Available</guid>
      <pubDate>Sat, 22 Mar 2008 01:31:03 GMT</pubDate>
    </item>
    <item>
      <title>The First Rule of Programming: It's Always Your Fault</title>
      <description>Yet another great post from  Jeff Atwood. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codinghorror.com%2fblog%2farchives%2f001079.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codinghorror.com%2fblog%2farchives%2f001079.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/The_First_Rule_of_Programming_It_s_Always_Your_Fault</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/The_First_Rule_of_Programming_It_s_Always_Your_Fault</guid>
      <pubDate>Fri, 21 Mar 2008 19:31:02 GMT</pubDate>
    </item>
    <item>
      <title>More than Just MVC for WPF</title>
      <description>This article shows some problems you can find when using the MVC in WPF for a large project. The article describes how one can use the Mediator Pattern together with the MVC to fix such issues... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f03%2f20%2fmore-than-just-mvc-for-wpf%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f03%2f20%2fmore-than-just-mvc-for-wpf%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/More_than_Just_MVC_for_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/More_than_Just_MVC_for_WPF</guid>
      <pubDate>Thu, 20 Mar 2008 14:16:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Security : 1- Basics</title>
      <description>how the Identity of the thread executing a website in IIS is determined &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.amrelsehemy.net%2fpost%2f2008%2f03%2fASPNET-Security--1--Basics.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.amrelsehemy.net%2fpost%2f2008%2f03%2fASPNET-Security--1--Basics.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/ASP_NET_Security_1_Basics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/ASP_NET_Security_1_Basics</guid>
      <pubDate>Thu, 20 Mar 2008 15:01:07 GMT</pubDate>
    </item>
    <item>
      <title>Going Mouseless - Implementing Keyboard Shortcuts in ASP.NET 2.0 </title>
      <description>Keyboard shortcuts improve productivity by accomplishing tasks more quickly and without much effort. In applications, where the user has to select from a variety of actions to perform, keyboard shortcuts can save on time and effort. If you have used the new YahooMail or Gmail, you will be quiet familiar with these shortcuts. Let us see how to implement these shortcuts and use it in our ASP.NET applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d91"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d91" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Going_Mouseless_Implementing_Keyboard_Shortcuts_in_ASP_NET_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Going_Mouseless_Implementing_Keyboard_Shortcuts_in_ASP_NET_2_0</guid>
      <pubDate>Thu, 20 Mar 2008 09:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Exploring the Global.asax file in ASP.NET</title>
      <description>Using the Global.asax file, you can define event handlers with application-wide or session-wide scope. The link given explores the application and session level events exposed in the Global.asax file and how we can utilize these events in our applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d126"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d126" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Exploring_the_Global_asax_file_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Exploring_the_Global_asax_file_in_ASP_NET</guid>
      <pubDate>Wed, 19 Mar 2008 15:06:11 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC - Testing issues Q and A</title>
      <description>Some commonly asked questions when developing ASP.NET MVC and unit tests. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f03%2fASPNET-MVC---Testing-issues-Q-and-A.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f03%2fASPNET-MVC---Testing-issues-Q-and-A.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/ASP_NET_MVC_Testing_issues_Q_and_A</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/ASP_NET_MVC_Testing_issues_Q_and_A</guid>
      <pubDate>Wed, 19 Mar 2008 14:51:33 GMT</pubDate>
    </item>
    <item>
      <title>Visualizing the .NET Framework</title>
      <description>This was done using NDepend. The numbers are quite large - e.g. 39,509 types. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fpatricksmacchia%2farchive%2f2008%2f03%2f18%2fnumber-of-types-in-the-net-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fpatricksmacchia%2farchive%2f2008%2f03%2f18%2fnumber-of-types-in-the-net-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Visualizing_the_NET_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Visualizing_the_NET_Framework</guid>
      <pubDate>Fri, 21 Mar 2008 17:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Vista's 1st Service pack available...</title>
      <description>Vista SP1 download &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mikehouston.net%2fpost%2fVistas-1st-Service-pack-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mikehouston.net%2fpost%2fVistas-1st-Service-pack-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vista/Vista_s_1st_Service_pack_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vista/Vista_s_1st_Service_pack_available</guid>
      <pubDate>Wed, 19 Mar 2008 11:12:17 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC In-Depth: The Life of an ASP.NET MVC Request - Stephen Wal</title>
      <description>Lifecycle of request in ASP.NET MVC application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fstephenwalther%2farchive%2f2008%2f03%2f17%2fasp-net-mvc-in-depth-the-life-of-an-asp-net-mvc-request.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fstephenwalther%2farchive%2f2008%2f03%2f17%2fasp-net-mvc-in-depth-the-life-of-an-asp-net-mvc-request.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_In_Depth_The_Life_of_an_ASP_NET_MVC_Request_Stephen_Wal</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_In_Depth_The_Life_of_an_ASP_NET_MVC_Request_Stephen_Wal</guid>
      <pubDate>Tue, 18 Mar 2008 15:46:02 GMT</pubDate>
    </item>
  </channel>
</rss>