<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by whoisvaibhav</title>
    <description>Stories kicked by whoisvaibhav</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>Exception Logging to the Cloud</title>
      <description>Here's an interesting way to log Exceptions in your application. We have used this in a client project, and it did wonders to improve stability during the initial deployment phases. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nagarro.com%2fblog%2fan-alternative-way-to-do-exception-logging%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nagarro.com%2fblog%2fan-alternative-way-to-do-exception-logging%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Exception_Logging_to_the_Cloud</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Exception_Logging_to_the_Cloud</guid>
      <pubDate>Wed, 27 May 2009 00:58:13 GMT</pubDate>
    </item>
    <item>
      <title>Make the .Net Framework work for you</title>
      <description>Here's an example of how the framework artifacts can be used to implement good coding patterns... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nagarro.com%2fblog%2fuse-the-features-of-the-net-framework-to-implement-good-coding-patterns%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nagarro.com%2fblog%2fuse-the-features-of-the-net-framework-to-implement-good-coding-patterns%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Make_the_Net_Framework_work_for_you</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Make_the_Net_Framework_work_for_you</guid>
      <pubDate>Wed, 27 May 2009 00:56:08 GMT</pubDate>
    </item>
    <item>
      <title>Achieving amazing scalability with moderate hardware</title>
      <description>Here's PlentyofFish.com's case study on High Scalability.com

Try over a billion page views in asp.net using just 2 servers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhighscalability.com%2fplentyoffish-architecture"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhighscalability.com%2fplentyoffish-architecture" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Achieving_amazing_scalability_with_moderate_hardware</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Achieving_amazing_scalability_with_moderate_hardware</guid>
      <pubDate>Wed, 17 Dec 2008 00:53:42 GMT</pubDate>
    </item>
    <item>
      <title>Oxite - Oh Dear Lord Why?! </title>
      <description>Oxite is an open source application built on ASP.NET MVC and Karl Seguin raises some points related to the design/architecture/implementation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f12%2f15%2foxite-oh-dear-lord-why.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f12%2f15%2foxite-oh-dear-lord-why.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Oxite_Oh_Dear_Lord_Why</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Oxite_Oh_Dear_Lord_Why</guid>
      <pubDate>Tue, 16 Dec 2008 22:01:16 GMT</pubDate>
    </item>
    <item>
      <title>Choosing Between WebForms and MVC</title>
      <description>Another take on what to consider when making a decision between Asp.Net WebForms or Asp.Net MVC. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.gadodia.net%2fchoosing-between-webforms-and-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.gadodia.net%2fchoosing-between-webforms-and-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Choosing_Between_WebForms_and_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Choosing_Between_WebForms_and_MVC</guid>
      <pubDate>Thu, 18 Dec 2008 01:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Some Thoughts on Oxite</title>
      <description>Rob Conery's comments and thoughts on new open-source CMS project 'Oxite'. In this post he analyzed some critical issues in Oxite and suggested some solutions to optimize this ASP.NET MVC powered blog engine. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsome-thoughts-on-oxite%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsome-thoughts-on-oxite%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Some_Thoughts_on_Oxite</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Some_Thoughts_on_Oxite</guid>
      <pubDate>Mon, 15 Dec 2008 01:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Deciding Between ASP.NET MVC and WebForms</title>
      <description> Does this diagram make sense? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.emadibrahim.com%2f2008%2f09%2f07%2fdeciding-between-aspnet-mvc-and-webforms%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.emadibrahim.com%2f2008%2f09%2f07%2fdeciding-between-aspnet-mvc-and-webforms%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Deciding_Between_ASP_NET_MVC_and_WebForms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Deciding_Between_ASP_NET_MVC_and_WebForms</guid>
      <pubDate>Mon, 01 Dec 2008 01:03:31 GMT</pubDate>
    </item>
    <item>
      <title>Firefox integration with .Net framework</title>
      <description>According to this article, Firefox plays really well with .Net 3.5 SP1. It plays well with ClickOnce and XBAP both. This is due to a Firefox extension that gets installed with 3.5 SP1 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fFirefoxClickOnceXBAPsAndNET35SP1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fFirefoxClickOnceXBAPsAndNET35SP1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Firefox_integration_with_Net_framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Firefox_integration_with_Net_framework</guid>
      <pubDate>Sat, 06 Sep 2008 13:34:34 GMT</pubDate>
    </item>
    <item>
      <title>All that you need to know about deploying the .Net framework</title>
      <description>SmallestDotNet.com is a single page site that does one thing. It tells you the smallest, easiest download you'd need to get the .NET Framework on your system. The size of the .NET download is usually WAY smaller than you think it'll be. There's no database, no cookies, and nothing about your computer has been stored or kept. We just look at the information your browser already reports about your computer and make a suggestion as to the best .NET Framework download for you. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fsmallestdotnet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fsmallestdotnet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/All_that_you_need_to_know_about_deploying_the_Net_framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/All_that_you_need_to_know_about_deploying_the_Net_framework</guid>
      <pubDate>Mon, 01 Sep 2008 16:13:45 GMT</pubDate>
    </item>
    <item>
      <title>Creating always visible div using CSS</title>
      <description>Explains how easily we can create an always visible div using very simple CSS trick in html.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fcreating_always_visible_div_using_css.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fcreating_always_visible_div_using_css.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Creating_always_visible_div_using_CSS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Creating_always_visible_div_using_CSS</guid>
      <pubDate>Wed, 30 Jul 2008 09:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Are you Throwing Exceptions correctly?</title>
      <description>Discuss practices to throw exceptions to intact the exception stack trace &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fare_you_throwing_exceptions_correctly.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fare_you_throwing_exceptions_correctly.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Are_you_Throwing_Exceptions_correctly</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Are_you_Throwing_Exceptions_correctly</guid>
      <pubDate>Wed, 30 Jul 2008 10:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Vb.Net one better than C#</title>
      <description>This is the first time I have envied VB over C#. Here's a thing that is useful and you can do in Vb.Net, but not in C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.gadodia.net%2fextension-methods-in-vbnet-and-c%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.gadodia.net%2fextension-methods-in-vbnet-and-c%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Vb_Net_one_better_than_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Vb_Net_one_better_than_C</guid>
      <pubDate>Sat, 19 Jul 2008 05:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Get namespaces from an XML Document with XPathDocument and LINQ to XML</title>
      <description>how to get the namespaces from an XML document &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fGetNamespacesFromAnXMLDocumentWithXPathDocumentAndLINQToXML.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fGetNamespacesFromAnXMLDocumentWithXPathDocumentAndLINQToXML.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Get_namespaces_from_an_XML_Document_with_XPathDocument_and_LINQ_to_XML</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Get_namespaces_from_an_XML_Document_with_XPathDocument_and_LINQ_to_XML</guid>
      <pubDate>Fri, 18 Jan 2008 10:15:22 GMT</pubDate>
    </item>
    <item>
      <title>free e books</title>
      <description>Microsoft has opened 3 MS Press books completely FREE for public. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspxwizard.net%2fblogs%2fwand%2farchive%2f2007%2f12%2f23%2ffree-e-books.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspxwizard.net%2fblogs%2fwand%2farchive%2f2007%2f12%2f23%2ffree-e-books.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/free_e_books</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/free_e_books</guid>
      <pubDate>Tue, 01 Jan 2008 04:01:04 GMT</pubDate>
    </item>
    <item>
      <title>ADO.NET Data Services with ASP.NET AJAX Support</title>
      <description>Find out how ADO.NET Data Services can be integrated with ASP.NET AJAX support seamlessly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fe%2f2%2fe%2fe2e5b9b8-4092-4e37-9e89-d2ae8e33f7d2%2fWinVideo-AstoriaProject.wmv"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fe%2f2%2fe%2fe2e5b9b8-4092-4e37-9e89-d2ae8e33f7d2%2fWinVideo-AstoriaProject.wmv" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/ADO_NET_Data_Services_with_ASP_NET_AJAX_Support</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/ADO_NET_Data_Services_with_ASP_NET_AJAX_Support</guid>
      <pubDate>Sun, 30 Dec 2007 18:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to ASP.NET Dynamic Data: </title>
      <description>Learn how the ASP.NET 3.5 Extensions Preview enables rapid data driven site development with ASP.NET Dynamic Data and its rich scaffolding framework. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f5%2fd%2f1%2f5d113d2d-571c-4edd-9c1c-59bc0e6981f6%2fWinVideo-2007-12-08%2520Dynamic%2520Data.wmv"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f5%2fd%2f1%2f5d113d2d-571c-4edd-9c1c-59bc0e6981f6%2fWinVideo-2007-12-08%2520Dynamic%2520Data.wmv" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Introduction_to_ASP_NET_Dynamic_Data</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Introduction_to_ASP_NET_Dynamic_Data</guid>
      <pubDate>Sun, 30 Dec 2007 19:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Code Size Is The Enemy (in Java or elsewhere)</title>
      <description>Here's an interpretation by Jeff Atwood of Steve Yegge's Code's Worst Enemy - a look at how Java is its own worst enemy and how dynamic languages may be better suited to some situations that static ones like Java &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%2f001025.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codinghorror.com%2fblog%2farchives%2f001025.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Code_Size_Is_The_Enemy_in_Java_or_elsewhere</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Code_Size_Is_The_Enemy_in_Java_or_elsewhere</guid>
      <pubDate>Fri, 28 Dec 2007 02:31:02 GMT</pubDate>
    </item>
    <item>
      <title>HttpHandlers</title>
      <description>A pretty useable article on how to use HTTP Handlers and why not. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2006%2f05%2f24%2f145397.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2006%2f05%2f24%2f145397.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/HttpHandlers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/HttpHandlers</guid>
      <pubDate>Thu, 27 Dec 2007 08:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Error Handling is like Taking Out the Trash</title>
      <description>Here's a talk about the topic that is never talked about enough... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeautifulcode.oreillynet.com%2f2007%2f12%2ferror_handling_the_practice_we.php"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeautifulcode.oreillynet.com%2f2007%2f12%2ferror_handling_the_practice_we.php" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Error_Handling_is_like_Taking_Out_the_Trash</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Error_Handling_is_like_Taking_Out_the_Trash</guid>
      <pubDate>Tue, 18 Dec 2007 05:28:47 GMT</pubDate>
    </item>
    <item>
      <title>December 16th Links: ASP.NET, ASP.NET AJAX, ASP.NET MVC, VS, .NET, IIS</title>
      <description>Scotts new links &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%2f2007%2f12%2f16%2fdecember-16th-links-asp-net-asp-net-ajax-asp-net-mvc-vs-net-iis7-wpf.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f12%2f16%2fdecember-16th-links-asp-net-asp-net-ajax-asp-net-mvc-vs-net-iis7-wpf.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/December_16th_Links_ASP_NET_ASP_NET_AJAX_ASP_NET_MVC_VS_NET_IIS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/December_16th_Links_ASP_NET_ASP_NET_AJAX_ASP_NET_MVC_VS_NET_IIS</guid>
      <pubDate>Tue, 18 Dec 2007 04:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Web Client Software Factory</title>
      <description>Here's a gem. The Web Client Software Factory by Patterns and Practices group provides resources and visua lstudio guidance packages to accelerate development on composite 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.codeplex.com%2fwebsf"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeplex.com%2fwebsf" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Web_Client_Software_Factory</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Web_Client_Software_Factory</guid>
      <pubDate>Mon, 17 Dec 2007 15:21:12 GMT</pubDate>
    </item>
    <item>
      <title>NAnt 0.86 Released</title>
      <description>The recent release for nAnt and release notes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnant.sourceforge.net%2frelease%2f0.86-beta1%2freleasenotes.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnant.sourceforge.net%2frelease%2f0.86-beta1%2freleasenotes.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NAnt_0_86_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NAnt_0_86_Released</guid>
      <pubDate>Thu, 13 Dec 2007 05:44:37 GMT</pubDate>
    </item>
    <item>
      <title>How to self host Astoria (Ado.net Data Services)</title>
      <description>Here's what the documentation doesn't tell you. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.thinktecture.com%2fcweyer%2farchive%2f2007%2f12%2f11%2f415057.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.thinktecture.com%2fcweyer%2farchive%2f2007%2f12%2f11%2f415057.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/How_to_self_host_Astoria_Ado_net_Data_Services</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/How_to_self_host_Astoria_Ado_net_Data_Services</guid>
      <pubDate>Thu, 13 Dec 2007 05:38:04 GMT</pubDate>
    </item>
    <item>
      <title>Composition vs Inheritance</title>
      <description>A little bit of insight on design.... which every .net developer should read. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f12%2f11%2ffavor-composition-over-inheritance-and-other-pithy-catch-phrases.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f12%2f11%2ffavor-composition-over-inheritance-and-other-pithy-catch-phrases.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Composition_vs_Inheritance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Composition_vs_Inheritance</guid>
      <pubDate>Thu, 13 Dec 2007 05:36:08 GMT</pubDate>
    </item>
    <item>
      <title>Adding custom metadata providers in ASP.NET 3.5 Extensions</title>
      <description>A quick talk about the ability to associate metadata (for example, range validation or formatting) with your data model. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fmarcinon%2farchive%2f2007%2f12%2f10%2fadding-custom-metadata-providers-in-asp-net-3-5-extensions-preview.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fmarcinon%2farchive%2f2007%2f12%2f10%2fadding-custom-metadata-providers-in-asp-net-3-5-extensions-preview.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Adding_custom_metadata_providers_in_ASP_NET_3_5_Extensions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Adding_custom_metadata_providers_in_ASP_NET_3_5_Extensions</guid>
      <pubDate>Thu, 13 Dec 2007 05:34:23 GMT</pubDate>
    </item>
  </channel>
</rss>