<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by donbonifacio</title>
    <description>Stories kicked by donbonifacio</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>Twitter API from C#</title>
      <description>Example method that  sends a message programatically with C# to twitter. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpsantos-blog.zi-yu.com%2f%3fp%3d197"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpsantos-blog.zi-yu.com%2f%3fp%3d197" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Twitter_API_from_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Twitter_API_from_C</guid>
      <pubDate>Fri, 24 Oct 2008 19:07:04 GMT</pubDate>
    </item>
    <item>
      <title>JavaScript in Chrome</title>
      <description>A full rundown of the JavaScript features and bugs in Chrome &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fejohn.org%2fblog%2fjavascript-in-chrome%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fejohn.org%2fblog%2fjavascript-in-chrome%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/JavaScript_in_Chrome</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/JavaScript_in_Chrome</guid>
      <pubDate>Sun, 07 Sep 2008 07:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Getting rid of strings (3): take your app settings to the next level</title>
      <description>In the first article of this series I talked about the problems with strings in code. This article will show you how you can use lambda expressions and expression trees as another tool to avoid strings &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f09%2f05%2fGetting-rid-of-strings-(3)-take-your-app-settings-to-the-next-level.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f09%2f05%2fGetting-rid-of-strings-(3)-take-your-app-settings-to-the-next-level.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Getting_rid_of_strings_3_take_your_app_settings_to_the_next_level</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Getting_rid_of_strings_3_take_your_app_settings_to_the_next_level</guid>
      <pubDate>Sat, 06 Sep 2008 02:31:02 GMT</pubDate>
    </item>
    <item>
      <title>jQuery Form Serialization without ASP.NET ViewState</title>
      <description>When building AJAX applications that send client form content to the server, ViewState and EventValidation fields can get in the way. Using jQuery you can make short work skipping over these fields and send only the raw POST data to the server. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f472329.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f472329.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/jQuery_Form_Serialization_without_ASP_NET_ViewState</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/jQuery_Form_Serialization_without_ASP_NET_ViewState</guid>
      <pubDate>Fri, 05 Sep 2008 05:31:10 GMT</pubDate>
    </item>
    <item>
      <title>Becoming a Visual Studio Jedi Part 1</title>
      <description>Peter discusses how to get your use of Visual Studio to the next level. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fpeterritchie%2farchive%2f2008%2f07%2f15%2fbecoming-a-visual-studio-jedi.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fpeterritchie%2farchive%2f2008%2f07%2f15%2fbecoming-a-visual-studio-jedi.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Becoming_a_Visual_Studio_Jedi_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Becoming_a_Visual_Studio_Jedi_Part_1</guid>
      <pubDate>Mon, 08 Sep 2008 21:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Building a Web Game Step by Step</title>
      <description>On this blog, the Orion's Belt team present step by step all the developments and ideas for the 2.0 version of their game. The game is running on ASP.NET 2.0 and using NHibernate and Midgard. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.orionsbelt.eu%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.orionsbelt.eu%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Building_a_Web_Game_Step_by_Step</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Building_a_Web_Game_Step_by_Step</guid>
      <pubDate>Fri, 29 Aug 2008 19:39:58 GMT</pubDate>
    </item>
    <item>
      <title>Completely Scripting a SQL Server Database</title>
      <description>A guide on how to easily script out an entire database (schema and data) using the Database Publishing Wizard. A tool that you may not know you have access to. And if you have Visual Studio 2008, you already have installed! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f08%2f25%2fCompletely-Scripting-a-SQL-Server-Database.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f08%2f25%2fCompletely-Scripting-a-SQL-Server-Database.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Completely_Scripting_a_SQL_Server_Database</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Completely_Scripting_a_SQL_Server_Database</guid>
      <pubDate>Wed, 27 Aug 2008 03:16:02 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate 2.0 is out</title>
      <description>Directly from the blog of Ayende, NHibernate 2.0 is out!! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f08%2f23%2fNHibernate-2.0-Final-is-out.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f08%2f23%2fNHibernate-2.0-Final-is-out.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/NHibernate_2_0_is_out</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/NHibernate_2_0_is_out</guid>
      <pubDate>Sun, 24 Aug 2008 19:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Link blogs. do yourself a favor</title>
      <description>I'm currently subscribed to 110 feeds and everyday the number of unread posts is going up. It seems like i just can't catch up anymore. Of all those unread posts, a lot will be very interesting, but there will also be quite a few that won't interest me that much. So i'm going to cut back on the number of feeds i'm subscribed to, and i'm going to rely on some fantastic links blogs to point me to the best posts. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdavybrion.com%2fblog%2f2008%2f08%2flink-blogs-do-yourself-a-favor%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdavybrion.com%2fblog%2f2008%2f08%2flink-blogs-do-yourself-a-favor%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Link_blogs_do_yourself_a_favor</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Link_blogs_do_yourself_a_favor</guid>
      <pubDate>Mon, 11 Aug 2008 05:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Top 10 Things New Twitter Users Need To Know</title>
      <description>Those new to Twitter need some guidance. Jeff Blankenburg has come up with a list of things that someone new to Twitter needs to read before even creating their account. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jeffblankenburg.com%2f2008%2f08%2ftop-10-things-new-twitter-users-need-to.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jeffblankenburg.com%2f2008%2f08%2ftop-10-things-new-twitter-users-need-to.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Top_10_Things_New_Twitter_Users_Need_To_Know</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Top_10_Things_New_Twitter_Users_Need_To_Know</guid>
      <pubDate>Sun, 10 Aug 2008 07:01:02 GMT</pubDate>
    </item>
    <item>
      <title>No, inheritance is not the way to achieve code reuse!</title>
      <description>I am not sure how so many people go through so many years of school, which is supposed to make us better at thinking, and they fail to differentiate the "why" and the "how". During interviews, when I ask their opinion about the purpose of inheritance in OOP, invariably I get this precooked answer (not so nicely expressed): inheritance is the way to achieve code reuse. No it is not! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flittletutorials.com%2f2008%2f06%2f23%2finheritance-not-for-code-reuse%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flittletutorials.com%2f2008%2f06%2f23%2finheritance-not-for-code-reuse%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/No_inheritance_is_not_the_way_to_achieve_code_reuse</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/No_inheritance_is_not_the_way_to_achieve_code_reuse</guid>
      <pubDate>Sat, 09 Aug 2008 04:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Skinning the Cat with Fluent NHibernate</title>
      <description>As you may have noticed, I have become interested in the concept of Object Relational Mapping and the NHibernate framework. One of the more painful/tedious aspects of using NHibernate is hand writing the xml mapping files. That is why I got excited when I heard that Jeremy Miller was open sourcing his mapping generation libraries.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.iamnotmyself.com%2f2008%2f08%2f07%2fSkinningTheCatWithFluentNHibernate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iamnotmyself.com%2f2008%2f08%2f07%2fSkinningTheCatWithFluentNHibernate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Skinning_the_Cat_with_Fluent_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Skinning_the_Cat_with_Fluent_NHibernate</guid>
      <pubDate>Fri, 08 Aug 2008 07:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Authorization policies in WCF: from tokens to claim sets</title>
      <description>This post describes the process that begins with the authentication of a token and ends with a collection of claim sets, available at the AuthorizationContext. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpfelix.wordpress.com%2f2008%2f08%2f05%2fauthorization-policies-in-wcf-from-tokens-to-claim-sets%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpfelix.wordpress.com%2f2008%2f08%2f05%2fauthorization-policies-in-wcf-from-tokens-to-claim-sets%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Authorization_policies_in_WCF_from_tokens_to_claim_sets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Authorization_policies_in_WCF_from_tokens_to_claim_sets</guid>
      <pubDate>Tue, 05 Aug 2008 23:36:50 GMT</pubDate>
    </item>
    <item>
      <title>Using Regions in Code Files</title>
      <description> Recently I have been confronted with a movement that seems to hate using #Regions in source code files. Personally I really like using regions and I absolutely like the ability to collapse sections of code I am not directly working with. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fprofessionalaspnet.com%2farchive%2f2008%2f07%2f31%2fUsing-Regions-in-Code-Files.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fprofessionalaspnet.com%2farchive%2f2008%2f07%2f31%2fUsing-Regions-in-Code-Files.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Using_Regions_in_Code_Files</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Using_Regions_in_Code_Files</guid>
      <pubDate>Sat, 02 Aug 2008 05:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Big SEO Mistake because of Response.Redirect</title>
      <description>How my site started to receive less visits from google because of a permanently redirect bug. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpsantos-blog.zi-yu.com%2f%3fp%3d129"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpsantos-blog.zi-yu.com%2f%3fp%3d129" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Big_SEO_Mistake_because_of_Response_Redirect</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Big_SEO_Mistake_because_of_Response_Redirect</guid>
      <pubDate>Thu, 31 Jul 2008 15:27:50 GMT</pubDate>
    </item>
    <item>
      <title>Get country from a browser in ASP.NET</title>
      <description>A simple and pretty accurate method of retrieving a visitor's country and language from the browser. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fGet-language-and-country-from-a-browser-in-ASPNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fGet-language-and-country-from-a-browser-in-ASPNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Get_country_from_a_browser_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Get_country_from_a_browser_in_ASP_NET</guid>
      <pubDate>Thu, 31 Jul 2008 23:31:07 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2.0 - Concepts To Become A Silverlight Master (Part 3)</title>
      <description>Part 3 of the Silverlight Master Series focuses on Expression Blend and its importance in the Silverlight design process. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsilverlighthack.com%2fpost%2f2008%2f07%2f25%2fSilverlight-20-Concepts-To-Become-A-Silverlight-Master-(Series-Part-3-Blend).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsilverlighthack.com%2fpost%2f2008%2f07%2f25%2fSilverlight-20-Concepts-To-Become-A-Silverlight-Master-(Series-Part-3-Blend).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_0_Concepts_To_Become_A_Silverlight_Master_Part_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_0_Concepts_To_Become_A_Silverlight_Master_Part_3</guid>
      <pubDate>Tue, 05 Aug 2008 12:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Some best practices for NHibernate by Ayende</title>
      <description>A few hours ago I completed a code review of an application using NHibernate. This is not the first time I am doing such a thing, of course, and I noticed that there are quite a few areas where I tend to have comments in such code reviews.

The following is based on several such code bases that I went through, and contains a partial list of things that you need to watch for. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f07%2f24%2fHow-to-review-NHibernate-application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f07%2f24%2fHow-to-review-NHibernate-application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Some_best_practices_for_NHibernate_by_Ayende</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Some_best_practices_for_NHibernate_by_Ayende</guid>
      <pubDate>Sat, 26 Jul 2008 01:01:11 GMT</pubDate>
    </item>
    <item>
      <title>Batch Processing with NHibernate</title>
      <description>How I improved my batch processing performance just by adding a session clear! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpsantos-blog.zi-yu.com%2f%3fp%3d104"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpsantos-blog.zi-yu.com%2f%3fp%3d104" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Batch_Processing_with_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Batch_Processing_with_NHibernate</guid>
      <pubDate>Thu, 17 Jul 2008 17:28:44 GMT</pubDate>
    </item>
    <item>
      <title>Application Evolution using Google Charts</title>
      <description>How to generate google charts that represent the application evolution. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpsantos-blog.zi-yu.com%2f%3fp%3d101"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpsantos-blog.zi-yu.com%2f%3fp%3d101" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Application_Evolution_using_Google_Charts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Application_Evolution_using_Google_Charts</guid>
      <pubDate>Wed, 16 Jul 2008 15:50:26 GMT</pubDate>
    </item>
    <item>
      <title>StringWriter vs StringBuilder</title>
      <description>Some toughs on using StringWriter versus using StringBuilder. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpsantos-blog.zi-yu.com%2f%3fp%3d92"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpsantos-blog.zi-yu.com%2f%3fp%3d92" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/StringWriter_vs_StringBuilder</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/StringWriter_vs_StringBuilder</guid>
      <pubDate>Tue, 08 Jul 2008 22:50:20 GMT</pubDate>
    </item>
    <item>
      <title>Using NAnt with Visual Studio</title>
      <description>Get your NAnt build running from VS.Net with full intelli-sense, and build errors reported to the error list window. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbroloco.blogspot.com%2f2008%2f03%2fusing-nant-with-visual-studio.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbroloco.blogspot.com%2f2008%2f03%2fusing-nant-with-visual-studio.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Using_NAnt_with_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Using_NAnt_with_Visual_Studio</guid>
      <pubDate>Thu, 24 Apr 2008 17:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Funny Javascript Error</title>
      <description>When you're tired, you don't see thins as clearly as you should... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpsantos-blog.zi-yu.com%2f%3fp%3d82"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpsantos-blog.zi-yu.com%2f%3fp%3d82" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Funny_Javascript_Error</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Funny_Javascript_Error</guid>
      <pubDate>Fri, 11 Apr 2008 22:01:28 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET - Continuous Dynamic Downloading</title>
      <description>How to provide a dynamic download to your users. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpsantos-blog.zi-yu.com%2f%3fp%3d79"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpsantos-blog.zi-yu.com%2f%3fp%3d79" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Continuous_Dynamic_Downloading</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Continuous_Dynamic_Downloading</guid>
      <pubDate>Fri, 11 Apr 2008 22:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Monitoring NHibernate</title>
      <description>How to easily monitor NHibernate performance. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpsantos-blog.zi-yu.com%2f%3fp%3d78"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpsantos-blog.zi-yu.com%2f%3fp%3d78" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Monitoring_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Monitoring_NHibernate</guid>
      <pubDate>Thu, 03 Apr 2008 16:18:46 GMT</pubDate>
    </item>
  </channel>
</rss>