<?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>ELMAH: Error Logging Modules and Handlers for ASP.NET (and MVC too!)</title>
      <description>ELMAH has been one of the most useful tools for ASP.NET developers to log errors on their web applications. Now Scott has a nice talk on how to use it even in your ASP.NET MVC applications. Cool! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fELMAHErrorLoggingModulesAndHandlersForASPNETAndMVCToo.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fELMAHErrorLoggingModulesAndHandlersForASPNETAndMVCToo.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/ELMAH_Error_Logging_Modules_and_Handlers_for_ASP_NET_and_MVC_too</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/ELMAH_Error_Logging_Modules_and_Handlers_for_ASP_NET_and_MVC_too</guid>
      <pubDate>Fri, 24 Apr 2009 22:01:11 GMT</pubDate>
    </item>
    <item>
      <title>Fluent NHibernate new style mappings - powerful semantics</title>
      <description>So today I updated to the latest build of Fluent NHibernate.  As any of you who might have done the same have discovered there are some breaking changes. I wasn't sure I liked the new class based conventions at first, especially since it wasn't clear at first how to tackle altering my mappings. Then it dawned on me how powerful the conventions would end up being while also promoting DRY. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fang3lfir3.wordpress.com%2f2009%2f03%2f18%2ffluent-nhibernate-new-style-mappings-powerful-semantics%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fang3lfir3.wordpress.com%2f2009%2f03%2f18%2ffluent-nhibernate-new-style-mappings-powerful-semantics%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Fluent_NHibernate_new_style_mappings_powerful_semantics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Fluent_NHibernate_new_style_mappings_powerful_semantics</guid>
      <pubDate>Fri, 20 Mar 2009 01:01:06 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 1.0 released</title>
      <description>ASP.NET MVC 1.0 RTM is released &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d53289097-73ce-43bf-b6a6-35e00103cb4b%26displaylang%3den"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d53289097-73ce-43bf-b6a6-35e00103cb4b%26displaylang%3den" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_1_0_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_1_0_released</guid>
      <pubDate>Wed, 18 Mar 2009 22:01:26 GMT</pubDate>
    </item>
    <item>
      <title>10 C# Shorthands that improve productivity</title>
      <description>One of the best things about C# is that as the language and libraries expand thought is put into keeping things readable. Below I have listed 10 shorthands that you can use to make your code tighter and less wordy. No doubt you know one or more already - but do you currently use all ten of them ? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dijksterhuis.org%2f10-c-coding-shorthands-that-improve-productivity%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dijksterhuis.org%2f10-c-coding-shorthands-that-improve-productivity%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/10_C_Shorthands_that_improve_productivity</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/10_C_Shorthands_that_improve_productivity</guid>
      <pubDate>Tue, 17 Mar 2009 22:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Free ASP.NET MVC eBook Tutorial - ScottGu</title>
      <description>There has been a lot of excitement in the community about the new ASP.NET MVC framework that is about to ship (literally any day now - announcement coming soon).  As with anything new, people are also asking for more tutorials/samples/documentation that cover how to get started and build applications with it.

Over the last few months I've been helping to contribute to an ASP.NET MVC book that Scott Hanselman, Rob Conery, and Phil Haack have been writing for Wrox.  The book is now in production, and will be available to buy in stores soon &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%2f2009%2f03%2f10%2ffree-asp-net-mvc-ebook-tutorial.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f03%2f10%2ffree-asp-net-mvc-ebook-tutorial.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Free_ASP_NET_MVC_eBook_Tutorial_ScottGu</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Free_ASP_NET_MVC_eBook_Tutorial_ScottGu</guid>
      <pubDate>Wed, 11 Mar 2009 09:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Back to Basics: Interfaces</title>
      <description>When it comes to object-oriented programming there are few concepts as basic and important as interfaces. Only recently though, and at a snails pace, have .NET developers started to take advantage of the simple benefits interfaces have to offer. This interest stems from the core role interfaces play in some pretty hot topics, including: dependency injection, unit testing and mocking (to name a few). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2009%2f03%2f04%2fback-to-basics-interfaces.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2009%2f03%2f04%2fback-to-basics-interfaces.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Back_to_Basics_Interfaces</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Back_to_Basics_Interfaces</guid>
      <pubDate>Thu, 05 Mar 2009 01:46:09 GMT</pubDate>
    </item>
    <item>
      <title>Implementing UnitOfWork Pattern In Linq To SQL Application</title>
      <description>Implementing UnitOfWork Pattern In Linq To SQL Application 

In my previous post, I have shown how to create Linq to Sql Repository which will have the maximum code coverage, In this post, I will show a simple UnitOfWork class which will flash the changes back to your database. I will be again use my ongoing UnityCommonServiceLocatorMVC project. Lets assume that in your ASP.NET MVC application you have a method in your controller which will add a category and its associate product in the Northwind database. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f02%2f26%2fimplementing-unitofwork-pattern-in-linq-to-sql-application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f02%2f26%2fimplementing-unitofwork-pattern-in-linq-to-sql-application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Implementing_UnitOfWork_Pattern_In_Linq_To_SQL_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Implementing_UnitOfWork_Pattern_In_Linq_To_SQL_Application</guid>
      <pubDate>Fri, 27 Feb 2009 13:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Diving in NHibernate.Validator</title>
      <description>Surfing in the NET, to find some NHibernate.Validator (NHV) example, I saw that there are various things not so clear about how NHV is working. In this post I'll try to give you a more deep explication.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffabiomaulo.blogspot.com%2f2009%2f02%2fdiving-in-nhibernatevalidator.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffabiomaulo.blogspot.com%2f2009%2f02%2fdiving-in-nhibernatevalidator.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Diving_in_NHibernate_Validator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Diving_in_NHibernate_Validator</guid>
      <pubDate>Thu, 26 Feb 2009 18:16:02 GMT</pubDate>
    </item>
    <item>
      <title>100% Unit Testable Linq To Sql Repository - Kazi Manzur Rashid's Blog</title>
      <description>In this post, I will show you how you can architect your Linq To Sql repository which will have 100% code coverage. I will use our favorite Northwind database along with my ongoing UnityCommonServiceLocatorMVC project. First, lets add a Linq To Sql diagram in our project and drag n drop the Category and Product table that will look something like foll... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f02%2f19%2f100-unit-testable-linq-to-sql-repository.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f02%2f19%2f100-unit-testable-linq-to-sql-repository.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/100_Unit_Testable_Linq_To_Sql_Repository_Kazi_Manzur_Rashid_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/100_Unit_Testable_Linq_To_Sql_Repository_Kazi_Manzur_Rashid_s_Blog</guid>
      <pubDate>Fri, 20 Feb 2009 23:31:47 GMT</pubDate>
    </item>
    <item>
      <title>jQuery Ajax Tooltip</title>
      <description>Example of using jQuery 1.3 and the new live() method for creating an ajax tooltip. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frndnext.blogspot.com%2f2009%2f02%2fjquery-ajax-tooltip.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frndnext.blogspot.com%2f2009%2f02%2fjquery-ajax-tooltip.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_Ajax_Tooltip</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_Ajax_Tooltip</guid>
      <pubDate>Sun, 15 Feb 2009 22:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Simple jQuery Delete Link For ASP.NET MVC</title>
      <description>Any time you allow a GET request to modify data, you're asking for trouble. The reason that delete operations deserve special attention is that it's the most common case where you would use a link to change information. If you are using jQuery, one simple way to turn any link into a POST link &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2009%2f01%2f30%2fsimple-jquery-delete-link-for-asp.net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2009%2f01%2f30%2fsimple-jquery-delete-link-for-asp.net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Simple_jQuery_Delete_Link_For_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Simple_jQuery_Delete_Link_For_ASP_NET_MVC</guid>
      <pubDate>Sun, 01 Feb 2009 13:01:11 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 1.0 Release Candidate Now Available</title>
      <description>Finally Scott Guthrie announced ASP.NET MVC 1.0 RC. Check it out. &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%2f2009%2f01%2f27%2fasp-net-mvc-1-0-release-candidate-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f01%2f27%2fasp-net-mvc-1-0-release-candidate-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_1_0_Release_Candidate_Now_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_1_0_Release_Candidate_Now_Available</guid>
      <pubDate>Wed, 28 Jan 2009 04:01:18 GMT</pubDate>
    </item>
    <item>
      <title>3 reasons why you should let Google host jQuery for you</title>
      <description>Three reasons why you should use the Google AJAX Libraries CDN for your public facing sites that use jQuery (or several other AJAX libraries) and examples of how to do so. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f12%2f10%2f3-reasons-why-you-should-let-google-host-jquery-for-you%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f12%2f10%2f3-reasons-why-you-should-let-google-host-jquery-for-you%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/3_reasons_why_you_should_let_Google_host_jQuery_for_you</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/3_reasons_why_you_should_let_Google_host_jQuery_for_you</guid>
      <pubDate>Wed, 10 Dec 2008 18:16:16 GMT</pubDate>
    </item>
    <item>
      <title>Implementing a red black tree in C#</title>
      <description>This article talks about how to implement a red-black tree in C#.  The implementation is generic, and it also implements IEnumerable&amp;lt;T&amp;gt;. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jaltiere.com%2f%3fp%3d53"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jaltiere.com%2f%3fp%3d53" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Implementing_a_red_black_tree_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Implementing_a_red_black_tree_in_C</guid>
      <pubDate>Tue, 09 Dec 2008 13:01:08 GMT</pubDate>
    </item>
    <item>
      <title>Becoming a ReSharper Samurai - Part 2</title>
      <description>This is the second in a multi-part series were we will guide you through various features of ReSharper.  &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%2f68"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f68" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Becoming_a_ReSharper_Samurai_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Becoming_a_ReSharper_Samurai_Part_2</guid>
      <pubDate>Fri, 05 Dec 2008 07:46:05 GMT</pubDate>
    </item>
    <item>
      <title>jQuery and ASP.NET Article Posted</title>
      <description>I've posted Part 2 of my jQuery with ASP.NET article series. Part 2 deals almost entirely with making AJAX callbacks to ASP.NET using several different mechanisms to retrieve data from the server for client side consumption. Covered are external content retrieval, same page callbacks, WCF/ASMX and a pluggable custom callback implementation that can be used with any application. Also covered is client side templating for managing HTML in one place. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f558952.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f558952.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_and_ASP_NET_Article_Posted</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_and_ASP_NET_Article_Posted</guid>
      <pubDate>Thu, 04 Dec 2008 01:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Haacked: ASP.NET MVC on IIS 6 Walkthrough</title>
      <description>&amp;quot;In this post, I want to provide a definitive guide to getting ASP.NET MVC running on IIS 6. I will walk through using the .mvc or .aspx file extension for URLs first, then I will walkthrough using extension-less URLs.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f11%2f26%2fasp.net-mvc-on-iis-6-walkthrough.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f11%2f26%2fasp.net-mvc-on-iis-6-walkthrough.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Haacked_ASP_NET_MVC_on_IIS_6_Walkthrough</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Haacked_ASP_NET_MVC_on_IIS_6_Walkthrough</guid>
      <pubDate>Thu, 04 Dec 2008 02:31:10 GMT</pubDate>
    </item>
    <item>
      <title>ScottG:October 22nd Links: ASP.NET, Visual Studio, WPF and Silverlight</title>
      <description>Latest quality link collection by Scott &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%2f2008%2f10%2f22%2foctober-22nd-links-asp-net-visual-studio-wpf-and-silverlight.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f10%2f22%2foctober-22nd-links-asp-net-visual-studio-wpf-and-silverlight.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ScottG_October_22nd_Links_ASP_NET_Visual_Studio_WPF_and_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ScottG_October_22nd_Links_ASP_NET_Visual_Studio_WPF_and_Silverlight</guid>
      <pubDate>Fri, 24 Oct 2008 01:46:09 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Pro's and Con's</title>
      <description>Some of the main pro's and con's of the new style for building web applications (ASP.NET MVC). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f10%2faspnet-mvc-pros-and-cons.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f10%2faspnet-mvc-pros-and-cons.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Pro_s_and_Con_s</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Pro_s_and_Con_s</guid>
      <pubDate>Fri, 24 Oct 2008 00:16:06 GMT</pubDate>
    </item>
    <item>
      <title>Client Templating with jQuery</title>
      <description>Client templating in Javascript can be a great tool to reduce the amount of code you have to write to create markup content on the client. There are a number of different ways that templating can be accomplished from a purely manual approach to a full templating engine. In this entry I'll look at several different approaches. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f509108.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f509108.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Client_Templating_with_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Client_Templating_with_jQuery</guid>
      <pubDate>Tue, 14 Oct 2008 21:16:05 GMT</pubDate>
    </item>
    <item>
      <title>Pluggable ASP.NET CacheManager</title>
      <description>A CacheManager class that you can easily write your own providers (memcached, Velocity, etc.) for. Includes providers for request-length caching and ASP.NET's built-in Cache object. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2findex.php%2fpluggable-aspnet-cachemanager%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2findex.php%2fpluggable-aspnet-cachemanager%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Pluggable_ASP_NET_CacheManager</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Pluggable_ASP_NET_CacheManager</guid>
      <pubDate>Fri, 10 Oct 2008 22:01:04 GMT</pubDate>
    </item>
    <item>
      <title>jQuery and Microsoft</title>
      <description>ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward.  We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch.  The files will continue to use and ship under the existing jQuery MIT license. &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%2f2008%2f09%2f28%2fjquery-and-microsoft.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f09%2f28%2fjquery-and-microsoft.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/jQuery_and_Microsoft</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/jQuery_and_Microsoft</guid>
      <pubDate>Mon, 29 Sep 2008 04:01:02 GMT</pubDate>
    </item>
    <item>
      <title>jQuery, Microsoft, and Nokia</title>
      <description>news today: Both Microsoft and Nokia are taking the major step of adopting jQuery as part of their official application development platform. Not only will they be using it for their corporate development but they will be providing it as a core piece of their platform for developers to build with. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjquery.com%2fblog%2f2008%2f09%2f28%2fjquery-microsoft-nokia%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjquery.com%2fblog%2f2008%2f09%2f28%2fjquery-microsoft-nokia%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/jQuery_Microsoft_and_Nokia</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/jQuery_Microsoft_and_Nokia</guid>
      <pubDate>Mon, 29 Sep 2008 03:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Introducing SemanticEngine.NET</title>
      <description>Technologies or formats such as FOAF, APML, SIOC, XFN tags and microformats are some of the building blocks of the social aspects of the semantic web. They are used to create cross-site profiles of people and also represent relationships between them. XFN and microformats are somewhat easy to start using, but FOAF, APML and SIOC are a different story.  Here's a new class library to make it easier..  &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%2fIntroducing-SemanticEngineNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fIntroducing-SemanticEngineNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Introducing_SemanticEngine_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Introducing_SemanticEngine_NET</guid>
      <pubDate>Fri, 26 Sep 2008 09:16:15 GMT</pubDate>
    </item>
    <item>
      <title>Easily build powerful client-side AJAX paging, using jQuery</title>
      <description>An in-depth example of using jQuery to build client-side paging, including progress indicators, to page into any server side data source that can be JSON serialized by ASP.NET AJAX. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f08%2f20%2feasily-build-powerful-client-side-ajax-paging-using-jquery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f08%2f20%2feasily-build-powerful-client-side-ajax-paging-using-jquery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Easily_build_powerful_client_side_AJAX_paging_using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Easily_build_powerful_client_side_AJAX_paging_using_jQuery</guid>
      <pubDate>Wed, 20 Aug 2008 23:31:14 GMT</pubDate>
    </item>
  </channel>
</rss>