<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by petercapiral</title>
    <description>Stories kicked by petercapiral</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>MINUS Keyword in SQL Server - Alternatives</title>
      <description>MINUS operator (in oracle) is used to subtract the rows which are available in the second result, from the first result set. SQL Server does not have a built-in MINUS keyword, but in SQL Server, it's equivalent is the EXCEPT operator or using NOT EXISTS &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sqlservercurry.com%2f2011%2f01%2fminus-keyword-in-sql-server.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sqlservercurry.com%2f2011%2f01%2fminus-keyword-in-sql-server.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/MINUS_Keyword_in_SQL_Server_Alternatives</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/MINUS_Keyword_in_SQL_Server_Alternatives</guid>
      <pubDate>Tue, 18 Jan 2011 11:12:00 GMT</pubDate>
    </item>
    <item>
      <title>Stored Procedure Optimization Tips - Best Practices</title>
      <description>Key Points discussed in the articles are :

   1. Include SET NOCOUNT ON statement
   2. Use schema name with object name
   3. Do not use the prefix "sp_" in the stored procedure name
   4. Use IF EXISTS (SELECT 1) instead of (SELECT *)
   5. Try to avoid using SQL Server cursors whenever possible
   6. Keep the Transaction as short as possible
   7. Use TRY-Catch for error handling
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2010%2f02%2f16%2fsql-server-stored-procedure-optimization-tips-best-practices%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2010%2f02%2f16%2fsql-server-stored-procedure-optimization-tips-best-practices%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Stored_Procedure_Optimization_Tips_Best_Practices</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Stored_Procedure_Optimization_Tips_Best_Practices</guid>
      <pubDate>Thu, 18 Feb 2010 06:45:06 GMT</pubDate>
    </item>
    <item>
      <title>Reducing Code Coupling - Inversion of Control</title>
      <description>This is the conclusion to my series on reducing code coupling. This installment follows from the previous ones, building on them by introducing the Inversion of Control pattern. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgrantpalin.com%2f2010%2f01%2f15%2freducing-code-coupling-inversion-of-control%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgrantpalin.com%2f2010%2f01%2f15%2freducing-code-coupling-inversion-of-control%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Reducing_Code_Coupling_Inversion_of_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Reducing_Code_Coupling_Inversion_of_Control</guid>
      <pubDate>Sun, 17 Jan 2010 21:00:03 GMT</pubDate>
    </item>
    <item>
      <title>Fun with Func&amp;amp;lt;T,TResult&amp;amp;gt; Delegates, Events and Async Operations</title>
      <description>Delegates are powerful for event handling, highly useful in LINQ and a core requirement for async operations. Func&amp;lt;T&amp;gt; makes using delegate based logic a lot easier by providing a generic implemenation that in many cases allows you to skip creation of a separate delegate and instead just point at the Func&amp;lt;T&amp;gt; definition which can be a big timesaver and a nice way to remove delegate defintions from your namespaces. &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%2f28442.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f28442.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Fun_with_Func_lt_T_TResult_gt_Delegates_Events_and_Async_Operations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Fun_with_Func_lt_T_TResult_gt_Delegates_Events_and_Async_Operations</guid>
      <pubDate>Mon, 05 Oct 2009 12:30:01 GMT</pubDate>
    </item>
    <item>
      <title>12 Must Have Web Developer Bookmarklets</title>
      <description>Here is a great set of 12 bookmarklets that are useful for any web developer on any web browser! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2felijahmanor.com%2f2009%2f08%2f19%2f12MustHaveWebDeveloperBookmarklets.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2felijahmanor.com%2f2009%2f08%2f19%2f12MustHaveWebDeveloperBookmarklets.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/12_Must_Have_Web_Developer_Bookmarklets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/12_Must_Have_Web_Developer_Bookmarklets</guid>
      <pubDate>Wed, 19 Aug 2009 19:15:08 GMT</pubDate>
    </item>
    <item>
      <title>Life After Loops</title>
      <description>Eliminating cumbersome looping code using Linq &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%2f2009%2f06%2f15%2fLife-After-Loops.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f06%2f15%2fLife-After-Loops.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Life_After_Loops</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Life_After_Loops</guid>
      <pubDate>Wed, 17 Jun 2009 07:15:00 GMT</pubDate>
    </item>
    <item>
      <title>I Spose I'll Just Say It: You Should Learn MVC</title>
      <description>I'm never shy about my opinion - why start now? I've been reading a lot of posts flying about on whether you should learn MVC, Summing up the differences so you can decide when to use it, I even found a post that offers a scorecard approach! I remember reading the latter post thinking to myself "how can you possibly put a number next to Testability? And why it is only 2 more points than "using a RAD designer"? Isn't this missing the entire point? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fi-spose-ill-just-say-it-you-should-learn-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fi-spose-ill-just-say-it-you-should-learn-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/I_Spose_I_ll_Just_Say_It_You_Should_Learn_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/I_Spose_I_ll_Just_Say_It_You_Should_Learn_MVC</guid>
      <pubDate>Thu, 23 Apr 2009 15:31:21 GMT</pubDate>
    </item>
    <item>
      <title>5 blogs every asp.net programmer should know analyzed with 31-DBBB day</title>
      <description>31-DBBB day 4 task is to analyze leader blogs in your niche. I do so here with some recommendation I hope you'll enjoy &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevelopment.tobiasopdenbrouw.nl%2fpost%2f2009%2f04%2f09%2f5-blogs-every-ASPNET-programmer-should-know-analyzed-(31-DBBB-4-method).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevelopment.tobiasopdenbrouw.nl%2fpost%2f2009%2f04%2f09%2f5-blogs-every-ASPNET-programmer-should-know-analyzed-(31-DBBB-4-method).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/5_blogs_every_asp_net_programmer_should_know_analyzed_with_31_DBBB_day</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/5_blogs_every_asp_net_programmer_should_know_analyzed_with_31_DBBB_day</guid>
      <pubDate>Fri, 10 Apr 2009 17:01:12 GMT</pubDate>
    </item>
    <item>
      <title>Top Visual Studio Add-ins</title>
      <description>I am often asked what my favourite development tools are, so I thought I'd write down a few that I use and why. I have split this list in 2 as some of these are add-ons for visual studio and others are just standalone applications here are the VS Add-ins. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweb2asp.net%2f2009%2f01%2ftop-visual-studio-add-ins.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweb2asp.net%2f2009%2f01%2ftop-visual-studio-add-ins.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Top_Visual_Studio_Add_ins</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Top_Visual_Studio_Add_ins</guid>
      <pubDate>Wed, 28 Jan 2009 01:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Mark a C# class data member as readonly when it's read only</title>
      <description>Explaining why and where to use the readonly C# modifier &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developer-corner.com%2fBlogs%2ftabid%2f117%2farticleType%2fArticleView%2farticleId%2f71%2fMark-a-C-class-data-member-as-readonly-when-its-read-only.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developer-corner.com%2fBlogs%2ftabid%2f117%2farticleType%2fArticleView%2farticleId%2f71%2fMark-a-C-class-data-member-as-readonly-when-its-read-only.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Mark_a_C_class_data_member_as_readonly_when_it_s_read_only</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Mark_a_C_class_data_member_as_readonly_when_it_s_read_only</guid>
      <pubDate>Mon, 26 Jan 2009 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010 == Visual Studio 2008 + ReSharper</title>
      <description>o you want the next gen of next-gen applications? Get the Visual Studio 2010 CTP! Which is - according to Microsoft itself - really just Visual Studio 2008 with ReSharper installed. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjames.kovacs%2farchive%2f2009%2f01%2f19%2fvisual-studio-2010-visual-studio-2008-resharper.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjames.kovacs%2farchive%2f2009%2f01%2f19%2fvisual-studio-2010-visual-studio-2008-resharper.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Visual_Studio_2010_Visual_Studio_2008_ReSharper</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Visual_Studio_2010_Visual_Studio_2008_ReSharper</guid>
      <pubDate>Mon, 19 Jan 2009 22:31:04 GMT</pubDate>
    </item>
    <item>
      <title>jQuery for Absolute Beginners: Video Series</title>
      <description>This is a 9 parts video series for beginners to learn jQuery. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnettuts.com%2farticles%2fweb-roundups%2fjquery-for-absolute-beginners-video-series%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnettuts.com%2farticles%2fweb-roundups%2fjquery-for-absolute-beginners-video-series%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_for_Absolute_Beginners_Video_Series</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_for_Absolute_Beginners_Video_Series</guid>
      <pubDate>Mon, 15 Dec 2008 12:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Becoming a ReSharper Samurai - Part 1</title>
      <description>Part 1 of Becoming a ReSharper Samurai -  A short video on how to use various features of ReSharper to make you a better, faster coder. &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%2f61"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f61" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Becoming_a_ReSharper_Samurai_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Becoming_a_ReSharper_Samurai_Part_1</guid>
      <pubDate>Thu, 06 Nov 2008 21:01:02 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 02:01:02 GMT</pubDate>
    </item>
    <item>
      <title>The problem(s) with value types</title>
      <description>Value types can sometimes cause unexpected behavior. This post explains one of the pitfalls you can encounter when using arrays and lists of value types. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blog.activa.be%2f2008%2f05%2f25%2fTheProblemsWithValueTypes.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blog.activa.be%2f2008%2f05%2f25%2fTheProblemsWithValueTypes.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_problem_s_with_value_types</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_problem_s_with_value_types</guid>
      <pubDate>Wed, 28 May 2008 01:16:18 GMT</pubDate>
    </item>
    <item>
      <title>Alpha Hibernate 2.0</title>
      <description>Alpha Hibernate 2.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ayende.com%2fBlog%2farchive%2f2008%2f03%2f31%2fNHibernate-2.0-Alpha-is-out.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ayende.com%2fBlog%2farchive%2f2008%2f03%2f31%2fNHibernate-2.0-Alpha-is-out.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Alpha_Hibernate_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Alpha_Hibernate_2_0</guid>
      <pubDate>Wed, 07 May 2008 20:01:03 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to NHibernate in LINQPad</title>
      <description>LINQPad is like Query Analyzer for LINQ queries.  Out of the box it does LINQ to SQL, LINQ to Objects, and LINQ to XML.  Wouldn't it be nice if it did LINQ to NHibernate as well?  Here's how.  The setup process is a bit tedious, but you only need to do it once. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2forand.blogspot.com%2f2008%2f04%2flinq-to-nhibernate-in-linqpad.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2forand.blogspot.com%2f2008%2f04%2flinq-to-nhibernate-in-linqpad.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/LINQ_to_NHibernate_in_LINQPad</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/LINQ_to_NHibernate_in_LINQPad</guid>
      <pubDate>Sat, 19 Apr 2008 01:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Use Twitter To Stay On Top Of The .NET Programming News</title>
      <description>Do you use twitter? If you don't you should, it is a great way to find out what is happening in the programming world. Here is a list of some well known programmers and their twitter URL. 
Phil Haack, Jeff Atwood, Scott Hanselman, Dare Obasanjo, John Lam and many more are on this list
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetsamplechapters.blogspot.com%2f2008%2f04%2fuse-twitter-to-stay-on-top-of-net.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetsamplechapters.blogspot.com%2f2008%2f04%2fuse-twitter-to-stay-on-top-of-net.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Use_Twitter_To_Stay_On_Top_Of_The_NET_Programming_News</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Use_Twitter_To_Stay_On_Top_Of_The_NET_Programming_News</guid>
      <pubDate>Fri, 18 Apr 2008 00:31:02 GMT</pubDate>
    </item>
    <item>
      <title>The static Keyword</title>
      <description>We all use the static keyword, but do we really know what the possibilities are? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.shaytalksabout.net%2fpost%2fThe-static-Keyword.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.shaytalksabout.net%2fpost%2fThe-static-Keyword.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_static_Keyword</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_static_Keyword</guid>
      <pubDate>Fri, 04 Apr 2008 21:31:05 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Source Code Now Available</title>
      <description>Last month I blogged about our ASP.NET MVC Roadmap.  Two weeks ago we shipped the ASP.NET Preview 2 Release.  Phil Haack from the ASP.NET team published a good blog post about the release here.  Scott Hanselman has created a bunch of great ASP.NET MVC tutorial videos that you can watch to learn more about it here.... &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%2f03%2f21%2fasp-net-mvc-source-code-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f03%2f21%2fasp-net-mvc-source-code-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Source_Code_Now_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Source_Code_Now_Available</guid>
      <pubDate>Sat, 22 Mar 2008 06:31:03 GMT</pubDate>
    </item>
    <item>
      <title> The Secret to Great User Experiences</title>
      <description>What is the secret to great user experiences? We're finding out from people who know. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fcraigshoemaker%2farchive%2f2008%2f03%2f04%2fthe-secret-to-great-user-experiences.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fcraigshoemaker%2farchive%2f2008%2f03%2f04%2fthe-secret-to-great-user-experiences.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/The_Secret_to_Great_User_Experiences</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/The_Secret_to_Great_User_Experiences</guid>
      <pubDate>Tue, 04 Mar 2008 20:45:49 GMT</pubDate>
    </item>
  </channel>
</rss>
