<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by traskjd</title>
    <description>Stories kicked by traskjd</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>A Simple .NET Profanity Filter</title>
      <description>A website I am working on right now accepts public comments, and one of the requirements is to do a basic check for dirty language. Surprisingly for such a common problem I wasn't able to find any code on the net that did what I wanted and so I've ended up writing my own.

The Censor class is pretty simple: you give it a list of words you want to censor, either simple text or with wildcards, and the censor will star out any matches it finds. &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%2f07%2f03%2fsimple-net-profanity-filter.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2009%2f07%2f03%2fsimple-net-profanity-filter.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_Simple_NET_Profanity_Filter</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_Simple_NET_Profanity_Filter</guid>
      <pubDate>Fri, 03 Jul 2009 10:29:48 GMT</pubDate>
    </item>
    <item>
      <title>Model design - refactoring domain models using LightSpeed</title>
      <description>If you've used Visual Studio for any length of time, you undoubtedly make heavy use of refactoring. Even the simple refactoring of renaming a class or method and having Visual Studio automatically update all references is a huge time-saver. Until now model design with designers have not provided good refactoring support. This post details how the LightSpeed model designer now supports partial class, solution wide rename and convert to manual implementation refactorings. Provide feedback on domain model refactorings you would like to see. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2009%2f06%2f22%2frefactoring-in-the-lightspeed-designer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2009%2f06%2f22%2frefactoring-in-the-lightspeed-designer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Model_design_refactoring_domain_models_using_LightSpeed</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Model_design_refactoring_domain_models_using_LightSpeed</guid>
      <pubDate>Thu, 25 Jun 2009 15:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Working with large domain models just got easier</title>
      <description>One painful thing when working with design surfaces for domain models in most products is managing very large models. Hundreds or thousands of domain entities are difficult to manage visually. In this post Ivan details how Mindscape LightSpeed now includes filtering - filter for entities based on their name or even tag up your entities to create custom sub views. Particularly powerful is being able to show associated entities and filter by eager load graphs. Can't remember what entities are going to be pulled back by a certain load graph? Just filter it and see! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2009%2f05%2f26%2fsub-views-in-the-lightspeed-designer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2009%2f05%2f26%2fsub-views-in-the-lightspeed-designer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Working_with_large_domain_models_just_got_easier</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Working_with_large_domain_models_just_got_easier</guid>
      <pubDate>Wed, 27 May 2009 12:15:00 GMT</pubDate>
    </item>
    <item>
      <title>No bandwidth MSDN: Reflector</title>
      <description>How you can use Reflector to browse the insides of the .NET framework classes and why choosing Reflector over MSDN will make you a better developer. &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%2f24%2fno-bandwidth-msdn-reflector.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2009%2f04%2f24%2fno-bandwidth-msdn-reflector.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/No_bandwidth_MSDN_Reflector</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/No_bandwidth_MSDN_Reflector</guid>
      <pubDate>Sun, 26 Apr 2009 01:01:17 GMT</pubDate>
    </item>
    <item>
      <title>Mindscape LightSpeed Designer Visual Studio Addin</title>
      <description>The LightSpeed Model designer is integrated directly into Visual Studio so that you don't have to leave your development environment to create a rich domain model. With a sophisticated design surface that supports both model first and database first approaches you can work exactly how you want without having the tools get in your way.

The LightSpeed designer is available as part of every edition of LightSpeed. See their website for a free fully functional trial of their Express Edition.  See www.mindscape.co.nz for downloads. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fproducts%2flightspeed%2ffeatures%2fdesigner.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fproducts%2flightspeed%2ffeatures%2fdesigner.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Mindscape_LightSpeed_Designer_Visual_Studio_Addin</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Mindscape_LightSpeed_Designer_Visual_Studio_Addin</guid>
      <pubDate>Fri, 24 Apr 2009 10:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Blog Driven Design</title>
      <description>Blog Driven Design is discovering code is too verbose to reasonably include in a blog post and is the additional work put into the design to trim it down to a blogable size. &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%2f18%2fblog-driven-design.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2009%2f04%2f18%2fblog-driven-design.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Blog_Driven_Design</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Blog_Driven_Design</guid>
      <pubDate>Sun, 19 Apr 2009 07:11:03 GMT</pubDate>
    </item>
    <item>
      <title>Kobe - In the nuts &amp;amp; bolts and don't really liking it</title>
      <description>There is another ASP.Net MVC sample app, this time it is official, passed the proper review procedure, and is explicitly marketed as "intended to guide you with the planning, architecting, and implementing of Web 2.0 applications and services."

I am saying all of that in order to distinguish it from Oxite, which was non of this things. There have been a couple of reviews of Kobe already. Frankly, I don't really care for them, mostly because I think that they dealt too much with nitty gritty details of the app that doesn't really matter much. I don't much care for extra using or the use of System.Int32 vs. int, the naming convention used or even what sort of HTML formatting they used. I mostly care about the code and architecture. So I decided to take a look myself. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2009%2f04%2f17%2fkobe-ndash-in-the-nuts-amp-bolts-and-donrsquot-really.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2009%2f04%2f17%2fkobe-ndash-in-the-nuts-amp-bolts-and-donrsquot-really.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Kobe_In_the_nuts_bolts_and_don_t_really_liking_it</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Kobe_In_the_nuts_bolts_and_don_t_really_liking_it</guid>
      <pubDate>Fri, 17 Apr 2009 21: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>Business for geeks: Naming your software company</title>
      <description>A second post in the series about starting a software development tools company covering the process undertaken in picking the name of the company. Covers points to consider when picking a name for your own software brand. This isn't strictly code but might be interesting for entrepreneurial .net geeks out there. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fstaff%2fjohndaniel%2findex.php%2f2009%2f03%2fchoosing-a-business-name%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fstaff%2fjohndaniel%2findex.php%2f2009%2f03%2fchoosing-a-business-name%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Business_for_geeks_Naming_your_software_company</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Business_for_geeks_Naming_your_software_company</guid>
      <pubDate>Wed, 25 Mar 2009 02:31:03 GMT</pubDate>
    </item>
    <item>
      <title>CodePlex Project of the Month audio interview: Json.NET</title>
      <description>An audio interview about Json.NET, the March CodePlex project of the month. Interview covers what is JSON and Json.NET as well as the trials and tribulations of managing an open source project. &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%2f03%2f24%2fjson-net-audio-interview.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2009%2f03%2f24%2fjson-net-audio-interview.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/CodePlex_Project_of_the_Month_audio_interview_Json_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/CodePlex_Project_of_the_Month_audio_interview_Json_NET</guid>
      <pubDate>Tue, 24 Mar 2009 20:31:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC for RoR developers: do as locals do</title>
      <description>A few days ago, Simon Tokumine, a Ruby On Rails developer from UK who had to build a web app using ASP.NET MVC wrote a nice post that makes a comparison between RoR and ASP.NET MVC. 
In this post I'm going to give him and to other RoR developers that want (or are forced to) evaluate and eventually use ASP.NET MVC in a project the tips that they need to do as locals do &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%2f03%2f23%2fasp.net-mvc-for-ror-developers-do-as-locals-do.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f03%2f23%2fasp.net-mvc-for-ror-developers-do-as-locals-do.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_for_RoR_developers_do_as_locals_do</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_for_RoR_developers_do_as_locals_do</guid>
      <pubDate>Tue, 24 Mar 2009 15:16:12 GMT</pubDate>
    </item>
    <item>
      <title>Starting out - The story of starting a software tools company</title>
      <description>Not strictly about coding, this post talks about starting a business that builds tools for software developers (in this case, tools for developers on the Microsoft stack). Covers some of the lessons learned and experiences in the first few months. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fstaff%2fjohndaniel%2findex.php%2f2009%2f01%2fstarting-out-with-mindscape%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fstaff%2fjohndaniel%2findex.php%2f2009%2f01%2fstarting-out-with-mindscape%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Starting_out_The_story_of_starting_a_software_tools_company</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Starting_out_The_story_of_starting_a_software_tools_company</guid>
      <pubDate>Mon, 23 Mar 2009 04:01:10 GMT</pubDate>
    </item>
    <item>
      <title>Git/Github survival guide</title>
      <description>Now that all the cool guys are moving to Git/GitHub, Ivan posts a survival guide, with all the most useful commands of git and how to get started with github/git &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fflanders.co.nz%2f2009%2f03%2f21%2fgitgithub-survival-guide%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fflanders.co.nz%2f2009%2f03%2f21%2fgitgithub-survival-guide%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Git_Github_survival_guide</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Git_Github_survival_guide</guid>
      <pubDate>Sun, 22 Mar 2009 18:16:10 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Tutorial Part 4: Model binding and easy validation</title>
      <description>Part 4 of Jeremy Boyd's ASP.NET MVC 1.0 tutorial covers setting up your model bindings so that you can more easily validate your domain objects and present validation failures to your end users. It digs into using the xVal Framework with LightSpeed entities to simply validation concerns - bridging server side and client side validation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fstaff%2fjeremy%2findex.php%2f2009%2f03%2faspnet-mvc-part4%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fstaff%2fjeremy%2findex.php%2f2009%2f03%2faspnet-mvc-part4%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Tutorial_Part_4_Model_binding_and_easy_validation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Tutorial_Part_4_Model_binding_and_easy_validation</guid>
      <pubDate>Fri, 20 Mar 2009 05:44:25 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Tutorial Part 3: Setting up your website</title>
      <description>In this third installment of Jeremy Boyd's tutorial on getting started with ASP.NET MVC 1.0, he covers setting up your website, where to manage your database connection, configuring your controllers and then driving data into your View. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fstaff%2fjeremy%2findex.php%2f2009%2f03%2faspnet-mvc-part3%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fstaff%2fjeremy%2findex.php%2f2009%2f03%2faspnet-mvc-part3%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Tutorial_Part_3_Setting_up_your_website</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Tutorial_Part_3_Setting_up_your_website</guid>
      <pubDate>Fri, 20 Mar 2009 05:37:15 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Tutorial Part 1: Creating the model</title>
      <description>First in a series of blog posts by Jeremy Boyd on going end to end with the ASP.NET MVC framework 1.0. This post outlines setting up your domain model and outlines the intentions of the rest of the tutorials to follow - leveraging Ninject, JQuery, LightSpeed and NUnit. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fstaff%2fjeremy%2findex.php%2f2009%2f03%2faspnet-mvc-part1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fstaff%2fjeremy%2findex.php%2f2009%2f03%2faspnet-mvc-part1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Tutorial_Part_1_Creating_the_model</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Tutorial_Part_1_Creating_the_model</guid>
      <pubDate>Fri, 20 Mar 2009 05:27:05 GMT</pubDate>
    </item>
    <item>
      <title>Pimp your command-line for git</title>
      <description>Show your git branch in both bash and powershell &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fflanders.co.nz%2f2009%2f03%2f19%2fpimp-your-command-line-for-git%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fflanders.co.nz%2f2009%2f03%2f19%2fpimp-your-command-line-for-git%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Pimp_your_command_line_for_git</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Pimp_your_command_line_for_git</guid>
      <pubDate>Fri, 20 Mar 2009 03:13:17 GMT</pubDate>
    </item>
    <item>
      <title>Mindscape releases open source ASP.NET MVC extensions</title>
      <description>Mindscape have released an open source library with a collection of helpful extensions to make developing solutions with the ASP.NET MVC framework easier. Attention has been paid to ensuring it's easy to deliver solutions based on LightSpeed but there is also significant samples and code for developers working on MVC solutions with other domain modeling tools. Patches and suggestions are welcome.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2009%2f03%2f18%2fmindscape-mvc-extensions-for-aspnet-mvc-and-lightspeed%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2009%2f03%2f18%2fmindscape-mvc-extensions-for-aspnet-mvc-and-lightspeed%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Mindscape_releases_open_source_ASP_NET_MVC_extensions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Mindscape_releases_open_source_ASP_NET_MVC_extensions</guid>
      <pubDate>Fri, 20 Mar 2009 04:01:03 GMT</pubDate>
    </item>
    <item>
      <title>ButtercupReader - A Silverlight Digital Talking Book Reader</title>
      <description>Launched at Mix09, ButtercupReader is a free Silverlight 2.0 application for viewing and playing digital talking books (DAISY) on the web by blind and partially sighted users. &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%2f03%2f18%2fbuttercupreader-a-silverlight-digital-talking-book-reader.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2009%2f03%2f18%2fbuttercupreader-a-silverlight-digital-talking-book-reader.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/ButtercupReader_A_Silverlight_Digital_Talking_Book_Reader</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/ButtercupReader_A_Silverlight_Digital_Talking_Book_Reader</guid>
      <pubDate>Thu, 19 Mar 2009 07:19:41 GMT</pubDate>
    </item>
    <item>
      <title>ioDrive, Changing the Way You Code</title>
      <description>A look at the new ioDrive device and how devices like it will drastically change how you think about performance critical data storage applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjdconley.com%2fblog%2farchive%2f2009%2f03%2f12%2fiodrive-changing-the-way-you-code.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjdconley.com%2fblog%2farchive%2f2009%2f03%2f12%2fiodrive-changing-the-way-you-code.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/ioDrive_Changing_the_Way_You_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/ioDrive_Changing_the_Way_You_Code</guid>
      <pubDate>Fri, 13 Mar 2009 20:31:07 GMT</pubDate>
    </item>
    <item>
      <title>IronRuby MVC progress</title>
      <description>A progress update on the implementation for Ironruby and asp.net mvc &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fflanders.co.nz%2f2009%2f03%2f09%2fironruby-mvc-progress%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fflanders.co.nz%2f2009%2f03%2f09%2fironruby-mvc-progress%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/IronRuby_MVC_progress</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/IronRuby_MVC_progress</guid>
      <pubDate>Tue, 10 Mar 2009 05:31:12 GMT</pubDate>
    </item>
    <item>
      <title>Unit testing O/R Mappers - Feedback wanted</title>
      <description>This blog post explains how developers can stub out parts of their repository and entities to more easily create in memory tests. It examines one approach, highlights planned future enhancements to make testing LightSpeed easier and asks the question - what would developers like to see to aid in testing their domain models. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2009%2f03%2f04%2ftesting-with-lightspeed%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2009%2f03%2f04%2ftesting-with-lightspeed%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Unit_testing_O_R_Mappers_Feedback_wanted</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Unit_testing_O_R_Mappers_Feedback_wanted</guid>
      <pubDate>Thu, 05 Mar 2009 06:15:33 GMT</pubDate>
    </item>
    <item>
      <title>Single table and concrete table inheritance with LightSpeed ORM</title>
      <description>One of the benefits of working with an O/R Mapper is the ability to use inheritance and have your objects still persist to the database. In this post, Mindscape explains the difference between two types of relational inheritance - Single Table and Concrete Table. The post also demonstrates how to create these models using the LightSpeed O/R Mapper. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2009%2f03%2f01%2fgetting-started-with-inheritance-in-lightspeed%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2009%2f03%2f01%2fgetting-started-with-inheritance-in-lightspeed%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Single_table_and_concrete_table_inheritance_with_LightSpeed_ORM</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Single_table_and_concrete_table_inheritance_with_LightSpeed_ORM</guid>
      <pubDate>Tue, 10 Mar 2009 01:46:02 GMT</pubDate>
    </item>
    <item>
      <title>A New Look for Visual Studio 2010!</title>
      <description>At the PDC and TechEd EMEA last year we described our new editor support built on the WPF technology in .NET Framework 4.0.  Today I'm happy to reveal the new UI for Visual Studio, also built on WPF: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fjasonz%2farchive%2f2009%2f02%2f20%2fa-new-look-for-visual-studio-2010.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fjasonz%2farchive%2f2009%2f02%2f20%2fa-new-look-for-visual-studio-2010.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/A_New_Look_for_Visual_Studio_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/A_New_Look_for_Visual_Studio_2010</guid>
      <pubDate>Wed, 25 Feb 2009 04:46:02 GMT</pubDate>
    </item>
    <item>
      <title>WPF Flow Diagrams 1.0 Released</title>
      <description>Mindscape have released WPF Flow Diagrams - easily create rich interactive flow diagrams in your WPF solutions with this powerful component. Commercial, but with a 14 day trial, it's useful to explore if you need this capability in your applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2009%2f02%2f24%2fwpf-flow-diagrams-10-released%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2009%2f02%2f24%2fwpf-flow-diagrams-10-released%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/WPF_Flow_Diagrams_1_0_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/WPF_Flow_Diagrams_1_0_Released</guid>
      <pubDate>Tue, 24 Feb 2009 16:33:53 GMT</pubDate>
    </item>
  </channel>
</rss>