<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Aaronontheweb</title>
    <description>Stories kicked by Aaronontheweb</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>How to Securely Verify and Validate Image Uploads in ASP.NET and ASP.N</title>
      <description>How do you verify that content that your users are uploading to your ASP.NET site are just harmless images and not something malicious? Use GDI+ to validate that images are images and nothing else! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aaronstannard.com%2fpost%2f2011%2f06%2f24%2fHow-to-Securely-Verify-and-Validate-Image-Uploads-in-ASPNET-and-ASPNET-MVC.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aaronstannard.com%2fpost%2f2011%2f06%2f24%2fHow-to-Securely-Verify-and-Validate-Image-Uploads-in-ASPNET-and-ASPNET-MVC.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_Securely_Verify_and_Validate_Image_Uploads_in_ASP_NET_and_ASP_N</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_Securely_Verify_and_Validate_Image_Uploads_in_ASP_NET_and_ASP_N</guid>
      <pubDate>Mon, 27 Jun 2011 06:09:55 GMT</pubDate>
    </item>
    <item>
      <title>Getting Started with AppHarbor - Heroku for .NET</title>
      <description>Nice guide to setting up an ASP.NET MVC3 app on Appharbor (http://appharbor.com) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aaronstannard.com%2fpost%2f2011%2f01%2f14%2fGetting-Started-with-AppHarbor-e28093-Heroku-for-NET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aaronstannard.com%2fpost%2f2011%2f01%2f14%2fGetting-Started-with-AppHarbor-e28093-Heroku-for-NET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Getting_Started_with_AppHarbor_Heroku_for_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Getting_Started_with_AppHarbor_Heroku_for_NET</guid>
      <pubDate>Sat, 15 Jan 2011 11:04:25 GMT</pubDate>
    </item>
    <item>
      <title>Creating Missing Index and Improve SQL Server Performance</title>
      <description>A Quick Script which you can right away run and improve SQL Server Performance.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2011%2f01%2f03%2fsql-server-2008-missing-index-script-download%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2011%2f01%2f03%2fsql-server-2008-missing-index-script-download%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Creating_Missing_Index_and_Improve_SQL_Server_Performance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Creating_Missing_Index_and_Improve_SQL_Server_Performance</guid>
      <pubDate>Thu, 13 Jan 2011 05:17:43 GMT</pubDate>
    </item>
    <item>
      <title>Building an HTML5 App with ASP.NET</title>
      <description>Describes how to create a JavaScript Reference by taking advantage of HTML5 features such as local storage, and offline manifests. Also demonstrates how to build server-side JavaScript unit tests for an Ajax application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstephenwalther.com%2fblog%2farchive%2f2011%2f01%2f11%2fbuilding-an-html5-app-with-asp-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstephenwalther.com%2fblog%2farchive%2f2011%2f01%2f11%2fbuilding-an-html5-app-with-asp-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Building_an_HTML5_App_with_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Building_an_HTML5_App_with_ASP_NET</guid>
      <pubDate>Tue, 11 Jan 2011 20:06:33 GMT</pubDate>
    </item>
    <item>
      <title>How to Use Remote Validation in ASP.NET MVC3</title>
      <description>Remote validation is brand new as of ASP.NET MVC3 RC, and it's a powerful feature for remotely validating user input against your data repositories in real-time, and it doesn't require developers to program ANY jQuery whatsoever. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aaronstannard.com%2fpost%2f2010%2f12%2f07%2fremote-validation-asp-net-mvc3.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aaronstannard.com%2fpost%2f2010%2f12%2f07%2fremote-validation-asp-net-mvc3.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_Use_Remote_Validation_in_ASP_NET_MVC3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_Use_Remote_Validation_in_ASP_NET_MVC3</guid>
      <pubDate>Wed, 08 Dec 2010 16:21:40 GMT</pubDate>
    </item>
    <item>
      <title>10 Harder-to-find-than-they-should-be Answers for Silverlight Beginner</title>
      <description>In the process of learning Silverlight 4, the most recent version of Silverlight for which few guides or books exist, I've built a list of the top ten answers I wish were easier to find when I started learning Silverlight.

I was unable to quickly find answers on these subjects perhaps because I was using the wrong lexicon or perhaps these are things that professional Silverlight / WPF developers consider to be too "obvious" to be worthy of inclusion in any of their books or blog entries.

Well to make it easier for all of you, I went ahead and researched all of these. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aaronstannard.com%2fpost%2f2010%2f08%2f04%2f10-Harder-to-find-they-should-be-Answers-for-SilverLight-Beginners.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aaronstannard.com%2fpost%2f2010%2f08%2f04%2f10-Harder-to-find-they-should-be-Answers-for-SilverLight-Beginners.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/10_Harder_to_find_than_they_should_be_Answers_for_Silverlight_Beginner</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/10_Harder_to_find_than_they_should_be_Answers_for_Silverlight_Beginner</guid>
      <pubDate>Fri, 06 Aug 2010 15:42:50 GMT</pubDate>
    </item>
    <item>
      <title>ScottGu: Introducing "Razor" - a new view engine for ASP.NET</title>
      <description>&amp;quot;ASP.NET MVC has always supported the concept of "view engines" - which are the pluggable modules that implement different template syntax options.  The "default" view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms.  Other popular ASP.NET MVC view engines used today include Spark and NHaml.

The new view-engine option we've been working on is optimized around HTML generation using a code-focused templating approach. The codename for this new view engine is "Razor", and we'll be shipping the first public beta of it shortly.&amp;quot; &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%2f2010%2f07%2f02%2fintroducing-razor.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2010%2f07%2f02%2fintroducing-razor.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ScottGu_Introducing_Razor_a_new_view_engine_for_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ScottGu_Introducing_Razor_a_new_view_engine_for_ASP_NET</guid>
      <pubDate>Mon, 05 Jul 2010 16:30:51 GMT</pubDate>
    </item>
    <item>
      <title>Using Tika in .NET for extracting text out of documents</title>
      <description>Tika is an open source Java-based tool for extracting information out of various different document formats. It can be used with Lucene for indexing and searching documents, among other things. In this post, Kevin Miller talks about how use Tika in .NET via the IKVM.net utility.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fis.gd%2fdd5tj"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fis.gd%2fdd5tj" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Using_Tika_in_NET_for_extracting_text_out_of_documents</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Using_Tika_in_NET_for_extracting_text_out_of_documents</guid>
      <pubDate>Mon, 05 Jul 2010 15:45:51 GMT</pubDate>
    </item>
    <item>
      <title>Uploading multiple files with Silverlight 4.0</title>
      <description>In this article, Andrea Boschin is creating a simple reusable control that lets the developer implement a better file-uploading experience using Silverlight 4.0. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fUploading-multiple-files-with-Silverlight-4.0.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fUploading-multiple-files-with-Silverlight-4.0.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Uploading_multiple_files_with_Silverlight_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Uploading_multiple_files_with_Silverlight_4_0</guid>
      <pubDate>Fri, 02 Jul 2010 11:14:18 GMT</pubDate>
    </item>
    <item>
      <title>Windows Phone 7 Action Pack Tool for easier Windows Phone 7Development</title>
      <description>Windows Phone 7 Action Pack Tool for easier Windows Phone 7 Development- &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ginktage.com%2f%3fp%3d909"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ginktage.com%2f%3fp%3d909" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Windows_Phone_7_Action_Pack_Tool_for_easier_Windows_Phone_7Development</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Windows_Phone_7_Action_Pack_Tool_for_easier_Windows_Phone_7Development</guid>
      <pubDate>Thu, 01 Jul 2010 19:02:25 GMT</pubDate>
    </item>
    <item>
      <title>Announcing the Release of Quick and Dirty Feed Parser</title>
      <description>Quick and Dirty Feed Parser is a lightweight .NET 2.0 library designed to give developers an agnostic way of parsing RSS 2.0 and Atom 1.0 XML syndication formats. QD Feed Parser parses both Atom and RSS feeds into business objects with common interfaces which expose the substance of the feeds - that way you can get to the business of syndicating content without worrying about what format it's in. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fqdfeed.codeplex.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fqdfeed.codeplex.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Announcing_the_Release_of_Quick_and_Dirty_Feed_Parser</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Announcing_the_Release_of_Quick_and_Dirty_Feed_Parser</guid>
      <pubDate>Thu, 01 Jul 2010 17:30:36 GMT</pubDate>
    </item>
    <item>
      <title>IIS Express</title>
      <description>If like me you are sick to death of Cassini (whats that then? its the built in web server that visual studio uses) and also sick to death of playing around with IIS 7 then relief is at hand. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweb2asp.net%2f2010%2f07%2fiis-express.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweb2asp.net%2f2010%2f07%2fiis-express.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/IIS_Express_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/IIS_Express_1</guid>
      <pubDate>Thu, 01 Jul 2010 14:15:51 GMT</pubDate>
    </item>
    <item>
      <title>Getting started with bing map in silver-light</title>
      <description>This post explains how to get started with Bing Map and Silverlight. This is first of a series of posts which explains how to build geo-spatial solutions using silverlight, bing maps based on the data stored in a SQL Server database. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeyondrelational.com%2fblogs%2fdinesh%2farchive%2f2010%2f06%2f22%2fgetting-started-with-bing-map-in-silver-light.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeyondrelational.com%2fblogs%2fdinesh%2farchive%2f2010%2f06%2f22%2fgetting-started-with-bing-map-in-silver-light.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Getting_started_with_bing_map_in_silver_light</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Getting_started_with_bing_map_in_silver_light</guid>
      <pubDate>Tue, 29 Jun 2010 18:00:52 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft needs to innovate or go home [ASP.NET]</title>
      <description>It's a simple concept really: MVC is a wonderful addition to the Microsoft web stack, but it's not exactly &amp;quot;daring&amp;quot; - not yet anyway. By &amp;quot;daring&amp;quot; I mean &amp;quot;ass-kicking&amp;quot; in the way ASP.NET was when it was first introduced, and ASP Classic when it first came along just 4 years before that. 

These platforms inspired thousands of developers - ASP.NET alone was responsible for expanding the Microsoft developer base massively. 

Inspiring. Controversial. Wonderful and Fearless. 

Many have described the newer web frameworks with exactly the same adjectives: Rails, Sinatra, and Django have inspired and helped so many - and enable so much on the web. Microsoft developers tend to remain completely ignorant of what these frameworks are capable of - and it makes sense as to why.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2f2010%2f06%2f21%2fi-smell-smoke"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2f2010%2f06%2f21%2fi-smell-smoke" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Microsoft_needs_to_innovate_or_go_home_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Microsoft_needs_to_innovate_or_go_home_ASP_NET</guid>
      <pubDate>Tue, 22 Jun 2010 00:01:07 GMT</pubDate>
    </item>
    <item>
      <title>How to Query a User's del.icio.us Feed with RestSharp</title>
      <description>Using RestSharp's smart deserialization capabilities to automatically parse an XML document (del.icio.us RSS feeds in this case) into POCO classes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aaronstannard.com%2fpost%2f2010%2f06%2f14%2fHow-to-Parse-a-Users-Delicious-Feed-with-RestSharp.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aaronstannard.com%2fpost%2f2010%2f06%2f14%2fHow-to-Parse-a-Users-Delicious-Feed-with-RestSharp.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_Query_a_User_s_del_icio_us_Feed_with_RestSharp</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_Query_a_User_s_del_icio_us_Feed_with_RestSharp</guid>
      <pubDate>Mon, 21 Jun 2010 16:30:52 GMT</pubDate>
    </item>
    <item>
      <title>WPF ListView Styling Tutorial Part I</title>
      <description>This quick article will enable you to take full advantage of the ListView control by creating a simple data model and through a step-by-step incremental approach, demonstrate how to fully style the ListView GridView control. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.vascooliveira.com%2fwpf-listview-styling-tutorial-part-i"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.vascooliveira.com%2fwpf-listview-styling-tutorial-part-i" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_ListView_Styling_Tutorial_Part_I</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_ListView_Styling_Tutorial_Part_I</guid>
      <pubDate>Mon, 21 Jun 2010 17:15:52 GMT</pubDate>
    </item>
    <item>
      <title>How To Contribute Code To BlogEngine.NET</title>
      <description>If you've ever wanted to contribute to the BlogEngine.NET project but weren't sure how, this post from one of the project's coordinators explains everything you need to know in a step-by-step format. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frtur.net%2fblog%2fpost%2f2010%2f06%2f03%2fHow-To-Contribute-Code-To-BlogEngineNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frtur.net%2fblog%2fpost%2f2010%2f06%2f03%2fHow-To-Contribute-Code-To-BlogEngineNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/How_To_Contribute_Code_To_BlogEngine_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/How_To_Contribute_Code_To_BlogEngine_NET</guid>
      <pubDate>Fri, 11 Jun 2010 19:46:04 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Charts</title>
      <description>There are a few references online about how to get the new ASP.NET Charting controls working with the MVC framework. However, some of them are outdated, and the corresponding information to make it work with MVC2 are spread out. So in an effort to organize the info all in one place, here's a quick step by step guide on how to get this working  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodecube.net%2f2010%2f06%2fasp-net-mvc-charts%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodecube.net%2f2010%2f06%2fasp-net-mvc-charts%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Charts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Charts</guid>
      <pubDate>Sun, 13 Jun 2010 17:15:52 GMT</pubDate>
    </item>
    <item>
      <title>Build .NET projects from Windows Explorer using MSBuild Launch Pad (mP</title>
      <description>In September 2009 I posted about a tool I am using to build my MSBuild projects from the shell "Build your .NET project with a right click in Windows Explorer"

Last week I changed to MSBuild Launch Pad (mPad) which also add a context menu when you right click your project or solution files. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.laurentkempe.com%2fpost%2fBuild-NET-projects-from-Windows-Explorer-using-MSBuild-Launch-Pad-(mPad).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.laurentkempe.com%2fpost%2fBuild-NET-projects-from-Windows-Explorer-using-MSBuild-Launch-Pad-(mPad).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Build_NET_projects_from_Windows_Explorer_using_MSBuild_Launch_Pad_mP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Build_NET_projects_from_Windows_Explorer_using_MSBuild_Launch_Pad_mP</guid>
      <pubDate>Tue, 08 Jun 2010 14:15:52 GMT</pubDate>
    </item>
    <item>
      <title>SELECT * FROM XML</title>
      <description>This post shows how to run a SELECT * kind of query on an XML document to see the elements, attributes, values and the XPath Expression of each element and attribute in the document. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeyondrelational.com%2fblogs%2fjacob%2farchive%2f2010%2f05%2f31%2fselect-from-xml.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeyondrelational.com%2fblogs%2fjacob%2farchive%2f2010%2f05%2f31%2fselect-from-xml.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SELECT_FROM_XML</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SELECT_FROM_XML</guid>
      <pubDate>Wed, 09 Jun 2010 15:00:52 GMT</pubDate>
    </item>
    <item>
      <title>How to Use the Validation Application Block, Part 1</title>
      <description>Introduces the Microsoft Enterprise Library Validation Application Block and some of the basic validators, such as regular expression, string length, range, and so forth. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aaronstannard.com%2fpost%2f2010%2f05%2f24%2fEnterprise-Library-Validation-Block-Part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aaronstannard.com%2fpost%2f2010%2f05%2f24%2fEnterprise-Library-Validation-Block-Part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_Use_the_Validation_Application_Block_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_Use_the_Validation_Application_Block_Part_1</guid>
      <pubDate>Mon, 24 May 2010 22:59:52 GMT</pubDate>
    </item>
    <item>
      <title>AddThis.NET v2 for Blogengine.NET released</title>
      <description>AddThis.NET is a Blogengine.NET extensions which adds social bookmarking buttons to your posts based on AddThis. A seperate DotnetKicks and DotnetShoutout button will be displayed, which can also be removed if you are no .net developer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.code-in.net%2fpost%2fAddThisNET-v2-for-BlogengineNET-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.code-in.net%2fpost%2fAddThisNET-v2-for-BlogengineNET-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/AddThis_NET_v2_for_Blogengine_NET_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/AddThis_NET_v2_for_Blogengine_NET_released</guid>
      <pubDate>Tue, 25 May 2010 16:30:52 GMT</pubDate>
    </item>
    <item>
      <title>Dropbox API and RestSharp for a C# developer</title>
      <description>How to use the DropBox API with RestSharp &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdkdevelopment.net%2f2010%2f05%2f18%2fdropbox-api-and-restsharp-for-a-c-developer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdkdevelopment.net%2f2010%2f05%2f18%2fdropbox-api-and-restsharp-for-a-c-developer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Dropbox_API_and_RestSharp_for_a_C_developer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Dropbox_API_and_RestSharp_for_a_C_developer</guid>
      <pubDate>Tue, 25 May 2010 00:00:52 GMT</pubDate>
    </item>
    <item>
      <title>Simplify, Shorten and Speed Up Your LINQ Statements with &amp;quot;Let&amp;quot;</title>
      <description>Details how using the &amp;quot;let&amp;quot; keyword can make your LINQ statements shorter and faster. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.nitriq.com%2fSimplifyShortenAndSpeedUpYourLINQStatementsWithLet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.nitriq.com%2fSimplifyShortenAndSpeedUpYourLINQStatementsWithLet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Simplify_Shorten_and_Speed_Up_Your_LINQ_Statements_with_Let</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Simplify_Shorten_and_Speed_Up_Your_LINQ_Statements_with_Let</guid>
      <pubDate>Wed, 12 May 2010 18:45:52 GMT</pubDate>
    </item>
    <item>
      <title>amCharts Quick Charts for WPF &amp;amp; Silverlight - Open Source Charts</title>
      <description>amCharts has released a feature complete version of Quick Charts for WPF &amp;amp; Silverlight. Quick Charts support line, column, area and pie charts. It's easy to use, fast, small and absolutely free under Ms-PL license. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwpf.amcharts.com%2fnews%2fquick-charts-for-wpf-silverlight-v-1-0-beta-released"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwpf.amcharts.com%2fnews%2fquick-charts-for-wpf-silverlight-v-1-0-beta-released" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/amCharts_Quick_Charts_for_WPF_Silverlight_Open_Source_Charts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/amCharts_Quick_Charts_for_WPF_Silverlight_Open_Source_Charts</guid>
      <pubDate>Wed, 12 May 2010 20:15:52 GMT</pubDate>
    </item>
  </channel>
</rss>
