<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by turtlespin</title>
    <description>Stories kicked by turtlespin</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>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>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>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>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>Comparing ORMs - LINQ-to-X, LightSpeed, EntitySpaces and OpenAccess</title>
      <description>How do LINQ-to-SQL, LINQ-to-Entities, LightSpeed, EntitySpaces and OpenAccess stand up when compared to each other? This post discusses what to consider when selecting your O/R Mapper and links to a feature matrix comparing the features provided by each of these products. &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%2f10%2fcomparing-net-or-mappers%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%2f10%2fcomparing-net-or-mappers%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Comparing_ORMs_LINQ_to_X_LightSpeed_EntitySpaces_and_OpenAccess</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Comparing_ORMs_LINQ_to_X_LightSpeed_EntitySpaces_and_OpenAccess</guid>
      <pubDate>Wed, 11 Feb 2009 15:16: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>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>Speeding up ASP.NET with the Runtime Page Optimizer</title>
      <description>An great new tool to automatically optimize your ASP.NET website. &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%2f19%2fspeeding-up-asp-net-with-the-runtime-page-optimizer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f10%2f19%2fspeeding-up-asp-net-with-the-runtime-page-optimizer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Speeding_up_ASP_NET_with_the_Runtime_Page_Optimizer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Speeding_up_ASP_NET_with_the_Runtime_Page_Optimizer</guid>
      <pubDate>Mon, 20 Oct 2008 08:31:08 GMT</pubDate>
    </item>
    <item>
      <title>Free Visual Studio File Explorer Add-in</title>
      <description>The Visual Studio File Explorer Add-in (sexy name we know, but hey, it's self documenting) is a free Tool Window add-in for VS 2008 that provides a Windows Explorer style file system view. It's particularly useful for performing routine file system tasks without the need to "context switch" away from Visual Studio, which can be time-consuming over the course of days and weeks. It is shell-enabled so extensions like TortoiseSVN work too. &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%2f08%2f13%2ffree-visual-studio-file-explorer-add-in%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%2f08%2f13%2ffree-visual-studio-file-explorer-add-in%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Free_Visual_Studio_File_Explorer_Add_in</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Free_Visual_Studio_File_Explorer_Add_in</guid>
      <pubDate>Wed, 13 Aug 2008 17:31:03 GMT</pubDate>
    </item>
    <item>
      <title> Elegant Invariant Checking with C# 3 </title>
      <description>Leveraging expression trees and extension methods to build a fluent invariant checking API. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fandrewpeters.net%2f2008%2f07%2f30%2finvariant-checking%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewpeters.net%2f2008%2f07%2f30%2finvariant-checking%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Elegant_Invariant_Checking_with_C_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Elegant_Invariant_Checking_with_C_3</guid>
      <pubDate>Thu, 31 Jul 2008 15:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Development Team Meetings - Keeping the Focus</title>
      <description>Weekly team meetings are an essential part of any Development Team. Especially when team members are working on different projects and multiple locations. Keeping these meetings relevant and informative is crucial - people are busy and no-one wants their time wasted. I recently sent out an email expanding on the types of meetings we have and how people can participate - perhaps they will help your team when they get together. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f06%2f23%2fdevelopment-team-meetings-ndash-keeping-the-focus.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f06%2f23%2fdevelopment-team-meetings-ndash-keeping-the-focus.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Development_Team_Meetings_Keeping_the_Focus</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Development_Team_Meetings_Keeping_the_Focus</guid>
      <pubDate>Mon, 23 Jun 2008 17:40:54 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>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>MVC: Creating SSL Links/URLs</title>
      <description>A couple days ago a reader sent in a question regarding how to use SSL with the MVC framework. Specifically the reader wanted to know the easiest way to make an Ajax call to a HTTPS page from a non HTTPS page. The tricky part here is to do so without hard-coding any URLs, so I whipped up a few extension methods that should make this a bit easier. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.squaredroot.com%2fpost%2f2008%2f06%2fMVC-and-SSL.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.squaredroot.com%2fpost%2f2008%2f06%2fMVC-and-SSL.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/MVC_Creating_SSL_Links_URLs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/MVC_Creating_SSL_Links_URLs</guid>
      <pubDate>Fri, 13 Jun 2008 02:31:10 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>Sandcastle Removed From CodePlex</title>
      <description>Sandcastle - the .Net community equivalent of RDoc/JavaDoc and the spiritual successor of the now defunct NDoc - has been removed from CodePlex. It's fate is currently up in the air and Microsoft is asking you for input on what should happen next. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.squaredroot.com%2fpost%2f2008%2f06%2fSandcastle-Removed-From-CodePlex.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.squaredroot.com%2fpost%2f2008%2f06%2fSandcastle-Removed-From-CodePlex.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Sandcastle_Removed_From_CodePlex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Sandcastle_Removed_From_CodePlex</guid>
      <pubDate>Wed, 11 Jun 2008 10:46:02 GMT</pubDate>
    </item>
    <item>
      <title>When to use LINQ?</title>
      <description>Great, in-depth discussion of when it makes to sense to use LINQ in LightSpeed 2.0. &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%2f09%2fwhen-should-i-use-linq-in-lightspeed-2%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%2f09%2fwhen-should-i-use-linq-in-lightspeed-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/When_to_use_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/When_to_use_LINQ</guid>
      <pubDate>Tue, 10 Jun 2008 12:16:03 GMT</pubDate>
    </item>
    <item>
      <title>jQuery UI v1.5 Released</title>
      <description>Focus on Consistent API and Effects &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjquery.com%2fblog%2f2008%2f06%2f09%2fjquery-ui-v15-released-focus-on-consistent-api-and-effects%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjquery.com%2fblog%2f2008%2f06%2f09%2fjquery-ui-v15-released-focus-on-consistent-api-and-effects%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/jQuery_UI_v1_5_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/jQuery_UI_v1_5_Released</guid>
      <pubDate>Tue, 10 Jun 2008 01:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Introducing LINQ to LightSpeed</title>
      <description>LightSpeed 2 incorporates LINQ (Language Integrated Query) support. LINQ to LightSpeed means that if you know LINQ, you can get these benefits without having to learn a new API. You can continue to write LINQ queries as if against LINQ to SQL or another LINQ provider, but you'll get database independence (effectively LightSpeed gives you LINQ to Oracle, LINQ to MySQL, LINQ to PostgreSQL and LINQ to SQLite as well as LINQ to SQL Server, all in the one box), advanced eager loading functionality (avoiding the so-called "n+1" problem which affects some LINQ implementations) and of course the blazingly fast LightSpeed query engine.

 &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%2f08%2fintroducing-linq-to-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%2f2008%2f06%2f08%2fintroducing-linq-to-lightspeed%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Introducing_LINQ_to_LightSpeed</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Introducing_LINQ_to_LightSpeed</guid>
      <pubDate>Mon, 09 Jun 2008 11:31:02 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>
    <item>
      <title>Silverlight 2 Beta2 Released</title>
      <description>Silverlight 2 Beta2 was released today. Silverlight 2 Beta2 supports a go-live license that allows you to start using and deploying Silverlight 2 for commercial applications. There will be some API changes between Beta2 and the final release, so you should expect that applications you write with Beta2 will need to make some updates when the final release comes out.  But we think that these changes will be straight-forward and relatively easy, and that you can begin planning and starting commercial projects now. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f06%2f06%2fsilverlight-2-beta2-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f06%2f06%2fsilverlight-2-beta2-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_Beta2_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_Beta2_Released</guid>
      <pubDate>Sat, 07 Jun 2008 14:31:02 GMT</pubDate>
    </item>
    <item>
      <title>LightSpeed 2.0 Released</title>
      <description>LightSpeed 2.0 has been released. It includes a full, round-tripping Visual Studio designer and support for LINQ! &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%2f04%2flightspeed-20-released"&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%2f04%2flightspeed-20-released" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/LightSpeed_2_0_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/LightSpeed_2_0_Released</guid>
      <pubDate>Thu, 05 Jun 2008 12:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Using the unit of work-per-request pattern in ASP.NET MVC</title>
      <description>Describe a simple, efficient and testable approach to implementing the unit of work-per-request (a.k.a session-per-request) pattern in Microsoft's new ASP.NET MVC framework. &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%2f05%2f12%2fusing-the-unit-of-work-per-request-pattern-in-aspnet-mvc%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%2f05%2f12%2fusing-the-unit-of-work-per-request-pattern-in-aspnet-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Using_the_unit_of_work_per_request_pattern_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Using_the_unit_of_work_per_request_pattern_in_ASP_NET_MVC</guid>
      <pubDate>Tue, 13 May 2008 16:01:03 GMT</pubDate>
    </item>
  </channel>
</rss>