<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by bert</title>
    <description>Stories kicked by bert</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>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>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>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>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>LightSpeed 2.2 Released</title>
      <description>LightSpeed 2.2 O/R Mapper has been released with support for SimpleDB, ASP.NET Dynamic Data, stored procedures support and much more. This post covers many of the new features, all of which are included in the free edition. &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%2f02%2flightspeed-22-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%2f02%2flightspeed-22-released%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/LightSpeed_2_2_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/LightSpeed_2_2_Released</guid>
      <pubDate>Tue, 03 Feb 2009 14:31:11 GMT</pubDate>
    </item>
    <item>
      <title>Installation of Nagios on Centos 4.7 (RHEL 4) with SELinux enabled</title>
      <description>A HOWTO guide to make the necessary changes in order to solve the post-installation Nagios problems with SELinux &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.infosys.co.nz%2fblog%2findex.php%2f2009%2f01%2finstallation-of-nagios-on-centos-47-rhel-4-with-selinux-enabled%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.infosys.co.nz%2fblog%2findex.php%2f2009%2f01%2finstallation-of-nagios-on-centos-47-rhel-4-with-selinux-enabled%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Installation_of_Nagios_on_Centos_4_7_RHEL_4_with_SELinux_enabled</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Installation_of_Nagios_on_Centos_4_7_RHEL_4_with_SELinux_enabled</guid>
      <pubDate>Mon, 26 Jan 2009 10:20:06 GMT</pubDate>
    </item>
    <item>
      <title>Using SimpleDB from a .NET O/R Mapper</title>
      <description>.NET folk interested in working with SimpleDB can now use the LightSpeed O/R Mapper to work easily with their data in the cloud. This post show how to get started working with SimpleDB and highlights the additional capabilities that an O/R Mapper can bring. &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%2f01%2f13%2fobject-relational-mapping-over-amazon-simpledb-using-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%2f01%2f13%2fobject-relational-mapping-over-amazon-simpledb-using-lightspeed%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Using_SimpleDB_from_a_NET_O_R_Mapper</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Using_SimpleDB_from_a_NET_O_R_Mapper</guid>
      <pubDate>Wed, 14 Jan 2009 22:01:09 GMT</pubDate>
    </item>
    <item>
      <title>4 essential developer firefox plugins</title>
      <description>A post outlining four of the more handy FireFox add-ins that make web development a lot easier. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.bluecog.co.nz%2farchives%2f2009%2f01%2f12%2f4-essential-firefox-extensions-for-geeks%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.bluecog.co.nz%2farchives%2f2009%2f01%2f12%2f4-essential-firefox-extensions-for-geeks%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/4_essential_developer_firefox_plugins</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/4_essential_developer_firefox_plugins</guid>
      <pubDate>Mon, 12 Jan 2009 05:01:23 GMT</pubDate>
    </item>
    <item>
      <title>SimpleDB tools for Visual Studio</title>
      <description>A new add-in which integrates Amazon SimpleDB into Server Explorer and enables you to view and edit SimpleDB data within Visual Studio is up.  It also integrates with the LightSpeed ORM framework and designer. &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%2f01%2f07%2fsimpledb-management-tools-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%2f01%2f07%2fsimpledb-management-tools-released%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SimpleDB_tools_for_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SimpleDB_tools_for_Visual_Studio</guid>
      <pubDate>Thu, 08 Jan 2009 20:31:03 GMT</pubDate>
    </item>
    <item>
      <title>C# Design Patterns - Abstract Factory Pattern</title>
      <description>We'll be continuing on with our fictional city council that has commissioned us to develop an application that lets them manage their yearly dog registrations. Since the application is all about managing dogs and their owners it makes sense to have a DogFactory class that will create the different breeds of dogs that will be stored in the application. &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%2f01%2f06%2fc-design-patterns-abstract-factory-pattern%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekdaily.net%2f2009%2f01%2f06%2fc-design-patterns-abstract-factory-pattern%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/C_Design_Patterns_Abstract_Factory_Pattern</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/C_Design_Patterns_Abstract_Factory_Pattern</guid>
      <pubDate>Wed, 07 Jan 2009 16:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Username Availability Validator AJAX Control, Release Demo</title>
      <description>Back in September last year (2008), I posted a demo about Username Availability Validator Control. This control developed by the community on a contest initiated by Dave Ward on August 2008 as I remember. At that time the control was in beta.

On October 2008 the control was released to public on its first version. And finally I wrote a a very simple documentation on the project Wiki.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fUsernameAvailabilityValidatorAJAXControlReleaseDemo.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fUsernameAvailabilityValidatorAJAXControlReleaseDemo.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Username_Availability_Validator_AJAX_Control_Release_Demo</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Username_Availability_Validator_AJAX_Control_Release_Demo</guid>
      <pubDate>Mon, 05 Jan 2009 10:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Json.NET 3.5 Beta 2 - JSON schema validation</title>
      <description>The big new feature in Json.NET 3.5 Beta 2 is JSON schema validation. JSON Schema is a specification for defining the structure of JSON. Think of it as XML Schema for JSON except it is actually readable. &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%2f01%2f04%2fjson-net-3-5-beta-2-json-schema-validation.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2009%2f01%2f04%2fjson-net-3-5-beta-2-json-schema-validation.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Json_NET_3_5_Beta_2_JSON_schema_validation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Json_NET_3_5_Beta_2_JSON_schema_validation</guid>
      <pubDate>Sun, 04 Jan 2009 16:29:45 GMT</pubDate>
    </item>
    <item>
      <title>Build Server Rules</title>
      <description>Breaking the build server is Serious Business. Fortunately there are a set of rules that have been put together by a group of wise and thoughtful men to encourage good build server practice. And beer. &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%2f2008%2f11%2f24%2fbuild-server-rules.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f11%2f24%2fbuild-server-rules.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Build_Server_Rules</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Build_Server_Rules</guid>
      <pubDate>Mon, 24 Nov 2008 12:40:24 GMT</pubDate>
    </item>
    <item>
      <title>Pavel Nikolov's blog: Visual Studio 2010 (2) - Historical debugger</title>
      <description>My first look at the new Debug History window in Visual Studio 2010. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpavkata.blogspot.com%2f2008%2f10%2fvisual-studio-2010-2-historical.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpavkata.blogspot.com%2f2008%2f10%2fvisual-studio-2010-2-historical.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Pavel_Nikolov_s_blog_Visual_Studio_2010_2_Historical_debugger</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Pavel_Nikolov_s_blog_Visual_Studio_2010_2_Historical_debugger</guid>
      <pubDate>Wed, 29 Oct 2008 23:56:44 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC and Json.NET</title>
      <description>Bringing Json.NET to ASP.NET MVC &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%2f2008%2f10%2f16%2fasp-net-mvc-and-json-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f10%2f16%2fasp-net-mvc-and-json-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_and_Json_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_and_Json_NET</guid>
      <pubDate>Fri, 17 Oct 2008 11:31:02 GMT</pubDate>
    </item>
    <item>
      <title>LightSpeed 2.1 Released - includes new search API</title>
      <description>LightSpeed 2.1, the performance minded object relational mapping framework, is fresh from the oven with new features like database independent full text search capabilities using Lucene.Net, Visual Studio integrated designer enhancements and a bundle of other new features. &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%2f2008%2f10%2f15%2flightspeed-21-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%2f2008%2f10%2f15%2flightspeed-21-released%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/LightSpeed_2_1_Released_includes_new_search_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/LightSpeed_2_1_Released_includes_new_search_API</guid>
      <pubDate>Thu, 16 Oct 2008 16:01:02 GMT</pubDate>
    </item>
    <item>
      <title>A Serious Challenge for Open Source?</title>
      <description>. . . what Mindscape has done is really quite impressive. To evaluate, accept, and incorporate feedback that quickly into the product and to have the installer ready that afternoon is impressive - for anyone. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscyvas.wordpress.com%2f2008%2f08%2f15%2fa-serious-challenge-for-open-source%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscyvas.wordpress.com%2f2008%2f08%2f15%2fa-serious-challenge-for-open-source%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_Serious_Challenge_for_Open_Source</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_Serious_Challenge_for_Open_Source</guid>
      <pubDate>Mon, 18 Aug 2008 07:46:02 GMT</pubDate>
    </item>
    <item>
      <title>How to use NDepend to improve code quality</title>
      <description>Code quality is an important aspect of every software development project - discover how NDepend can aid in giving you a richer and more meaningful understanding of the quality of your code as well as helping to identify areas you could improve. This post is a high level overview of what you can achieve with NDepend. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.bluecog.co.nz%2farchives%2f2008%2f06%2f23%2fndepend-deep-code-metrics%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.bluecog.co.nz%2farchives%2f2008%2f06%2f23%2fndepend-deep-code-metrics%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_use_NDepend_to_improve_code_quality</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_use_NDepend_to_improve_code_quality</guid>
      <pubDate>Tue, 24 Jun 2008 00:16:09 GMT</pubDate>
    </item>
    <item>
      <title>Faster domain model development with schema round-tripping</title>
      <description>Schema round-tripping is the ability for your domain model entities to be updated seamlessly when schema changes occur or, when your modify your model, for those changes to be propagated back to your database schema without any fuss. This article covers how to leverage schema round-tripping with LightSpeed 2.0's Visual Studio 2008 integrated domain design tool. This functionality is baked into every version, including the free express edition. &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%2f2008%2f06%2f17%2fschema-round-tripping-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%2f2008%2f06%2f17%2fschema-round-tripping-in-the-lightspeed-designer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Faster_domain_model_development_with_schema_round_tripping</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Faster_domain_model_development_with_schema_round_tripping</guid>
      <pubDate>Fri, 20 Jun 2008 13:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Which kind of cast should you use in C#?</title>
      <description>C# offers two casting operators: the prefix-cast and the as-cast. Although the two operators compile to different op-codes in the CLR, the practical difference between them is in how they handle failed casts. Prefix-cast throws an exception on cast failure, while as-cast returns null. 

It's easier to implement correct error handling when you use prefix cast, because it doesn't require manual checks for null values that can cause problems in distant parts of your program. Prefix-cast should be the default cast operator on your fingertips, that you use for everyday situations - reserve as-cast for special cases where performance matters.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgen5.info%2fq%2f2008%2f06%2f13%2fprefix-casting-versus-as-casting-in-c%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgen5.info%2fq%2f2008%2f06%2f13%2fprefix-casting-versus-as-casting-in-c%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Which_kind_of_cast_should_you_use_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Which_kind_of_cast_should_you_use_in_C</guid>
      <pubDate>Thu, 19 Jun 2008 01:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Rich domain modeling with Visual Studio 2008</title>
      <description>LightSpeed 2.0 includes a powerful visual domain model designer that has support for database round tripping (auto update on schema changes, push model changes to the database), creates .NET 2.0 compliant or .NET 3.5 compliant code depending on the target framework of your project and customizable code generation templates. Drag and drop database support for SQL Server, Oracle, My SQL, SQLite and PostgreSQL is also supported right out of Visual Studio 2008. Free version available. &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%2f2008%2f06%2f12%2fdesigning-lightspeed-models%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2008%2f06%2f12%2fdesigning-lightspeed-models%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Rich_domain_modeling_with_Visual_Studio_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Rich_domain_modeling_with_Visual_Studio_2008</guid>
      <pubDate>Fri, 13 Jun 2008 12:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Leveraging LightSpeed specific features from LINQ</title>
      <description>Post about accessing the powerful features that LightSpeed offers through the new LINQ provider supplied with LightSpeed 2.0. Specifically this article deals with leveraging the powerful Named Aggregates feature and Soft Delete functionality.  &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%2f2008%2f06%2f11%2fusing-lightspeed-specific-features-from-linq%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2008%2f06%2f11%2fusing-lightspeed-specific-features-from-linq%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Leveraging_LightSpeed_specific_features_from_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Leveraging_LightSpeed_specific_features_from_LINQ</guid>
      <pubDate>Thu, 12 Jun 2008 06:54:28 GMT</pubDate>
    </item>
    <item>
      <title>&amp;quot;Velocity&amp;quot; project - memcached by Microsoft?</title>
      <description>Is the Velocity project by Microsoft simply a me-too framework or are they creating real value for developers on the Windows platform? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.bluecog.co.nz%2farchives%2f2008%2f06%2f09%2fvelocity-project-memcached-by-microsoft%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.bluecog.co.nz%2farchives%2f2008%2f06%2f09%2fvelocity-project-memcached-by-microsoft%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Velocity_project_memcached_by_Microsoft</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Velocity_project_memcached_by_Microsoft</guid>
      <pubDate>Tue, 10 Jun 2008 08:31:07 GMT</pubDate>
    </item>
  </channel>
</rss>