<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by marcoanastasi</title>
    <description>Stories kicked by marcoanastasi</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>Json.NET 2.0 final released</title>
      <description>The final version of Json.NET 2.0. Includes all the new features introduced during the betas such as LINQ to JSON and JsonSerializer improvements in addition to all new API documentation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f05%2f04%2fjson-net-2-0-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f05%2f04%2fjson-net-2-0-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Json_NET_2_0_final_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Json_NET_2_0_final_released</guid>
      <pubDate>Sun, 04 May 2008 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Showing ESRI Shapefile Layers on a Virtual Earth Map: a simple HowTo</title>
      <description>If you've ever tried to find a way to display an ESRI ShapeFile on a Virtual Earth map, you'll have probably noticed how little information there is on the Internet about how to accomplish this apparently arduous task.
With the technique described in this article, you're going to be able to not only display Shapefiles as layers on Virtual Earth, but also interact with them in countless ways: extract data from them, show data associated with a shape when you click on it on the map, even modify or create new Shapefiles. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2008%2f04%2f13%2fshowing-esri-shapefile-layers-on-a-virtual-earth-map.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2008%2f04%2f13%2fshowing-esri-shapefile-layers-on-a-virtual-earth-map.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Showing_ESRI_Shapefile_Layers_on_a_Virtual_Earth_Map_a_simple_HowTo</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Showing_ESRI_Shapefile_Layers_on_a_Virtual_Earth_Map_a_simple_HowTo</guid>
      <pubDate>Sun, 13 Apr 2008 10:11:50 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Live Labs - Volta</title>
      <description>The Volta technology preview is a developer toolset that enables you to build multi-tier web applications by applying familiar techniques and patterns. First, design and build your application as a .NET client application, then assign the portions of the application to run on the server and the client tiers late in the development process. The compiler creates cross-browser JavaScript for the client tier, web services for the server tier, and communication, serialization, synchronization, security, and other boilerplate code to tie the tiers together. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ifxplus.com%2fpost%2fMicrosoft-Live-Labs---Volta.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ifxplus.com%2fpost%2fMicrosoft-Live-Labs---Volta.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Microsoft_Live_Labs_Volta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Microsoft_Live_Labs_Volta</guid>
      <pubDate>Thu, 06 Dec 2007 18:01:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.Net MVC Framework Part 1</title>
      <description>Scott Guthrie provides some great insight into the upcoming ASP.Net MVC framework. &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%2f11%2f13%2fasp-net-mvc-framework-part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f11%2f13%2fasp-net-mvc-framework-part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_Net_MVC_Framework_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_Net_MVC_Framework_Part_1</guid>
      <pubDate>Tue, 13 Nov 2007 13:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Getting started with Virtual Earth Mashups: showing current weather.</title>
      <description>In this article we'll see how easy it is to use Virtual Earth SDK to produce a simple mashup, using web services that provide information in JSON format. 
We'll use data retrieved from a JSON web service to show weather icons and up-to-date weather information on a specific area selected on the map. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f11%2f13%2fGetting-started-with-Virtual-Earth-Mashups-showing-current-weather-conditions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f11%2f13%2fGetting-started-with-Virtual-Earth-Mashups-showing-current-weather-conditions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Getting_started_with_Virtual_Earth_Mashups_showing_current_weather</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Getting_started_with_Virtual_Earth_Mashups_showing_current_weather</guid>
      <pubDate>Tue, 13 Nov 2007 21:46:02 GMT</pubDate>
    </item>
    <item>
      <title>How to integrate JSON web services in an ASP.NET AJAX web application:</title>
      <description>In this brief tutorial, we'll see how to leverage the ASP.NET AJAX infrastructure to call remote JSON web services from client script. The use of proxy services, JSON serialization / deserialization and the relevant aspects of the ASP.NET AJAX Client Library will be covered. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farticles%2fHow-to-integrate-JSON-web-services-in-an-ASP.NET-AJAX.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farticles%2fHow-to-integrate-JSON-web-services-in-an-ASP.NET-AJAX.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/How_to_integrate_JSON_web_services_in_an_ASP_NET_AJAX_web_application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/How_to_integrate_JSON_web_services_in_an_ASP_NET_AJAX_web_application</guid>
      <pubDate>Thu, 08 Nov 2007 18:13:52 GMT</pubDate>
    </item>
    <item>
      <title>Copying and pasting rectangular blocks of code in Visual Studio and Ma</title>
      <description>Did you know that the Visual Studio and Management Studio editors allow you to copy and paste rectangular areas of code (not just lines of code)? This blog demonstrates how. Very handy when copying and pasting variable names!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2007%2f11%2f06%2f60393.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2007%2f11%2f06%2f60393.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Copying_and_pasting_rectangular_blocks_of_code_in_Visual_Studio_and_Ma</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Copying_and_pasting_rectangular_blocks_of_code_in_Visual_Studio_and_Ma</guid>
      <pubDate>Thu, 08 Nov 2007 15:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Getting the Virtual Path of a Request in c# </title>
      <description>This simple bit of code will get you the Virtual Path of your current request. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekzilla.co.uk%2fViewC93F8521-8014-4CB9-8989-F2E2403A8D76.htm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekzilla.co.uk%2fViewC93F8521-8014-4CB9-8989-F2E2403A8D76.htm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Getting_the_Virtual_Path_of_a_Request_in_c</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Getting_the_Virtual_Path_of_a_Request_in_c</guid>
      <pubDate>Tue, 06 Nov 2007 02:16:02 GMT</pubDate>
    </item>
    <item>
      <title>My  favorite interview questions</title>
      <description>These are some of the questions that I ask when I'm interviewing a new applicant for a developer position. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dotnetclr.com%2farchive%2f2007%2f11%2f02%2fMy-Favorite-Interview-Questions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dotnetclr.com%2farchive%2f2007%2f11%2f02%2fMy-Favorite-Interview-Questions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/My_favorite_interview_questions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/My_favorite_interview_questions</guid>
      <pubDate>Sat, 03 Nov 2007 07:31:03 GMT</pubDate>
    </item>
    <item>
      <title>The uncommon features of C#.</title>
      <description>A quick and dirty post about the few keywords &amp;amp; statements that developers rarely use. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dotnetclr.com%2farchive%2f2007%2f10%2f31%2fThe-less-used-features-of-C.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dotnetclr.com%2farchive%2f2007%2f10%2f31%2fThe-less-used-features-of-C.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_uncommon_features_of_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_uncommon_features_of_C</guid>
      <pubDate>Tue, 06 Nov 2007 20:16:02 GMT</pubDate>
    </item>
    <item>
      <title>JSON in ASP.NET Ajax: Part 3.Server side deserialization / elaboration</title>
      <description>In the third part of this series, we'll discover how we can elaborate and enrich the JSON response returned from a Web Service in our proxy service before sending it back to the client. We will also see how to leverage the ASP.NET AJAX framework to make the data exchange between the client side and the server side code of our application completely transparent. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f10%2f31%2fjson_in_aspnetajax_part3.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f10%2f31%2fjson_in_aspnetajax_part3.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/JSON_in_ASP_NET_Ajax_Part_3_Server_side_deserialization_elaboration</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/JSON_in_ASP_NET_Ajax_Part_3_Server_side_deserialization_elaboration</guid>
      <pubDate>Thu, 01 Nov 2007 12:46:04 GMT</pubDate>
    </item>
    <item>
      <title>ASP.net MVC Framework and what it means for you</title>
      <description>A description of the MVC pattern and the traditional Page Controller pattern and how they differ. &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%2f2007%2f10%2fASPnet-MVC-Framework-and-what-it-means-for-you.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2007%2f10%2fASPnet-MVC-Framework-and-what-it-means-for-you.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/ASP_net_MVC_Framework_and_what_it_means_for_you</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/ASP_net_MVC_Framework_and_what_it_means_for_you</guid>
      <pubDate>Wed, 31 Oct 2007 15:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Add Row Highlighting to your GridView</title>
      <description>I'm going to show you a quick and easy way that hopefully will help liven up your plain old GridView. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f10%2f25%2fadding-row-highlighting-to-a-gridview%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f10%2f25%2fadding-row-highlighting-to-a-gridview%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Add_Row_Highlighting_to_your_GridView</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Add_Row_Highlighting_to_your_GridView</guid>
      <pubDate>Fri, 26 Oct 2007 03:13:20 GMT</pubDate>
    </item>
    <item>
      <title>Data Interpolation with SPLINE in C#</title>
      <description>A simple and fast solution for the approximation of a function, interpolating it using a list of known samples and the Spline algorithm. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f10%2f25%2fData-Interpolation-with-SPLINE-in-Csharp.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f10%2f25%2fData-Interpolation-with-SPLINE-in-Csharp.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Data_Interpolation_with_SPLINE_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Data_Interpolation_with_SPLINE_in_C</guid>
      <pubDate>Sat, 27 Oct 2007 11:01:02 GMT</pubDate>
    </item>
    <item>
      <title>JSON in ASP.NET Ajax: Part 2. Calling a JSON Service from client code</title>
      <description>In this follow-up we'll build upon what we learned in the previous article, and write a simple AJAX application that calls a JSON Web Service asynchronously and displays the result with a callback. We'll leverage the ASP.NET AJAX client library to avoid writing all the needed &amp;quot;plumbing&amp;quot; code and we'll see how to bridge a remote web service using a local proxy. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f10%2f24%2fjson_in_aspnetajax_part2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f10%2f24%2fjson_in_aspnetajax_part2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/JSON_in_ASP_NET_Ajax_Part_2_Calling_a_JSON_Service_from_client_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/JSON_in_ASP_NET_Ajax_Part_2_Calling_a_JSON_Service_from_client_code</guid>
      <pubDate>Wed, 24 Oct 2007 15:31:05 GMT</pubDate>
    </item>
    <item>
      <title>JSON in ASP.NET Ajax: First words</title>
      <description>An introduction to JSON and its use within the ASP.NET AJAX framework. How to simply deserialize a string containing JavaScript Object Notation on the client using eval() &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f10%2f22%2fjson_in_aspnetajax_part1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f10%2f22%2fjson_in_aspnetajax_part1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/JSON_in_ASP_NET_Ajax_First_words</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/JSON_in_ASP_NET_Ajax_First_words</guid>
      <pubDate>Wed, 24 Oct 2007 10:55:09 GMT</pubDate>
    </item>
    <item>
      <title>Productivity Hack: Create Your Own Visual Studio 2005 Item Templates</title>
      <description>Wow your friends and create custom visual studio 2005 item templates.  Sample code for creating a custom Exception template included! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.iansuttle.com%2fblog%2fpost%2fProductivity-Hack-Create-Your-Own-Visual-Studio-2005-Item-Templates.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iansuttle.com%2fblog%2fpost%2fProductivity-Hack-Create-Your-Own-Visual-Studio-2005-Item-Templates.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Productivity_Hack_Create_Your_Own_Visual_Studio_2005_Item_Templates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Productivity_Hack_Create_Your_Own_Visual_Studio_2005_Item_Templates</guid>
      <pubDate>Wed, 24 Oct 2007 19:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Tag mapping in ASP.NET</title>
      <description>Basically, it's a way to turn all instances of a type into another type at compile time. In human language it means that it can turn all e.g. System.Web.UI.WebControls.Textbox instances in the entire website into another control. &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%2fTag-mapping-in-ASPNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fTag-mapping-in-ASPNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Tag_mapping_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Tag_mapping_in_ASP_NET</guid>
      <pubDate>Thu, 11 Oct 2007 14:46:03 GMT</pubDate>
    </item>
    <item>
      <title>JavaScript Beautifier Tool </title>
      <description>This is a nice tool to help format javascript for easier reading. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fdwahlin%2farchive%2f2007%2f09%2f26%2fjavascript-beautifier-tool.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fdwahlin%2farchive%2f2007%2f09%2f26%2fjavascript-beautifier-tool.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/JavaScript_Beautifier_Tool</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/JavaScript_Beautifier_Tool</guid>
      <pubDate>Thu, 27 Sep 2007 12:37:47 GMT</pubDate>
    </item>
    <item>
      <title>8 Traits for Being Mr. Right Engineer</title>
      <description>There are a number of key traits to look for when hiring a software engineer.  Do you have what it takes?  Although this isn't .Net specific it affects the members of the community.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fiansuttle.com%2fblog%2fpost%2f8-Traits-for-Being-Mr-Right-Engineer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fiansuttle.com%2fblog%2fpost%2f8-Traits-for-Being-Mr-Right-Engineer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/8_Traits_for_Being_Mr_Right_Engineer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/8_Traits_for_Being_Mr_Right_Engineer</guid>
      <pubDate>Tue, 25 Sep 2007 17:31:06 GMT</pubDate>
    </item>
    <item>
      <title>15+ Free Visual Studio Add-Ins</title>
      <description>After some extensive researching (Googling), I've compiled this list of 15+ FREE Add-ins for Visual Studio 2005. Some of these add-ins will help improve the quality of your code, while others will help you code faster, however, none are guaranteed to help you get with the ladies. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f09%2f25%2f15-free-visual-studio-add-ins%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f09%2f25%2f15-free-visual-studio-add-ins%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/15_Free_Visual_Studio_Add_Ins</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/15_Free_Visual_Studio_Add_Ins</guid>
      <pubDate>Tue, 25 Sep 2007 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>URL Rewriting, the proper way</title>
      <description>nice tutorial on how URL rewriting should be done. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.singingeels.com%2fBlogs%2fNullable%2f2007%2f09%2f14%2fURL_ReWriting_The_Right_Way_Its_Easy.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.singingeels.com%2fBlogs%2fNullable%2f2007%2f09%2f14%2fURL_ReWriting_The_Right_Way_Its_Easy.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/URL_Rewriting_the_proper_way</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/URL_Rewriting_the_proper_way</guid>
      <pubDate>Fri, 14 Sep 2007 01:45:07 GMT</pubDate>
    </item>
    <item>
      <title>Software Estimation for Web Projects</title>
      <description>Software estimation is a wildly difficult process given the wrong approach.  See how Ian Suttle manages web project estimations with confidence and success. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.iansuttle.com%2fblog%2fpost%2fSoftware-Estimation-for-Web-Projects.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iansuttle.com%2fblog%2fpost%2fSoftware-Estimation-for-Web-Projects.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Software_Estimation_for_Web_Projects</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Software_Estimation_for_Web_Projects</guid>
      <pubDate>Fri, 07 Sep 2007 17:18:57 GMT</pubDate>
    </item>
    <item>
      <title>JsonQueryStringConverter Class</title>
      <description>.Net 3.5 includes the JsonQueryStringConverter which can be used to serialize an object into a JSON string.  Handy for asynchronous requests or transporting objects without implementing web services. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.iansuttle.com%2fblog%2fpost%2fJsonQueryStringConverter-Class.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iansuttle.com%2fblog%2fpost%2fJsonQueryStringConverter-Class.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/JsonQueryStringConverter_Class</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/JsonQueryStringConverter_Class</guid>
      <pubDate>Mon, 30 Jul 2007 13:01:28 GMT</pubDate>
    </item>
    <item>
      <title>New C# 3.0 Language Features</title>
      <description>New C# &amp;quot;Orcas&amp;quot; Language Features: Automatic Properties, Object Initializers, and Collection Initializers &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%2f03%2f08%2fnew-c-orcas-language-features-automatic-properties-object-initializers-and-collection-initializers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f03%2f08%2fnew-c-orcas-language-features-automatic-properties-object-initializers-and-collection-initializers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/New_C_3_0_Language_Features</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/New_C_3_0_Language_Features</guid>
      <pubDate>Sun, 11 Mar 2007 07:31:01 GMT</pubDate>
    </item>
  </channel>
</rss>