<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by mikeg79</title>
    <description>Stories kicked by mikeg79</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>Mobilize! Adapting the ASP.NET MVC Project Template for jQuery Mobile</title>
      <description>Without modifying any server side code and only tweaking the views I found I was able to create a fully jquery-mobilified version of the ASP.NET MVC project template.  This is how I did it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fyobriefcase.posterous.com%2fmobilize-adapting-the-aspnet-mvc-project-temp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fyobriefcase.posterous.com%2fmobilize-adapting-the-aspnet-mvc-project-temp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Mobilize_Adapting_the_ASP_NET_MVC_Project_Template_for_jQuery_Mobile</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Mobilize_Adapting_the_ASP_NET_MVC_Project_Template_for_jQuery_Mobile</guid>
      <pubDate>Wed, 27 Oct 2010 00:00:52 GMT</pubDate>
    </item>
    <item>
      <title>Practical jQuery Mobile with ASP.NET MVC</title>
      <description>I wanted to write a post about creating a basic jQuery Mobile app but as I started putting the code together MVC became more and more involved so I combined the 2. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fyobriefcase.posterous.com%2fpractical-jquery-mobile-with-aspnet-mvc"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fyobriefcase.posterous.com%2fpractical-jquery-mobile-with-aspnet-mvc" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Practical_jQuery_Mobile_with_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Practical_jQuery_Mobile_with_ASP_NET_MVC</guid>
      <pubDate>Fri, 22 Oct 2010 20:15:52 GMT</pubDate>
    </item>
    <item>
      <title>IronRuby and IronPython to run by the Community, IR Tools for VS ++</title>
      <description>So much going on in the DLR world - IronRuby and IronPython are officially handed over to the community, IronRuby 1.1.1 is released including IronRuby tools for Visual Studio and compatibility with Ruby 1.9.2. Good times! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ironshay.com%2fpost%2fIronRuby-and-IronPython-are-Officially-Handed-Over-to-the-Community-IronRuby-Tools-for-VS-is-Out-and-More!.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ironshay.com%2fpost%2fIronRuby-and-IronPython-are-Officially-Handed-Over-to-the-Community-IronRuby-Tools-for-VS-is-Out-and-More!.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/IronRuby_and_IronPython_to_run_by_the_Community_IR_Tools_for_VS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/IronRuby_and_IronPython_to_run_by_the_Community_IR_Tools_for_VS</guid>
      <pubDate>Sat, 23 Oct 2010 17:15:52 GMT</pubDate>
    </item>
    <item>
      <title>A few thoughts on jQuery templating with jQuery.tmpl</title>
      <description>Some thoughts on the current state of the jQuery.tmpl plugin, and suggestions for making it better. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2010%2f05%2f03%2fa-few-thoughts-on-jquery-templating-with-jquery-tmpl%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2010%2f05%2f03%2fa-few-thoughts-on-jquery-templating-with-jquery-tmpl%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/A_few_thoughts_on_jQuery_templating_with_jQuery_tmpl</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/A_few_thoughts_on_jQuery_templating_with_jQuery_tmpl</guid>
      <pubDate>Fri, 07 May 2010 14:15:52 GMT</pubDate>
    </item>
    <item>
      <title>MVC 2 Client Side Model Validation with ExtJS</title>
      <description>One of the most exciting new features in MVC 2 is &amp;quot;Enhanced Model Validation support across both server and client&amp;quot;; this new enhanced support allows for client side validation to be dynamically generated into a view from DataAnnotations attributes on models.

One minor problem: Out of the box, it only uses the Microsoft AJAX libraries.
Good news, we fixed that: Ext.ux.MvcFormValidator &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcommunity.codesmithtools.com%2fblogs%2ftdupont%2farchive%2f2010%2f05%2f03%2fmvc-2-client-side-model-validation-with-extjs.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcommunity.codesmithtools.com%2fblogs%2ftdupont%2farchive%2f2010%2f05%2f03%2fmvc-2-client-side-model-validation-with-extjs.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/MVC_2_Client_Side_Model_Validation_with_ExtJS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/MVC_2_Client_Side_Model_Validation_with_ExtJS</guid>
      <pubDate>Tue, 04 May 2010 04:30:52 GMT</pubDate>
    </item>
    <item>
      <title>Creating RSS feeds in ASP.NET MVC</title>
      <description>Simple and easy way to leverage .NET's built-in classes to provide RSS feeds from ASP.NET MVC. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdamieng.com%2fblog%2f2010%2f04%2f26%2fcreating-rss-feeds-in-asp-net-mvc"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdamieng.com%2fblog%2f2010%2f04%2f26%2fcreating-rss-feeds-in-asp-net-mvc" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Creating_RSS_feeds_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Creating_RSS_feeds_in_ASP_NET_MVC</guid>
      <pubDate>Thu, 29 Apr 2010 05:15:52 GMT</pubDate>
    </item>
    <item>
      <title>Say Goodbye to NAnt and MSBuild With IronRuby</title>
      <description>Tired of writing tons of XML in order to create automated .NET builds? Well, look no further... IronRuby, Rake, and Albacore are here to rescue you! &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%2f2010%2f04%2f26%2fSay-Goodbye-to-NAnt-and-MSBuild-With-IronRuby.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2010%2f04%2f26%2fSay-Goodbye-to-NAnt-and-MSBuild-With-IronRuby.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Say_Goodbye_to_NAnt_and_MSBuild_With_IronRuby</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Say_Goodbye_to_NAnt_and_MSBuild_With_IronRuby</guid>
      <pubDate>Thu, 29 Apr 2010 06:45:52 GMT</pubDate>
    </item>
    <item>
      <title>Download Free ebook - Introducing Microsoft SQL Server 2008 R2</title>
      <description>Introducing Microsoft SQL Server 2008 R2 is a 10 chapter, 216 page book writtenby Ross Mistry and Stacia Misner. Microsoft has made it available as a free ebook  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeyondrelational.com%2fblogs%2fcommunity%2farchive%2f2010%2f04%2f15%2fdownload-free-ebook-introducing-microsoft-sql-server-2008-r2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeyondrelational.com%2fblogs%2fcommunity%2farchive%2f2010%2f04%2f15%2fdownload-free-ebook-introducing-microsoft-sql-server-2008-r2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Download_Free_ebook_Introducing_Microsoft_SQL_Server_2008_R2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Download_Free_ebook_Introducing_Microsoft_SQL_Server_2008_R2</guid>
      <pubDate>Fri, 16 Apr 2010 08:45:00 GMT</pubDate>
    </item>
    <item>
      <title>How to run, ON THE CHEAP, an IIS7 hosted website on Amazon EC2</title>
      <description>Its beautiful.... This article shows step by step, with clear instructions and lots of images, how to host your asp.net website on Amazon's EC2.  I'm shocked at how easy it is.  1) Create account 2) Select image 3) do a little dance 4) publish your website to the cloud &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flearn.iis.net%2fpage.aspx%2f823%2famazon-ec2-microsoft-web-platform-images---full-web-server-development-stack%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flearn.iis.net%2fpage.aspx%2f823%2famazon-ec2-microsoft-web-platform-images---full-web-server-development-stack%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_run_ON_THE_CHEAP_an_IIS7_hosted_website_on_Amazon_EC2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_run_ON_THE_CHEAP_an_IIS7_hosted_website_on_Amazon_EC2</guid>
      <pubDate>Wed, 14 Apr 2010 05:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Bundler Now Supports Css And .less</title>
      <description>New version of (recently renamed) Bundler combines your javascript or CSS to save on server requests. Also adds support for .less! &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%2f2010%2f03%2f17%2fBundler-Now-Supports-Css-And-less.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2010%2f03%2f17%2fBundler-Now-Supports-Css-And-less.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Bundler_Now_Supports_Css_And_less</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Bundler_Now_Supports_Css_And_less</guid>
      <pubDate>Thu, 18 Mar 2010 20:00:02 GMT</pubDate>
    </item>
    <item>
      <title>A Visual Look At The LINQ SelectMany Operator</title>
      <description>An inside look at how SelectMany works, along with visuals to help you more easily understand it. &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%2f2010%2f03%2f12%2fA-Visual-Look-At-The-LINQ-SelectMany-Operator.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2010%2f03%2f12%2fA-Visual-Look-At-The-LINQ-SelectMany-Operator.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_Visual_Look_At_The_LINQ_SelectMany_Operator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_Visual_Look_At_The_LINQ_SelectMany_Operator</guid>
      <pubDate>Tue, 16 Mar 2010 11:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Setting Up Fluent NHibernate for your project</title>
      <description>Taking a look at how to use setup and configure Fluent NHibernate for usage. We will focus on how to setup your database settings as well as how to get your Fluent NHibernate mappings registered into the system. &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%2f166"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f166" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Setting_Up_Fluent_NHibernate_for_your_project</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Setting_Up_Fluent_NHibernate_for_your_project</guid>
      <pubDate>Thu, 11 Mar 2010 20:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Tekpub: Mercurial with Codeplex</title>
      <description>A free TekPub episode about working with Codeplex and Mercurial. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftekpub.com%2fcodeplex"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftekpub.com%2fcodeplex" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Tekpub_Mercurial_with_Codeplex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Tekpub_Mercurial_with_Codeplex</guid>
      <pubDate>Wed, 17 Mar 2010 14:45:02 GMT</pubDate>
    </item>
    <item>
      <title>Goodbye Http Handler, Hello FileResult</title>
      <description>If you have been developing applications in ASP.NET MVC then you are probably familiar with the ActionResult class. The ActionResult is the most common type of object returned from an action. When building MVC apps, most of time you will use the ActionResult class. 

Last week while I was working on my open source project WeBlog, I built an HTTP Handler to serve up images. I started using an HTTP Handler for images because I needed a mechanism to prevent bandwidth leeching. The only bad thing about using an HTTP handler for images is that you end up with some pretty ugly URLS. 

By using a FileResult object with MVC you not only get a pretty URL but you also get a lot of flexibility on where you want your images to reside. You can store images anywhere you want and the URL will never need to change! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codecapers.com%2fpost%2fGoodbye-Http-Handler-Hello-FileResult.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codecapers.com%2fpost%2fGoodbye-Http-Handler-Hello-FileResult.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Goodbye_Http_Handler_Hello_FileResult</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Goodbye_Http_Handler_Hello_FileResult</guid>
      <pubDate>Mon, 08 Mar 2010 14:18:00 GMT</pubDate>
    </item>
    <item>
      <title>Working with WCF: Part One: Introduction and Your First Service</title>
      <description>I've been playing with WCF since .NET 3 came out. Sometimes I have to be reminded that not everybody is as familiar with all it's "cob-webby corners" as I am. And that's OK. Often (too often) I encounter someone who has NEVER used WCF and doesn't even know where to begin.That's not so OK.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjamescbender.com%2fbendersblog%2farchive%2f2010%2f03%2f06%2fworking-with-wcf-part-one-introduction-and-your-first-service.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjamescbender.com%2fbendersblog%2farchive%2f2010%2f03%2f06%2fworking-with-wcf-part-one-introduction-and-your-first-service.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/Working_with_WCF_Part_One_Introduction_and_Your_First_Service</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/Working_with_WCF_Part_One_Introduction_and_Your_First_Service</guid>
      <pubDate>Fri, 12 Mar 2010 16:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Behavior Driven Development (BDD) with SpecFlow and ASP.NET MVC</title>
      <description>How does BDD compare with TDD, and how can you use BDD-style tools such as Cucumber and SpecFlow with ASP.NET MVC? Steve Sanderson considers the options, and provides an example of combining ASP.NET MVC 2, SpecFlow, and WatiN. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.stevensanderson.com%2f2010%2f03%2f03%2fbehavior-driven-development-bdd-with-specflow-and-aspnet-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.stevensanderson.com%2f2010%2f03%2f03%2fbehavior-driven-development-bdd-with-specflow-and-aspnet-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Behavior_Driven_Development_BDD_with_SpecFlow_and_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Behavior_Driven_Development_BDD_with_SpecFlow_and_ASP_NET_MVC</guid>
      <pubDate>Mon, 08 Mar 2010 15:45:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC and the Spark View Engine</title>
      <description>Getting friendly with HTML in ASP.NET MVC just got a whole lot easier. In this Code Magazine article, Donn Felker delves into the Spark View Engine, an alternate view engine for the ASP.NET MVC Framework. Spark's main goal is to allow HTML to dominate the flow of view development while allowing code to fit in seamlessly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.code-magazine.com%2fArticle.aspx%3fquickid%3d1003051"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.code-magazine.com%2fArticle.aspx%3fquickid%3d1003051" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_and_the_Spark_View_Engine</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_and_the_Spark_View_Engine</guid>
      <pubDate>Fri, 26 Feb 2010 13:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Authenticate a user against the Active Directory</title>
      <description>This article serves as a guide to using System.DirectoryServices (SDS) ADSI to access user and group in the Windows Active Directory. Authenticate a user against the Active Directory using the user ID and password. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fankithakur%2fLogin_Using_Active_Directory04052006061801AM%2fLogin_Using_Active_Directory.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fankithakur%2fLogin_Using_Active_Directory04052006061801AM%2fLogin_Using_Active_Directory.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Authenticate_a_user_against_the_Active_Directory</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Authenticate_a_user_against_the_Active_Directory</guid>
      <pubDate>Thu, 22 Oct 2009 16:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Understanding Public Clouds: IaaS, PaaS, and SaaS</title>
      <description>In this blog post Keith Pijanowski describe Cloud Computing in terms of Infrastructure as a Service (Iaas), Platform as a Service (PaaS) and Software as a Service (SaaS).

To guide this discussion he answers the following questions for each of these Cloud offerings:Who is the customer? What service is being provided?, What is being hosted? What is the pricing structure? What are some real world examples?
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.keithpij.com%2fHome%2ftabid%2f36%2fEntryID%2f27%2fDefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.keithpij.com%2fHome%2ftabid%2f36%2fEntryID%2f27%2fDefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/Understanding_Public_Clouds_IaaS_PaaS_and_SaaS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/Understanding_Public_Clouds_IaaS_PaaS_and_SaaS</guid>
      <pubDate>Tue, 20 Oct 2009 18:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Git For Windows Developers - Git Series - Part 2</title>
      <description>If you want to use Git for a .NET project this is a MUST READ! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjason_meridth%2farchive%2f2009%2f06%2f04%2fgit-for-windows-developers-git-series-part-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjason_meridth%2farchive%2f2009%2f06%2f04%2fgit-for-windows-developers-git-series-part-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Git_For_Windows_Developers_Git_Series_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Git_For_Windows_Developers_Git_Series_Part_2</guid>
      <pubDate>Sat, 12 Sep 2009 09:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Finally Understanding the Merits of TDD</title>
      <description>I'm not a TDD person...or at least I wasn't until last week.  Up until then, I had read the blogs and looked at the examples to try to understand TDD and unit testing (with mocking) in general.  Almost all of the examples I was shown demonstrated very basic scenarios that, in most cases, were too trivial to show value.  I would ask people who would speak about unit testing in general how you'd do a specific scenario and would get mix responses ranging from &amp;quot;just try it&amp;quot; to &amp;quot;you should be using this tool and it'll just write the tests for you&amp;quot;. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frandomactsofcoding.blogspot.com%2f2009%2f08%2ffinally-understanding-merits-of-tdd.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frandomactsofcoding.blogspot.com%2f2009%2f08%2ffinally-understanding-merits-of-tdd.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Finally_Understanding_the_Merits_of_TDD</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Finally_Understanding_the_Merits_of_TDD</guid>
      <pubDate>Thu, 27 Aug 2009 08:00:07 GMT</pubDate>
    </item>
    <item>
      <title>Automating .NET and NHibernate Development With IronRuby + Rake </title>
      <description>Using IronRuby to automate .NET development tasks.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tobinharris.com%2f2009%2f8%2f17%2fautomating-net-development-and-nhibernate-with-ironruby-rake"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tobinharris.com%2f2009%2f8%2f17%2fautomating-net-development-and-nhibernate-with-ironruby-rake" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Automating_NET_and_NHibernate_Development_With_IronRuby_Rake</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Automating_NET_and_NHibernate_Development_With_IronRuby_Rake</guid>
      <pubDate>Tue, 18 Aug 2009 16:15:01 GMT</pubDate>
    </item>
    <item>
      <title>Simplify calling ASP.NET AJAX services from jQuery</title>
      <description>I was happy to learn that jQuery provides an excellent solution for consolidating settings to be used in multiple instances of $.ajax.

In this post, I'll show you how to use that consolidation feature, and exactly how I am now using that to more simply call ASP.NET AJAX services with jQuery. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f07%2f21%2fsimplify-calling-asp-net-ajax-services-from-jquery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f07%2f21%2fsimplify-calling-asp-net-ajax-services-from-jquery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Simplify_calling_ASP_NET_AJAX_services_from_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Simplify_calling_ASP_NET_AJAX_services_from_jQuery</guid>
      <pubDate>Wed, 22 Jul 2009 02:00:05 GMT</pubDate>
    </item>
    <item>
      <title>What's new in NHibernate 2.1</title>
      <description>NHibernate 2.1 features &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fzvolkov.com%2fblog%2fpost%2f2009%2f07%2f20%2fWhats-new-in-NHibernate-21.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fzvolkov.com%2fblog%2fpost%2f2009%2f07%2f20%2fWhats-new-in-NHibernate-21.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/What_s_new_in_NHibernate_2_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/What_s_new_in_NHibernate_2_1</guid>
      <pubDate>Wed, 22 Jul 2009 08:45:01 GMT</pubDate>
    </item>
    <item>
      <title>Sharp Architecture RTM </title>
      <description>A well worked and actively contributed lightweight framework to build ASP.net MVC apps with NHibernate.    &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fbilly_mccafferty%2farchive%2f2009%2f07%2f15%2fit-is-done-s-arp-architecture-1-0-rtm.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fbilly_mccafferty%2farchive%2f2009%2f07%2f15%2fit-is-done-s-arp-architecture-1-0-rtm.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Sharp_Architecture_RTM</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Sharp_Architecture_RTM</guid>
      <pubDate>Fri, 17 Jul 2009 14:45:01 GMT</pubDate>
    </item>
  </channel>
</rss>
