<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by samdnp</title>
    <description>Stories kicked by samdnp</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>Exception Categories - YALE</title>
      <description>This is an awesome article that tells you the state of the art with regards to exception handling in C# and similar languages. Print this out and read it! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.yale.edu%2fpclt%2fexceptions.htm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.yale.edu%2fpclt%2fexceptions.htm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Exception_Categories_YALE</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Exception_Categories_YALE</guid>
      <pubDate>Sat, 18 Apr 2009 13:58:10 GMT</pubDate>
    </item>
    <item>
      <title>Exception Handling Basics</title>
      <description>The basics of exception handling and getting good stack traces. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.caublestoneink.com%2fdev%2f2009%2f04%2fexception-handling-basics%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.caublestoneink.com%2fdev%2f2009%2f04%2fexception-handling-basics%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Exception_Handling_Basics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Exception_Handling_Basics</guid>
      <pubDate>Sat, 18 Apr 2009 01:01:02 GMT</pubDate>
    </item>
    <item>
      <title>string.Empty versus &amp;quot;&amp;quot;</title>
      <description>The author shows ways that &amp;quot;&amp;quot; is better than string.Empty and results in clearer and possibly faster code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetperls.com%2fContent%2fstring-Empty.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetperls.com%2fContent%2fstring-Empty.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/string_Empty_versus</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/string_Empty_versus</guid>
      <pubDate>Fri, 17 Apr 2009 19:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Visualising Sorting Algorithms</title>
      <description>Beautiful visualisations of sorting algorithms. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hatfulofhollow.com%2fposts%2fcode%2fvisualisingsorting%2findex.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hatfulofhollow.com%2fposts%2fcode%2fvisualisingsorting%2findex.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Visualising_Sorting_Algorithms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Visualising_Sorting_Algorithms</guid>
      <pubDate>Thu, 16 Apr 2009 05:07:33 GMT</pubDate>
    </item>
    <item>
      <title>A Closable jQuery Plug-in</title>
      <description>I've found it very useful to have a closeable plug-in that hide the content of an HTML element providing a visual close image cue. Almost every UI I build these days requires either closing pop up windows or even more commonly requires that items are removed and visually hidden which usually implies 'close' behavior.  In addition to removing a bunch of HTML markup, having a plug-in is also quite useful for server controls especially if multiple behaviors (plug-ins) need to be applied. &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%2f719383.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f719383.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/A_Closable_jQuery_Plug_in</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/A_Closable_jQuery_Plug_in</guid>
      <pubDate>Wed, 15 Apr 2009 03:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Building a Nant Script -- Part 4: Adding fxCop to your build script</title>
      <description>Taking a look at how to add in the ability to run the fxCop static analysis tool to your build script. Having this ability can allow you to keep very close tabs on your code at any time. &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%2f101"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f101" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Building_a_Nant_Script_Part_4_Adding_fxCop_to_your_build_script</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Building_a_Nant_Script_Part_4_Adding_fxCop_to_your_build_script</guid>
      <pubDate>Wed, 15 Apr 2009 02:31:13 GMT</pubDate>
    </item>
    <item>
      <title>5 Blogs ASP.NET MVC Developers Should Be Following</title>
      <description>Everyone knows that Phil Haack, Rob Conery, Scott Hanselman, and Scott Guthrie all provide good ASP.NET MVC content on their blogs. I wanted to provide a list of excellent resources on ASP.NET MVC that are a little less well known. &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%2f04%2f13%2f5-Blogs-ASPNET-MVC-Developers-Should-Be-Following.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f04%2f13%2f5-Blogs-ASPNET-MVC-Developers-Should-Be-Following.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/5_Blogs_ASP_NET_MVC_Developers_Should_Be_Following</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/5_Blogs_ASP_NET_MVC_Developers_Should_Be_Following</guid>
      <pubDate>Mon, 13 Apr 2009 22:46:07 GMT</pubDate>
    </item>
    <item>
      <title>C# Design Patterns - The Visitor Pattern</title>
      <description>One principle that I really like is the Open/Closed principle which says that an object should be open to new functionality but closed to structural changes. The visitor pattern helps facilitate this principle by giving us the means to perform operations against an object without changing the objects structure.

Looking back at a previous pattern we wanted to adjust the registration cost for a dog if they had been picked up by the dog catcher.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekdaily.net%2f2009%2f04%2f13%2fc-design-patterns-the-visitor-pattern%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekdaily.net%2f2009%2f04%2f13%2fc-design-patterns-the-visitor-pattern%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/C_Design_Patterns_The_Visitor_Pattern</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/C_Design_Patterns_The_Visitor_Pattern</guid>
      <pubDate>Mon, 13 Apr 2009 23:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to JOINs - A simplest Visual Explanation of Join</title>
      <description>Introduction to JOINs - A simplest Visual Explanation of Join

This post is for every developer who just want to make sure that their basics of Join is perfect.

Bookmark this for future use or for teaching your friends of Jr. about Joins.

Blog about this post if you like it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f13%2fsql-server-introduction-to-joins-basic-of-joins%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f13%2fsql-server-introduction-to-joins-basic-of-joins%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Introduction_to_JOINs_A_simplest_Visual_Explanation_of_Join</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Introduction_to_JOINs_A_simplest_Visual_Explanation_of_Join</guid>
      <pubDate>Tue, 14 Apr 2009 12:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Native JSON in IE8, Firefox 3.5 plus Json.NET</title>
      <description>This post looks at how to use the new native JSON API in IE8 and Firefox 3.5, and how it can complement Json.NET's server side JSON support by parsing and generating JSON on the browser. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2009%2f04%2f12%2fnative-json-in-ie8-firefox-3-5-plus-json-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2009%2f04%2f12%2fnative-json-in-ie8-firefox-3-5-plus-json-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/Native_JSON_in_IE8_Firefox_3_5_plus_Json_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/Native_JSON_in_IE8_Firefox_3_5_plus_Json_NET</guid>
      <pubDate>Wed, 15 Apr 2009 13:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Learning the Template Pattern</title>
      <description>Taking a look at how you can use the Template Design Pattern in your applications.

The Template Design Pattern is perhaps one of the most widely used and useful design pattern. It is used to set up the outline or skeleton of an algorithm, leaving the details to specific implementations later. This way, subclasses can override parts of the algorithm without changing its overall structure. &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%2f100"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f100" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Learning_the_Template_Pattern</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Learning_the_Template_Pattern</guid>
      <pubDate>Sun, 12 Apr 2009 10:01:03 GMT</pubDate>
    </item>
    <item>
      <title>13 ASP.NET MVC extensibility points you have to know</title>
      <description>One of the main design principles ASP.NET MVC has been designed with is extensibility. Everything (or most of) in the processing pipeline is replaceable so, if you don't like the conventions (or lack of them) that ASP.NET MVC uses, you can create your own services to support your conventions and inject them into the main pipeline.

This post shows 13 extensibility points that every ASP.NET MVC developer should know, starting from the beginning of the pipeline and going forward till the rendering of the view. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f04%2f08%2f13-asp.net-mvc-extensibility-points-you-have-to-know.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f04%2f08%2f13-asp.net-mvc-extensibility-points-you-have-to-know.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/13_ASP_NET_MVC_extensibility_points_you_have_to_know</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/13_ASP_NET_MVC_extensibility_points_you_have_to_know</guid>
      <pubDate>Wed, 08 Apr 2009 22:46:06 GMT</pubDate>
    </item>
    <item>
      <title>WorkGrabber.com - Sweet ASP.NET MVC 1.0 + jQuery Application</title>
      <description>Mike Bosch shows us his latest creation using ASP.Net MVC: WorkGrabber.com is a social marketplace for local contractors and customers to interact and get projects done. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmikebosch%2farchive%2f2009%2f04%2f07%2fworkgrabber_2D00_asp_2D00_mvc_2D00_jquery_2D00_application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmikebosch%2farchive%2f2009%2f04%2f07%2fworkgrabber_2D00_asp_2D00_mvc_2D00_jquery_2D00_application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/WorkGrabber_com_Sweet_ASP_NET_MVC_1_0_jQuery_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/WorkGrabber_com_Sweet_ASP_NET_MVC_1_0_jQuery_Application</guid>
      <pubDate>Wed, 08 Apr 2009 22:01:24 GMT</pubDate>
    </item>
    <item>
      <title>Novell's Mono brings SIMD support to C#</title>
      <description>Parallel programming is not just about multi-threading and multi-core. There's also a lot of power in the SIMD (Single Instruction Multiple Data) extended instruction set available in most modern microprocessors from Intel and AMD. From Dr Dobb's Go Parallel blog. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ddj.com%2fgo-parallel%2fblog%2farchives%2f2009%2f04%2fnovells_mono_br.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ddj.com%2fgo-parallel%2fblog%2farchives%2f2009%2f04%2fnovells_mono_br.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mono/Novell_s_Mono_brings_SIMD_support_to_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mono/Novell_s_Mono_brings_SIMD_support_to_C</guid>
      <pubDate>Wed, 08 Apr 2009 23:31:21 GMT</pubDate>
    </item>
    <item>
      <title>Creating SOLID Code: Refactoring the SOLID episode on DI to use IoC</title>
      <description>Taking a look at the prior SOLID episode on DI and refactoring it to utilize the StructureMap IoC Container &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%2f99"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f99" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/Creating_SOLID_Code_Refactoring_the_SOLID_episode_on_DI_to_use_IoC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/Creating_SOLID_Code_Refactoring_the_SOLID_episode_on_DI_to_use_IoC</guid>
      <pubDate>Wed, 08 Apr 2009 00:16:04 GMT</pubDate>
    </item>
    <item>
      <title>Using complex types to make calling services less... complex</title>
      <description>A detailed examination of how jQuery can call ASP.NET AJAX web services (or page methods) with complex types as parameters, to simplify the process of serializing and sending several fields of data at a time. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f04%2f07%2fusing-complex-types-to-make-calling-services-less-complex%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f04%2f07%2fusing-complex-types-to-make-calling-services-less-complex%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Using_complex_types_to_make_calling_services_less_complex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Using_complex_types_to_make_calling_services_less_complex</guid>
      <pubDate>Tue, 07 Apr 2009 22:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Being a software startup in a recession</title>
      <description>Lessons learned about being a software startup in a recession. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2009%2f04%2fSoftware-Startup-Lessons-(Part-5)-ndash3b-Being-a-software-startup-in-a-recession.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2009%2f04%2fSoftware-Startup-Lessons-(Part-5)-ndash3b-Being-a-software-startup-in-a-recession.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Being_a_software_startup_in_a_recession</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Being_a_software_startup_in_a_recession</guid>
      <pubDate>Wed, 08 Apr 2009 01:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Designing .NET Class Libraries</title>
      <description>The Designing .NET Class Libraries series presents design guidelines for developing classes and components that extend the .NET Framework. The goal of the Designing .NET Class Libraries series is to encourage consistency and predictability in public APIs while enabling Web and cross-language integration. The guidelines presented in Designing .NET Class Libraries are intended to help class library designers understand the trade-offs between different solutions. There might be situations where good library design requires that you violate these design guidelines. Such cases should be rare, however it is important that you provide a solid justification for your decision. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2fnetframework%2faa497250.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2fnetframework%2faa497250.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Designing_NET_Class_Libraries</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Designing_NET_Class_Libraries</guid>
      <pubDate>Thu, 09 Apr 2009 09:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Hello World to LINQ Projection in C#</title>
      <description>In this post we will what is projection, what are its benefits and how we can use it with LINQ.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.incsharp.net%2fpost%2fHello-World-to-LINQ-Projection-in-C.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.incsharp.net%2fpost%2fHello-World-to-LINQ-Projection-in-C.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Hello_World_to_LINQ_Projection_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Hello_World_to_LINQ_Projection_in_C</guid>
      <pubDate>Sat, 04 Apr 2009 16:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Setting up a minimal ASP.NET MVC project in Visual Studio</title>
      <description>In this post we will walk through the required steps to create a project that contains the minimal amount of configuration and code to get ASP.NET MVC running. In the course of this post you will get a better understanding of Routing and the MVC framework. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmichielvoo.net%2fblog%2fsetting-up-a-minimal-asp-net-mvc-project-in-visual-studio%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmichielvoo.net%2fblog%2fsetting-up-a-minimal-asp-net-mvc-project-in-visual-studio%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Setting_up_a_minimal_ASP_NET_MVC_project_in_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Setting_up_a_minimal_ASP_NET_MVC_project_in_Visual_Studio</guid>
      <pubDate>Wed, 08 Apr 2009 01:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Optimizing Performance in WPF Applications</title>
      <description>Ever fed up with your own WPF window taking too much time to load and render the contents? Had the bitterest of bitter experience that your WPF application eating up a lot of resources and memory and fighting harder to get through with the existing hardware configuration? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fVisualStudio%2f228_Optimizing_Performance_in_WPF_Applications.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fVisualStudio%2f228_Optimizing_Performance_in_WPF_Applications.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Optimizing_Performance_in_WPF_Applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Optimizing_Performance_in_WPF_Applications</guid>
      <pubDate>Sun, 05 Apr 2009 13:01:02 GMT</pubDate>
    </item>
    <item>
      <title>A conversation with the CTO of I Can Has Cheezburger</title>
      <description> In this podcast I talk with Scott about the technologies they use to build one of the funniest sites on the web. We talk about ASP.NET, PHP, application architecture, the cost of using Microsoft tools and technologies, hiring at a startup, startup strategy, and much more.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderslife.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderslife.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_conversation_with_the_CTO_of_I_Can_Has_Cheezburger</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_conversation_with_the_CTO_of_I_Can_Has_Cheezburger</guid>
      <pubDate>Fri, 03 Apr 2009 00:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Ten C# Keywords That You Shouldn't Be Using</title>
      <description>Overview of some not-so-common keywords and reasons to avoid them...or understand what the implications are if we use them. &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%2f04%2f02%2fTen-C-Keywords-That-You-Shouldne28099t-Be-Using.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f04%2f02%2fTen-C-Keywords-That-You-Shouldne28099t-Be-Using.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Ten_C_Keywords_That_You_Shouldn_t_Be_Using</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Ten_C_Keywords_That_You_Shouldn_t_Be_Using</guid>
      <pubDate>Thu, 02 Apr 2009 20:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Resizing images without loss of quality</title>
      <description>ASP.NET provides us with System.Drawing namespace where we can find classes we can use to manipulate with images. There are many people out there who mistakenly think that Image.GetThumbnailImage is best choice for image resizing. You can easily create crappy images if you follow the code examples in previously pointed article. In this post I will show you how to resize images without negative side effects. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f04%2f02%2fresizing-images-without-loss-of-quality.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f04%2f02%2fresizing-images-without-loss-of-quality.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Resizing_images_without_loss_of_quality</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Resizing_images_without_loss_of_quality</guid>
      <pubDate>Thu, 02 Apr 2009 23:31:45 GMT</pubDate>
    </item>
    <item>
      <title>Lazy Loading jQuery Tabs with ASP.NET</title>
      <description>This article looks at efficient use of jQuery tabs when displaying data. Specifically, it covers how to lazy-load data, so that it is only accessed and displayed if the tab is clicked. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mikesdotnetting.com%2fArticle.aspx%3fArticleID%3d102"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mikesdotnetting.com%2fArticle.aspx%3fArticleID%3d102" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Lazy_Loading_jQuery_Tabs_with_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Lazy_Loading_jQuery_Tabs_with_ASP_NET</guid>
      <pubDate>Fri, 03 Apr 2009 04:46:16 GMT</pubDate>
    </item>
  </channel>
</rss>