<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by adron</title>
    <description>Stories kicked by adron</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>How I'm Using BlogEngine.NET Part 1</title>
      <description>BlogEngine.NET does not currently do multiple blogs per installation of the web application.  I know this is supposed to change in the future, but I needed a solution now.  The easiest fix really, and the previous Community Server Engine installation lent itself well to this, was to just create a web application for each blog I was going to have.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.adronbhall.com%2fblogs%2ftechnology__software_development%2fpost%2f2008%2f09%2f19%2fHow-Im-Using-BlogEngineNET-Part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.adronbhall.com%2fblogs%2ftechnology__software_development%2fpost%2f2008%2f09%2f19%2fHow-Im-Using-BlogEngineNET-Part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/How_I_m_Using_BlogEngine_NET_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/How_I_m_Using_BlogEngine_NET_Part_1</guid>
      <pubDate>Fri, 19 Sep 2008 18:27:54 GMT</pubDate>
    </item>
    <item>
      <title>Your Agile and The Flow</title>
      <description>Not sure how many people do or don't get into a good flow at work.&amp;amp;nbsp; I wonder how many do versus how many don't.  Currently I imagine that not many places have a good development flow.&amp;amp;nbsp; Instead they have more of the wait, talk, wait, wait, wait, now develop really fast type flows. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fadronbhall.com%2fblogs%2ftechnology__software_development%2farchive%2f2008%2f09%2f06%2f7639.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fadronbhall.com%2fblogs%2ftechnology__software_development%2farchive%2f2008%2f09%2f06%2f7639.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Your_Agile_and_The_Flow</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Your_Agile_and_The_Flow</guid>
      <pubDate>Sun, 07 Sep 2008 00:43:05 GMT</pubDate>
    </item>
    <item>
      <title>Bad advice on exceptions from Joel</title>
      <description>Starting from some comments on my exception handling series of articles I run into a couple of blogs pointing to this post on joelonsoftware.com. I think this is the worst advice on exception handling I have ever read, sorry Joel. I know this is an old post, I know Joel is entitled to his own opinion and I know he has the right to write his code as he sees fit. But as an opinion leader he influences others. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flittletutorials.com%2f2008%2f08%2f23%2fbad-advice-on-exceptions-from-joel%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flittletutorials.com%2f2008%2f08%2f23%2fbad-advice-on-exceptions-from-joel%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Bad_advice_on_exceptions_from_Joel</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Bad_advice_on_exceptions_from_Joel</guid>
      <pubDate>Sun, 24 Aug 2008 05:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Setting Sail with the Smuggling Pattern :: Part 1</title>
      <description>Maybe because I'm often entertained by the geekiest of things, I've started usage of the Smuggling Pattern named after a fellow software architect Matt Davis's terminology of smuggling data into and out of Excel.  It is something that I've lately needed to do on a regular basis, get data into and out of Excel without Excel, or at least the evil COM Interop Model, really knowing what is going on.  In other words, I want total programmatic control over data so I can trust it versus Excel mangling my poor data up.  This is what the Smuggling Pattern is going to do for me, and it is doing it well.

Now you might think, &amp;quot;WTF!&amp;quot;  But just to clarify, the Smuggling Pattern is really the Builder Pattern that we architects know and love with a cooler more fun more pirate like name!  So with that, here's some of that code, and the TDD process I undertook to get this sucker built to set sail. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fadronbhall.com%2fblogs%2ftechnology__software_development%2farchive%2f2008%2f08%2f15%2f7547.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fadronbhall.com%2fblogs%2ftechnology__software_development%2farchive%2f2008%2f08%2f15%2f7547.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Setting_Sail_with_the_Smuggling_Pattern_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Setting_Sail_with_the_Smuggling_Pattern_Part_1</guid>
      <pubDate>Sat, 16 Aug 2008 01:04:38 GMT</pubDate>
    </item>
    <item>
      <title>Setting up IoC/DI for your Controllers in ASP.Net MVC</title>
      <description>One of the really great things about the ASP.Net MVC framework is how extendable it is.  One area of extension is in the area of controller creation.  The framework allows you to replace the default ControllerFactory with your own factory and because of this we can incorporate Inversion of Control/Dependency Injection (IoC/DI) into our controller. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f08%2f15%2fsetting-up-ioc-di-for-your-controllers-in-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f08%2f15%2fsetting-up-ioc-di-for-your-controllers-in-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Setting_up_IoC_DI_for_your_Controllers_in_ASP_Net_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Setting_up_IoC_DI_for_your_Controllers_in_ASP_Net_MVC</guid>
      <pubDate>Fri, 15 Aug 2008 15:00:57 GMT</pubDate>
    </item>
    <item>
      <title>Surviving a Zombie Apocalypse - Behavior Driven Development Part I</title>
      <description>Behavior driven development example using the walking dead. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.monstersgotmy.net%2fpost%2f2008%2f08%2f07%2fSurviving-a-Zombie-Apocalypse-Behavior-Driven-Development-Part-I.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.monstersgotmy.net%2fpost%2f2008%2f08%2f07%2fSurviving-a-Zombie-Apocalypse-Behavior-Driven-Development-Part-I.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Surviving_a_Zombie_Apocalypse_Behavior_Driven_Development_Part_I</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Surviving_a_Zombie_Apocalypse_Behavior_Driven_Development_Part_I</guid>
      <pubDate>Fri, 15 Aug 2008 13:16:18 GMT</pubDate>
    </item>
    <item>
      <title>Mocking and IOC in Silverlight 2, Castle Project and Moq ports</title>
      <description>A port of parts of the Castle Project and the Moq framework to Silverlight 2. Mocking and IOC/DI in Silverlight 2! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.flawlesscode.com%2fpost%2f2008%2f08%2fMocking-and-IOC-in-Silverlight-2-Castle-Project-and-Moq-ports.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.flawlesscode.com%2fpost%2f2008%2f08%2fMocking-and-IOC-in-Silverlight-2-Castle-Project-and-Moq-ports.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Mocking_and_IOC_in_Silverlight_2_Castle_Project_and_Moq_ports</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Mocking_and_IOC_in_Silverlight_2_Castle_Project_and_Moq_ports</guid>
      <pubDate>Fri, 15 Aug 2008 09:38:21 GMT</pubDate>
    </item>
    <item>
      <title>IoC By Way Of Simple Event Raising: Part 1</title>
      <description>Does dependency injection really have to be that hard?? I don't think so. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jondavis.net%2fblog%2fpost%2f2008%2f08%2fIoC-By-Way-Of-Simple-Event-Raising-Part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jondavis.net%2fblog%2fpost%2f2008%2f08%2fIoC-By-Way-Of-Simple-Event-Raising-Part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/IoC_By_Way_Of_Simple_Event_Raising_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/IoC_By_Way_Of_Simple_Event_Raising_Part_1</guid>
      <pubDate>Fri, 15 Aug 2008 08:20:23 GMT</pubDate>
    </item>
    <item>
      <title>Accessing the Windows RSS Platform with C#</title>
      <description>Internet Explorer 7 introduced the Windows RSS Platform. The Windows RSS Platform will be a core part of Windows Vista, but with IE7 it is now avilable on XP as well. The new functionality in IE7 to consume RSS feeds is made capable by the Windows RSS platform. This new functionality exists in Outlook 2007 also, giving you the ability to consume RSS feeds in Outlook folders ala Newsgator style, which can also synchronize with the Windows RSS Platform. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2006%2f10%2f24%2f35190.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2006%2f10%2f24%2f35190.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Accessing_the_Windows_RSS_Platform_with_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Accessing_the_Windows_RSS_Platform_with_C</guid>
      <pubDate>Fri, 15 Aug 2008 04:46:54 GMT</pubDate>
    </item>
    <item>
      <title>Implementing a Repository and Specificaiton pattern using Linq</title>
      <description>In my previous post I put down some thoughts on the Repository and Specification patterns and in the end said that with the introduction of Linq and the growing popularity of ORM frameworks and their support for Linq, it's time to look back at these two patterns and see how we can leverage Linq to simplify the patterns and make them infrastructure agnostic. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeinsanity.com%2f2008%2f08%2fimplementing-repository-and.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeinsanity.com%2f2008%2f08%2fimplementing-repository-and.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Implementing_a_Repository_and_Specificaiton_pattern_using_Linq</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Implementing_a_Repository_and_Specificaiton_pattern_using_Linq</guid>
      <pubDate>Fri, 15 Aug 2008 12:31:03 GMT</pubDate>
    </item>
    <item>
      <title>WPF SplashScreen Template</title>
      <description>WPF SplashScreen Template release &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2008%2f08%2f14%2fwpf-splashscreen-template.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2008%2f08%2f14%2fwpf-splashscreen-template.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_SplashScreen_Template</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_SplashScreen_Template</guid>
      <pubDate>Thu, 14 Aug 2008 20:10:35 GMT</pubDate>
    </item>
    <item>
      <title>Bundle SQL script with build process using MSBuild</title>
      <description>We are making a sample application , demo or startup kit or a toolkit with test project that requires some sql script. We generally ship in a readme.txt that says it all. But hey, how about having the script under automated process , like if my sql server and VS 2008 is in place, with the click of Ctrl + Shift + B everything gets ready. Here, we will do just right that.

... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f08%2f15%2fbundle-sql-script-with-build-process-using-msbuild.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f08%2f15%2fbundle-sql-script-with-build-process-using-msbuild.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Bundle_SQL_script_with_build_process_using_MSBuild</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Bundle_SQL_script_with_build_process_using_MSBuild</guid>
      <pubDate>Thu, 14 Aug 2008 19:37:54 GMT</pubDate>
    </item>
    <item>
      <title>Expression Blend tutorial videos on Microsoft.com</title>
      <description>Load of great videos on how to use Expression Blend, Design and their siblings in Expression Studio are up on the Microsoft.com Videos site (currently in Beta).  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fmarkjo%2farchive%2f2008%2f08%2f14%2fexpression-blend-tutorial-videos-on-microsoft-com.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fmarkjo%2farchive%2f2008%2f08%2f14%2fexpression-blend-tutorial-videos-on-microsoft-com.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Expression_Blend_tutorial_videos_on_Microsoft_com</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Expression_Blend_tutorial_videos_on_Microsoft_com</guid>
      <pubDate>Thu, 14 Aug 2008 15:22:00 GMT</pubDate>
    </item>
    <item>
      <title>Top .NET Developer Resources</title>
      <description>A comprehensive list of resources which can be utilized to keep skills sharp and stay on top of the latest industry trends. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffitnessconnections.com%2fblog%2fpost%2f2008%2f01%2fTop-NET-Developer-Resources.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffitnessconnections.com%2fblog%2fpost%2f2008%2f01%2fTop-NET-Developer-Resources.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Top_NET_Developer_Resources</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Top_NET_Developer_Resources</guid>
      <pubDate>Thu, 14 Aug 2008 14:10:40 GMT</pubDate>
    </item>
    <item>
      <title>Cool Silverlight Splash Screen Concept Demo (including Source Code)</title>
      <description>In this tutorial: 

Creating a cool (and easy) Vista-like &amp;quot;ray of light&amp;quot; effect in Silverlight 
Creating images for splash screens
The demo below shows a &amp;quot;core&amp;quot; that emits rays of light as a hypothetical download progresses. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fnikola%2farchive%2f2008%2f08%2f14%2fcool-silverlight-splash-screen-concept-demo-including-source-code.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fnikola%2farchive%2f2008%2f08%2f14%2fcool-silverlight-splash-screen-concept-demo-including-source-code.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Cool_Silverlight_Splash_Screen_Concept_Demo_including_Source_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Cool_Silverlight_Splash_Screen_Concept_Demo_including_Source_Code</guid>
      <pubDate>Thu, 14 Aug 2008 11:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Do you know Silverlight has an inbuilt native RSS Reader?</title>
      <description>Interesting, I keep asking this question a lot and the responses I get are something that un-nerves me. In that, in Silverlight there is a native RSS Reader built in, so the ability to consume an RSS Feed is so easy, it's almost cheating (Sharepoint readers, pay attention here).

The secret to this can be found in the namespace: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fmsmossyblog%2farchive%2f2008%2f08%2f14%2fdo-you-know-silverlight-has-an-inbuilt-native-rss-reader.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fmsmossyblog%2farchive%2f2008%2f08%2f14%2fdo-you-know-silverlight-has-an-inbuilt-native-rss-reader.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Do_you_know_Silverlight_has_an_inbuilt_native_RSS_Reader</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Do_you_know_Silverlight_has_an_inbuilt_native_RSS_Reader</guid>
      <pubDate>Thu, 14 Aug 2008 11:44:33 GMT</pubDate>
    </item>
    <item>
      <title>Lean Software Development</title>
      <description>Very good article and some good steps on Lean Software Development &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdarrell.norton%2fpages%2f50341.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdarrell.norton%2fpages%2f50341.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Lean_Software_Development</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Lean_Software_Development</guid>
      <pubDate>Thu, 14 Aug 2008 11:40:16 GMT</pubDate>
    </item>
    <item>
      <title>12 Unit Testing Tips for Software Engineers</title>
      <description>&amp;quot;In this post we look at a dozen unit testing tips that software engineers can apply, regardless of their programming language or environment.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.readwriteweb.com%2farchives%2f12_unit_testing_tips_for_software_engineers.php"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.readwriteweb.com%2farchives%2f12_unit_testing_tips_for_software_engineers.php" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/12_Unit_Testing_Tips_for_Software_Engineers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/12_Unit_Testing_Tips_for_Software_Engineers</guid>
      <pubDate>Thu, 14 Aug 2008 17:01:18 GMT</pubDate>
    </item>
    <item>
      <title>WPF Datagrid (part3): styling.</title>
      <description>In this third and final part of the datagrid series ( part1, part 2) we get into styling the datagrid a little bit.  

This part is not an all comprehensive tutorial on styling datagrids, I will just touch on what we did for my sample and share a few tips &amp;amp; tricks. 

Here is the final look. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fjaimer%2farchive%2f2008%2f08%2f13%2fdatagrid-part3-styling.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fjaimer%2farchive%2f2008%2f08%2f13%2fdatagrid-part3-styling.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Datagrid_part3_styling</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Datagrid_part3_styling</guid>
      <pubDate>Wed, 13 Aug 2008 21:16:29 GMT</pubDate>
    </item>
    <item>
      <title>WPF datagrid (part 2) -- Show me some code.</title>
      <description>In part 1, I walked through some of the features in datagrid. 
The source for the series is here. 

In this part, we will create a UI that looks like this:  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fjaimer%2farchive%2f2008%2f08%2f13%2fdatagrid-part-2-show-me-some-code.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fjaimer%2farchive%2f2008%2f08%2f13%2fdatagrid-part-2-show-me-some-code.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_datagrid_part_2_Show_me_some_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_datagrid_part_2_Show_me_some_code</guid>
      <pubDate>Wed, 13 Aug 2008 21:15:44 GMT</pubDate>
    </item>
    <item>
      <title>dabbling around the new WPF datagrid (part 1)</title>
      <description>On Monday, the WPF team released the CTP of their new datagrid control.   
You can download it from here.  [Note that it requires .NET 3.5 SP1, released monday too] 


I have been playing with it so I created this 3 part series. 

Part 1 (this write-up) is about the features in the grid and the ones missing from it. 
Part 2 is a hands-on exercise to apply the features to customize the presentation of data (aka view) of the datagrid. 
Part 3 includes a few tips &amp;amp; tricks on customizing/styling the datagrid. 
The source for this sample is here. 

Getting Started  was trivial.  

I got the bits from codeplex, 
created a new WPF application, and 
added a reference to the WPFToolkit.dll. 
From my Window1.xaml, I added the xmlns declaration so I could refer to the datagrid. No need to map the assembly, the tools do that for you.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fjaimer%2farchive%2f2008%2f08%2f13%2fdabbling-around-the-new-wpf-datagrid-part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fjaimer%2farchive%2f2008%2f08%2f13%2fdabbling-around-the-new-wpf-datagrid-part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/dabbling_around_the_new_WPF_datagrid_part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/dabbling_around_the_new_WPF_datagrid_part_1</guid>
      <pubDate>Wed, 13 Aug 2008 21:14:45 GMT</pubDate>
    </item>
    <item>
      <title>WPF Datagrid CTP</title>
      <description>WPF Datagrid CTP released &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2008%2f08%2f13%2fwpf-datagrid-ctp.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2008%2f08%2f13%2fwpf-datagrid-ctp.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Datagrid_CTP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Datagrid_CTP</guid>
      <pubDate>Wed, 13 Aug 2008 17:51:12 GMT</pubDate>
    </item>
    <item>
      <title>Naming Conventions: Are They Really That Important?</title>
      <description>Why are we so obsessed with naming conventions? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.rauchy.net%2fblog%2f2008%2f08%2fnaming-conventions-are-they-really-that-important%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.rauchy.net%2fblog%2f2008%2f08%2fnaming-conventions-are-they-really-that-important%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Naming_Conventions_Are_They_Really_That_Important</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Naming_Conventions_Are_They_Really_That_Important</guid>
      <pubDate>Wed, 13 Aug 2008 12:23:24 GMT</pubDate>
    </item>
    <item>
      <title>The WPF DataGrid is finally here</title>
      <description>The CTP of the WPF DataGrid is finally released!!! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f08%2f12%2fthe-wpf-datagrid-is-finally-here.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f08%2f12%2fthe-wpf-datagrid-is-finally-here.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/The_WPF_DataGrid_is_finally_here</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/The_WPF_DataGrid_is_finally_here</guid>
      <pubDate>Tue, 12 Aug 2008 20:01:02 GMT</pubDate>
    </item>
    <item>
      <title>IntelliSense for Expression Blend</title>
      <description>An add-in for Expression Blend 2.5 that adds IntelliSense for editing of XAML files. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.telerik.com%2fStefanDobrev%2fPosts%2f08-08-04%2fIntelliSense_for_Expression_Blend.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.telerik.com%2fStefanDobrev%2fPosts%2f08-08-04%2fIntelliSense_for_Expression_Blend.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/IntelliSense_for_Expression_Blend</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/IntelliSense_for_Expression_Blend</guid>
      <pubDate>Mon, 04 Aug 2008 13:16:05 GMT</pubDate>
    </item>
  </channel>
</rss>