<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by rodiniz</title>
    <description>Stories kicked by rodiniz</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>Visual Studio 2010 is faster if the Windows Automation API 3.0 is inst</title>
      <description>Does your Visual Studio 2010 run slow ???

Here's David Berg , in his Developer Division Performance Engineering blog explains how to make your VisualStudio 2010 run faster on Windows XP
 machine by installing the new version of the Windows Automation API.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ginktage.com%2f2010%2f08%2fvisual-studio-2010-is-faster-if-the-windows-automation-api-3-0-is-installed%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ginktage.com%2f2010%2f08%2fvisual-studio-2010-is-faster-if-the-windows-automation-api-3-0-is-installed%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_is_faster_if_the_Windows_Automation_API_3_0_is_inst</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_is_faster_if_the_Windows_Automation_API_3_0_is_inst</guid>
      <pubDate>Tue, 24 Aug 2010 13:30:52 GMT</pubDate>
    </item>
    <item>
      <title>Entity Framework and Lazy Loading</title>
      <description>Some details on how to properly create POCO objects for using in Entity-Framework &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbuildstarted.com%2f2010%2f08%2f11%2fentity-framework-and-lazy-loading%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbuildstarted.com%2f2010%2f08%2f11%2fentity-framework-and-lazy-loading%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Entity_Framework_and_Lazy_Loading</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Entity_Framework_and_Lazy_Loading</guid>
      <pubDate>Fri, 13 Aug 2010 12:45:52 GMT</pubDate>
    </item>
    <item>
      <title>The New Web App Architecture: ASP.NET MVC 3, jQuery Templating with PU</title>
      <description>Good overview of using JSON bindings in MVC 3 preview with jQuery template rendering using PURE &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.michaelhamrah.com%2fblog%2f2010%2f08%2fthe-new-webapp-architecture-asp-net-mvc-3-jquery-templating-with-pure-and-the-json-value-provider%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.michaelhamrah.com%2fblog%2f2010%2f08%2fthe-new-webapp-architecture-asp-net-mvc-3-jquery-templating-with-pure-and-the-json-value-provider%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/The_New_Web_App_Architecture_ASP_NET_MVC_3_jQuery_Templating_with_PU</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/The_New_Web_App_Architecture_ASP_NET_MVC_3_jQuery_Templating_with_PU</guid>
      <pubDate>Wed, 11 Aug 2010 15:00:52 GMT</pubDate>
    </item>
    <item>
      <title>First Look at the Razor CSharp HTML File in MVC 3</title>
      <description>The day before I left for IEEE ICCSIT 2010, there was a huge announcement about a new view engine for ASP.NET: Razor. It was old news by the time I returned, but I couldn't help but sit down and play with it. I skimmed a few a blog postings on it, but I wasn't getting anything good. So, I downloaded the ASP.NET MVC 3 Preview 1 and began playing with it myself. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kodefuguru.com%2fpost%2f2010%2f08%2f02%2fFirst-Look-at-the-Razor-CSharp-HTML-File-in-MVC-3.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kodefuguru.com%2fpost%2f2010%2f08%2f02%2fFirst-Look-at-the-Razor-CSharp-HTML-File-in-MVC-3.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/First_Look_at_the_Razor_CSharp_HTML_File_in_MVC_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/First_Look_at_the_Razor_CSharp_HTML_File_in_MVC_3</guid>
      <pubDate>Mon, 02 Aug 2010 16:09:02 GMT</pubDate>
    </item>
    <item>
      <title>Auto Complete TextBox Jquery,Json,Asp.net </title>
      <description>what is Autocomplete ?

A feature that suggests text automatically based on the first few characters that a user types


I'm googling for autocomplete using Jquery and Asp.net .finally i got a nice article regarding this but the example is provided in php .Then after sometime i migrated the code into Asp.net with Generic handler and with the help of jquery and json .. This will make a asynchronous call to the server side, with no post back &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgurucoders.blogspot.com%2f2010%2f04%2fhow-to-create-autocomplete-textbox.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgurucoders.blogspot.com%2f2010%2f04%2fhow-to-create-autocomplete-textbox.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Auto_Complete_TextBox_Jquery_Json_Asp_net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Auto_Complete_TextBox_Jquery_Json_Asp_net</guid>
      <pubDate>Sat, 31 Jul 2010 05:40:41 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010 Keyboard Shortcuts by ScottGu</title>
      <description>Earlier this week the Visual Studio team released updated VS 2010 Keyboard Shortcut Posters.  These posters are print-ready documents (that now support standard paper sizes), and provide nice "cheat sheet" tables that can help you quickly lookup (and eventually memorize) common keystroke commands within Visual Studio.  &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%2f29%2fvisual-studio-2010-keyboard-shortcuts.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2010%2f07%2f29%2fvisual-studio-2010-keyboard-shortcuts.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Keyboard_Shortcuts_by_ScottGu</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Keyboard_Shortcuts_by_ScottGu</guid>
      <pubDate>Tue, 03 Aug 2010 11:15:52 GMT</pubDate>
    </item>
    <item>
      <title>ASP .NET MVC 3 Preview</title>
      <description>A preview of version 3 of the ASP .NET MVC framework is available before programmers have had time to settle in with version 2. Microsoft seems to be serious about making MVC the way to do ASP. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.i-programmer.info%2fnews%2f87-web-development%2f1106-asp-net-mvc-3-preview.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.i-programmer.info%2fnews%2f87-web-development%2f1106-asp-net-mvc-3-preview.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_3_Preview</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_3_Preview</guid>
      <pubDate>Wed, 28 Jul 2010 14:28:27 GMT</pubDate>
    </item>
    <item>
      <title>HTML 5 vs Silverlight : Sencha - The First HTML5 Mobile App Framework </title>
      <description>While Microsoft Silverlight and Adobe Flex future on Apple iOS is still uncertain ExtJs released &amp;quot;The First HTML5 Mobile App Framework&amp;quot; called Sencha that works on both Apple iOS and Google Android touchscreen devices. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwitcraft.ru%2fBlog%2fPost%2fhtml-5-vs-silverlight-sencha"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwitcraft.ru%2fBlog%2fPost%2fhtml-5-vs-silverlight-sencha" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/HTML_5_vs_Silverlight_Sencha_The_First_HTML5_Mobile_App_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/HTML_5_vs_Silverlight_Sencha_The_First_HTML5_Mobile_App_Framework</guid>
      <pubDate>Mon, 26 Jul 2010 19:30:52 GMT</pubDate>
    </item>
    <item>
      <title>Entity Framework 4 - POCO Code Only</title>
      <description>How to use Entity Framework 4 Code First &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fandrepassos.net%2fpost%2f2010%2f07%2f20%2fEntity-Framework-4-CTP-POCO-Code-Only.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrepassos.net%2fpost%2f2010%2f07%2f20%2fEntity-Framework-4-CTP-POCO-Code-Only.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Entity_Framework_4_POCO_Code_Only</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Entity_Framework_4_POCO_Code_Only</guid>
      <pubDate>Sun, 25 Jul 2010 23:15:52 GMT</pubDate>
    </item>
    <item>
      <title>Building Great Windows 7 Apps</title>
      <description>Jason Zander (GM, Visual Studio, Microsoft) gives a tour through some of Visual Studio 2010's new features, and how building great Windows 7 apps has never been easier. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetkicks.com%2fvideo%2f11957361"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetkicks.com%2fvideo%2f11957361" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Building_Great_Windows_7_Apps</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Building_Great_Windows_7_Apps</guid>
      <pubDate>Fri, 30 Jul 2010 10:30:52 GMT</pubDate>
    </item>
    <item>
      <title>Understanding URL Routing </title>
      <description>You might be worrying what is URL Routing ?and how we will implement it? Read this article for digging into it in details &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeyondrelational.com%2fblogs%2fhima%2farchive%2f2010%2f07%2f10%2funderstanding-asp-net-4-url-routing-in-2-minites.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeyondrelational.com%2fblogs%2fhima%2farchive%2f2010%2f07%2f10%2funderstanding-asp-net-4-url-routing-in-2-minites.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Understanding_URL_Routing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Understanding_URL_Routing</guid>
      <pubDate>Sun, 25 Jul 2010 13:30:52 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC and File Uploads</title>
      <description>Managing file uploads with ASP.NET MVC. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetslackers.com%2farticles%2faspnet%2fASP-NET-MVC-and-File-Uploads.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2farticles%2faspnet%2fASP-NET-MVC-and-File-Uploads.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_and_File_Uploads</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_and_File_Uploads</guid>
      <pubDate>Mon, 12 Jul 2010 14:23:30 GMT</pubDate>
    </item>
    <item>
      <title>Going Out Of Browser w/ Silverlight</title>
      <description>Taking a look at how we can use the take our in-browser silverlight application and allow it to run Out of Browser (OOB).

We will take a look at how we can let silverlight perform the lifting as well as how we can provide coding to create the OOB application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f178"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f178" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Going_Out_Of_Browser_w_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Going_Out_Of_Browser_w_Silverlight</guid>
      <pubDate>Tue, 06 Jul 2010 19:30:52 GMT</pubDate>
    </item>
    <item>
      <title>Scott Guthrie on creating the .NET Framework </title>
      <description>A behind the scenes look at Microsoft, interviewing Scott Guthrie and other key figures at Microsoft on the initial steps towards what became the .NET Framework. Scott Guthrie describes how he prototyped the first version of ASP.NET over one weekend in the Christmas of '97, and how Microsoft took the risky decision (at least at the time) to build almost all of it in C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developerfusion.com%2fmedia%2f84566%2fmicrosoft-101-creating-the-net-framework%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developerfusion.com%2fmedia%2f84566%2fmicrosoft-101-creating-the-net-framework%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Scott_Guthrie_on_creating_the_NET_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Scott_Guthrie_on_creating_the_NET_Framework</guid>
      <pubDate>Fri, 16 Jul 2010 01:30:52 GMT</pubDate>
    </item>
    <item>
      <title>Thoughts On Razor, Microsoft's New ASP.NET MVC View Engine</title>
      <description>Thoughts on different blog posts and twitter conversations surrounding the new Microsoft View engine for ASP.NET MVC, called Razor, with some notes on Microsoft's relation with existing Open source .NET projects in general... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgurustop.net%2fblog%2f2010%2f07%2f06%2fthoughts-on-razor-microsofts-new-asp-net-mvc-view-engine%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgurustop.net%2fblog%2f2010%2f07%2f06%2fthoughts-on-razor-microsofts-new-asp-net-mvc-view-engine%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Thoughts_On_Razor_Microsoft_s_New_ASP_NET_MVC_View_Engine</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Thoughts_On_Razor_Microsoft_s_New_ASP_NET_MVC_View_Engine</guid>
      <pubDate>Fri, 16 Jul 2010 05:15:52 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>Popular .NET Web Content Management Systems (CMS) - Open Source</title>
      <description>Here are some good Open Source ASP.NET Web CMS that are popular in the community &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f06%2fpopular-net-web-content-management.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f06%2fpopular-net-web-content-management.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Popular_NET_Web_Content_Management_Systems_CMS_Open_Source</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Popular_NET_Web_Content_Management_Systems_CMS_Open_Source</guid>
      <pubDate>Thu, 08 Jul 2010 02:15:52 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>.NET 4.0 has 2 Global Assembly Cache (GAC)</title>
      <description>While reading an article on Understanding The CLR Binder, I found out that .NET 4.0 has 2 distinct GAC's (Global Assembly Cache).In previous .NET versions, when I installed a .NET assembly into the GAC (using gacutil.exe), I could find it in the 'C:\Windows\assembly' path. With .NET 4.0, GAC is now .... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f06%2fnet-40-has-2-global-assembly-cache-gac.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f06%2fnet-40-has-2-global-assembly-cache-gac.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/NET_4_0_has_2_Global_Assembly_Cache_GAC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/NET_4_0_has_2_Global_Assembly_Cache_GAC</guid>
      <pubDate>Tue, 29 Jun 2010 12:45:52 GMT</pubDate>
    </item>
    <item>
      <title>5 jQuery Calendar Plugins that can be used on Websites</title>
      <description>Online calendars can be very useful to share and publish your schedules. One of the most common requests I receive from my jQuery readers is for of a good, free-to-use, jQuery Calendar control, similar to the Google Calendar, which can be added to a website or blog. Here are some of the freely available jQuery Calendar plugins, worth trying out &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f06%2f5-jquery-calendar-plugins-that-can-be.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f06%2f5-jquery-calendar-plugins-that-can-be.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/5_jQuery_Calendar_Plugins_that_can_be_used_on_Websites</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/5_jQuery_Calendar_Plugins_that_can_be_used_on_Websites</guid>
      <pubDate>Tue, 06 Jul 2010 18:00: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>dotlesscss v1.1 released</title>
      <description>A new version of the dotless CSS framework has been released. New features include an all-around new parser and parameter passing. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tigraine.at%2f2010%2f06%2f16%2fdotless-version-1-1-released%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tigraine.at%2f2010%2f06%2f16%2fdotless-version-1-1-released%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/dotlesscss_v1_1_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/dotlesscss_v1_1_released</guid>
      <pubDate>Wed, 16 Jun 2010 08:28:39 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>.NET Reflector Pro T-shirt Competition ends this Friday</title>
      <description>Design a .NET Reflector Pro t-shirt, and win a .NET Reflector Pro license, a box of Red Gate goodies, and a T-shirt printed with your design! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.simple-talk.com%2fcommunity%2fblogs%2flaila%2farchive%2f2010%2f05%2f21%2f91603.aspx%3futm_source%3ddnk%26utm_medium%3dtextad%26utm_term%3d4413%26utm_content%3dreflectortshirtcompetition%26utm_campaign%3dreflector"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.simple-talk.com%2fcommunity%2fblogs%2flaila%2farchive%2f2010%2f05%2f21%2f91603.aspx%3futm_source%3ddnk%26utm_medium%3dtextad%26utm_term%3d4413%26utm_content%3dreflectortshirtcompetition%26utm_campaign%3dreflector" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/NET_Reflector_Pro_T_shirt_Competition_ends_this_Friday</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/NET_Reflector_Pro_T_shirt_Competition_ends_this_Friday</guid>
      <pubDate>Thu, 10 Jun 2010 06:45:52 GMT</pubDate>
    </item>
    <item>
      <title>DRY your CruiseControl.NET Configuration</title>
      <description>A handy way to make good use of the CruiseControl.NET Configuration Preprocessor. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.zorched.net%2f2009%2f01%2f30%2fdry-your-cruisecontrolnet-configuration%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.zorched.net%2f2009%2f01%2f30%2fdry-your-cruisecontrolnet-configuration%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/DRY_your_CruiseControl_NET_Configuration</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/DRY_your_CruiseControl_NET_Configuration</guid>
      <pubDate>Sun, 13 Jun 2010 18:45:52 GMT</pubDate>
    </item>
  </channel>
</rss>
