<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by AlexCuse</title>
    <description>Stories kicked by AlexCuse</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>Using AutoMapper to map view models in ASP.NET MVC</title>
      <description>Mapping code between Domain Models and Data Transfer Objects/Presentation Models is often boring and tedious to write, so when I first read about AutoMapper it triggered my interest. This post takes a first look at AutoMapper, and show how it can be used to map a complex domain model to a view model in an ASP.NET MVC application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bengtbe.com%2fblog%2fpost%2f2009%2f04%2f14%2fUsing-AutoMapper-to-map-view-models-in-ASPNET-MVC.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bengtbe.com%2fblog%2fpost%2f2009%2f04%2f14%2fUsing-AutoMapper-to-map-view-models-in-ASPNET-MVC.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_AutoMapper_to_map_view_models_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_AutoMapper_to_map_view_models_in_ASP_NET_MVC</guid>
      <pubDate>Mon, 20 Apr 2009 16:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Keep Your IQueryable In Check</title>
      <description>There is a good chance that you have seen Oren's recent "Repository Is The New Singleton" post. I wanted to have a quick discussion of his approach, and discuss why I don't 100% agree with it. Let me first say that I don't have a problem with the repository pattern. I do have some issue with the way that it is implemented sometimes, but overall I think it provides a good layer in which to encapsulate the queries of your application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f04%2f18%2fKeep-Your-IQueryable-In-Check.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f04%2f18%2fKeep-Your-IQueryable-In-Check.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Keep_Your_IQueryable_In_Check</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Keep_Your_IQueryable_In_Check</guid>
      <pubDate>Mon, 20 Apr 2009 09:16:02 GMT</pubDate>
    </item>
    <item>
      <title>A Closable jQuery Plug-in</title>
      <description>I've found it very useful to have a closeable plug-in that hide the content of an HTML element providing a visual close image cue. Almost every UI I build these days requires either closing pop up windows or even more commonly requires that items are removed and visually hidden which usually implies 'close' behavior.  In addition to removing a bunch of HTML markup, having a plug-in is also quite useful for server controls especially if multiple behaviors (plug-ins) need to be applied. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f719383.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f719383.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/A_Closable_jQuery_Plug_in</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/A_Closable_jQuery_Plug_in</guid>
      <pubDate>Wed, 15 Apr 2009 03:16:03 GMT</pubDate>
    </item>
    <item>
      <title>The State of ALT.NET</title>
      <description>Over the past 6 months I have been trying to really quantify what it means to be using ALT.NET practices. And I can honestly say that I still honestly don't know what it means to be an ALT.NETer. But I have come to a number of conclusions about the state of the ALT.NET community, that I wanted to share.
(1) The ALT.NET Community is fractured among itself.
(2) Take the religious zealotry out of ALT.NET
(3) Craftsmanship with out Engineering is no way to program software. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderjournal.com%2f2009%2f03%2fthe-state-of-altnet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2009%2f03%2fthe-state-of-altnet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/The_State_of_ALT_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/The_State_of_ALT_NET</guid>
      <pubDate>Thu, 19 Mar 2009 03:16:02 GMT</pubDate>
    </item>
    <item>
      <title>An Interview With Kevin Kline About SQL In A Nutshell Third Edition</title>
      <description>An Interview With Kevin Kline About SQL In A Nutshell Third Edition. SQL In A Nutshell  covers MySQL, PostgreSQL, Oracle and SQL server &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.lessthandot.com%2findex.php%2fDataMgmt%2fDBProgramming%2fan-interview-with-kevin-kline-about-sql-"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.lessthandot.com%2findex.php%2fDataMgmt%2fDBProgramming%2fan-interview-with-kevin-kline-about-sql-" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/An_Interview_With_Kevin_Kline_About_SQL_In_A_Nutshell_Third_Edition</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/An_Interview_With_Kevin_Kline_About_SQL_In_A_Nutshell_Third_Edition</guid>
      <pubDate>Fri, 06 Feb 2009 03:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Learning to use Fluent NHibernate: Getting started w/ your 1st Mapping</title>
      <description>Learning to use Fluent NHibernate: Getting started w/ your first mappings &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f83"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f83" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Learning_to_use_Fluent_NHibernate_Getting_started_w_your_1st_Mapping</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Learning_to_use_Fluent_NHibernate_Getting_started_w_your_1st_Mapping</guid>
      <pubDate>Thu, 05 Feb 2009 23:31:14 GMT</pubDate>
    </item>
    <item>
      <title>A Challenge to the VB.Net Community at Large on OSS</title>
      <description>Title pretty much says it... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2009%2f01%2f07%2fa-challenge-to-the-vb-net-community-at-large-on-oss.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2009%2f01%2f07%2fa-challenge-to-the-vb-net-community-at-large-on-oss.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/A_Challenge_to_the_VB_Net_Community_at_Large_on_OSS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/A_Challenge_to_the_VB_Net_Community_at_Large_on_OSS</guid>
      <pubDate>Fri, 09 Jan 2009 01:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Html.ActionLink for images in ASP.NET MVC Beta</title>
      <description>In the future versions of ASP.NET MVC  there will be some methods to get the same raw URL that is generated by Html.ActionLink helper method so you can wrap an image (or whatever) with a link, but in the current release (Beta) there's no such thing. Here's a simple workaround. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevblog.ailon.org%2fdevblog%2fpost%2f2008%2f12%2fHtmlActionLink-for-images-in-ASPNET-MVC.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevblog.ailon.org%2fdevblog%2fpost%2f2008%2f12%2fHtmlActionLink-for-images-in-ASPNET-MVC.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Html_ActionLink_for_images_in_ASP_NET_MVC_Beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Html_ActionLink_for_images_in_ASP_NET_MVC_Beta</guid>
      <pubDate>Sat, 27 Dec 2008 17:38:20 GMT</pubDate>
    </item>
    <item>
      <title>Top Ten Worst Things About SQL Server</title>
      <description>I suppose they really apply to any database though ;) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fjeffs%2farchive%2f2005%2f05%2f24%2f5248.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fjeffs%2farchive%2f2005%2f05%2f24%2f5248.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Top_Ten_Worst_Things_About_SQL_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Top_Ten_Worst_Things_About_SQL_Server</guid>
      <pubDate>Fri, 12 Dec 2008 08:26:26 GMT</pubDate>
    </item>
    <item>
      <title>Is F# faster than C#</title>
      <description>I had a bet with a co-worker that C# would out perform F# for a simple counting exercise. This turned out to be quite a surprise for many reasons. In this blog post I will try to explain why. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fpage%2fjferner%3fentry%3dis_f_faster_than_c"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fpage%2fjferner%3fentry%3dis_f_faster_than_c" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Is_F_faster_than_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Is_F_faster_than_C</guid>
      <pubDate>Fri, 12 Dec 2008 06:16:11 GMT</pubDate>
    </item>
    <item>
      <title>Netflix to Lay Off 50. Blames Silverlight.</title>
      <description>In a corporate blog post today, Netflix (NFLX) said 50 of its technical specialists in its customer service group will be let go at the start of next year. The reason? The company isn't blaming the economy, it's blaming Microsoft's (MSFT) Silverlight &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmoney.cnn.com%2fnews%2fnewsfeeds%2fgigaom%2fbig-tech%2f2008_12_08_netflix_to_lay_off_50_blames_silverlight.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmoney.cnn.com%2fnews%2fnewsfeeds%2fgigaom%2fbig-tech%2f2008_12_08_netflix_to_lay_off_50_blames_silverlight.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Netflix_to_Lay_Off_50_Blames_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Netflix_to_Lay_Off_50_Blames_Silverlight</guid>
      <pubDate>Thu, 11 Dec 2008 23:31:17 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server Precision And Scale Problems</title>
      <description>Many people are confused about SQL Server's precision and scale. This is unfortunate because choosing the correct values for precision and scale is critically important when you perform math operations using the decimal/numeric data type &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.lessthandot.com%2findex.php%2fDataMgmt%2fDataDesign%2fsql-server-precision-and-scale-problems"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.lessthandot.com%2findex.php%2fDataMgmt%2fDataDesign%2fsql-server-precision-and-scale-problems" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_Precision_And_Scale_Problems</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_Precision_And_Scale_Problems</guid>
      <pubDate>Tue, 25 Nov 2008 20:31:04 GMT</pubDate>
    </item>
    <item>
      <title>SQL Find last week date range</title>
      <description>The other day we needed to write a report on online sales for the last week. SQL doesn't offer developers many predefined functions to work with date ranges unlike the C# programming language. Here is a little example how to query SQL for some data between the dates for the last week. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.objectreference.net%2fpost%2fSQL-Find-last-week-date-range.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.objectreference.net%2fpost%2fSQL-Find-last-week-date-range.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Find_last_week_date_range</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Find_last_week_date_range</guid>
      <pubDate>Mon, 24 Nov 2008 17:31:04 GMT</pubDate>
    </item>
    <item>
      <title>Pair Programming - Marketing FAIL</title>
      <description>When people talk about lack of adoption of &amp;quot;XP&amp;quot; (aka Extreme Programming) practices, one of the chief problems people have with it is the idea of &amp;quot;Pair Programming&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.magenic.com%2fblogs%2faarone%2farchive%2f2008%2f11%2f19%2fPair-Programming-_2D00_-Marketing-FAIL.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.magenic.com%2fblogs%2faarone%2farchive%2f2008%2f11%2f19%2fPair-Programming-_2D00_-Marketing-FAIL.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Pair_Programming_Marketing_FAIL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Pair_Programming_Marketing_FAIL</guid>
      <pubDate>Wed, 26 Nov 2008 16:01:05 GMT</pubDate>
    </item>
    <item>
      <title>XNA Game Studio 3.0</title>
      <description>The good folks who put together our gaming tools have released XNA Game Studio 3.0. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f11%2f10%2fxna-game-studio-3-0.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f11%2f10%2fxna-game-studio-3-0.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/XNA_Game_Studio_3_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/XNA_Game_Studio_3_0</guid>
      <pubDate>Tue, 18 Nov 2008 22:01:20 GMT</pubDate>
    </item>
    <item>
      <title>Suspicious DNK Accounts</title>
      <description>Conclusion
There is an incentive for publishers that use DNK to setup phony accounts that will help get stories from certain domains on the front page.  So guess what happens ... it would appear that a certain number of people are doing this. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmattberseth.com%2fblog%2f2008%2f11%2fincentives_cheating_teachers_a.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmattberseth.com%2fblog%2f2008%2f11%2fincentives_cheating_teachers_a.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Suspicious_DNK_Accounts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Suspicious_DNK_Accounts</guid>
      <pubDate>Thu, 06 Nov 2008 23:31:29 GMT</pubDate>
    </item>
    <item>
      <title>Grouping Controllers with ASP.NET MVC</title>
      <description> question that often comes up is how do you group controllers when building a large application with ASP.NET MVC. Often, the question is phrased as whether or not ASP.NET MVC supports "Areas", a feature of Monorail. According to the Monorail documentation,

    MonoRail supports the concept of areas, which are logical groups of controllers. All controllers belong to an area. The default area is an empty (unnamed) one
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f11%2f04%2fareas-in-aspnetmvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f11%2f04%2fareas-in-aspnetmvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Grouping_Controllers_with_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Grouping_Controllers_with_ASP_NET_MVC</guid>
      <pubDate>Thu, 06 Nov 2008 07:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Using Active Directory to authenticate users to your ASP.NET Web Site</title>
      <description>ASP.NET membership provides the ability to authenticate users to your web application using forms based authentication against a database of users or directory services.  This article explains the steps required to provide authentication against Active Directory, either for new sites with no authentication, or for existing sites using database authentication. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.evonet.com.au%2fpost%2f2008%2f11%2f05%2fUsing-Active-Directory-to-authenticate-users-to-your-ASPNET-Web-Site.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.evonet.com.au%2fpost%2f2008%2f11%2f05%2fUsing-Active-Directory-to-authenticate-users-to-your-ASPNET-Web-Site.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_Active_Directory_to_authenticate_users_to_your_ASP_NET_Web_Site</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_Active_Directory_to_authenticate_users_to_your_ASP_NET_Web_Site</guid>
      <pubDate>Thu, 06 Nov 2008 15:16:02 GMT</pubDate>
    </item>
    <item>
      <title>LINQ To SQL is Dead - Read Between the Lines </title>
      <description>David Hayden with some great points on the Linq to SQL announcement and some ideas on how the project could be saved. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid.hayden%2farchive%2f2008%2f10%2f31%2flinq-to-sql-is-dead-read-between-the-lines.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid.hayden%2farchive%2f2008%2f10%2f31%2flinq-to-sql-is-dead-read-between-the-lines.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_To_SQL_is_Dead_Read_Between_the_Lines</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_To_SQL_is_Dead_Read_Between_the_Lines</guid>
      <pubDate>Sat, 01 Nov 2008 01:46:13 GMT</pubDate>
    </item>
    <item>
      <title>Caliburn Alpha for WPF and Silverlight is here!</title>
      <description>Caliburn is a framework designed to aid in the development of WPF and Silverlight applications. It implements a variety of UI patterns that are geared towards solving problems encountered in real-world scenarios. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f10%2f12%2fcaliburn-alpha-for-wpf-and-silverlight-is-here.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f10%2f12%2fcaliburn-alpha-for-wpf-and-silverlight-is-here.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Caliburn_Alpha_for_WPF_and_Silverlight_is_here</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Caliburn_Alpha_for_WPF_and_Silverlight_is_here</guid>
      <pubDate>Mon, 13 Oct 2008 10:58:54 GMT</pubDate>
    </item>
    <item>
      <title>An interview with Roy Osherove author of &amp;quot;The Art of Unit Testing&amp;quot;</title>
      <description>A short interview with Roy Osherove, author of a new book &amp;quot;The Art of Unit Testing&amp;quot; and known blogger, who works on Typemock Isolator. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.lessthandot.com%2findex.php%2fArchitect%2fIntroductionArchitectureDesign%2fan-interview-with-roy-osherove-autor-of-"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.lessthandot.com%2findex.php%2fArchitect%2fIntroductionArchitectureDesign%2fan-interview-with-roy-osherove-autor-of-" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/An_interview_with_Roy_Osherove_author_of_The_Art_of_Unit_Testing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/An_interview_with_Roy_Osherove_author_of_The_Art_of_Unit_Testing</guid>
      <pubDate>Mon, 13 Oct 2008 01:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Blisteringly fast Integration Tests with NHibernate and SQLite</title>
      <description>Intergration tests can be slow and can be painful to run often.  In this post I cover using SQLite with NHibernate, and automatically switching between SQLite and SQL Server &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.e4ums.co.uk%2farchive%2f2008%2f10%2f10%2fblisteringly-fast-integration-tests-with-nhibernate-and-sqlite.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.e4ums.co.uk%2farchive%2f2008%2f10%2f10%2fblisteringly-fast-integration-tests-with-nhibernate-and-sqlite.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Blisteringly_fast_Integration_Tests_with_NHibernate_and_SQLite</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Blisteringly_fast_Integration_Tests_with_NHibernate_and_SQLite</guid>
      <pubDate>Mon, 13 Oct 2008 04:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Google Chrome, The New Kid On The Block</title>
      <description>So when Google announced they had a new browser that was going to break down all the barriers of the internet and the desktop I got excited at the prospects of what they were going to do and what this new user interaction would be. Well today they finally announced the release of the browser and made it public at:

http://www.google.com/chrome &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f09%2fgoogle-chrome%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f09%2fgoogle-chrome%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Google_Chrome_The_New_Kid_On_The_Block</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Google_Chrome_The_New_Kid_On_The_Block</guid>
      <pubDate>Wed, 03 Sep 2008 05:04:32 GMT</pubDate>
    </item>
    <item>
      <title>Creating a Content Management System for your ASP.NET Web Site</title>
      <description>This article will show you how to integrate the popular FCKeditor HTML Text editor into an ASP.NET site to provide your users with the ability to edit their web site without them having to access the underlying HTML or source files. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.evonet.com.au%2fpost%2f2008%2f09%2f01%2fCreating-a-Content-Management-System-for-your-ASPNET-Web-Site.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.evonet.com.au%2fpost%2f2008%2f09%2f01%2fCreating-a-Content-Management-System-for-your-ASPNET-Web-Site.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_a_Content_Management_System_for_your_ASP_NET_Web_Site</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_a_Content_Management_System_for_your_ASP_NET_Web_Site</guid>
      <pubDate>Tue, 02 Sep 2008 16:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Dear Alt.Net Developers:  Stop blaming Microsoft and WebForms for crea</title>
      <description>I am responsible for every website I create.  If I create a site or application that is unmaintainable or that has poorly formed HTML or doesn't render well in all browsers, that is my fault.  I chose my development tools/framework, or my employer, who I choose to work for, chose the development tools/framework.  Either way, it is my responsibility, as a professional, to do my utmost to create the best possible application that is within my capability to create.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.theaccidentalgeek.com%2fpost%2f2008%2f08%2f29%2fDear-AltNet-Developers-Stop-blaming-Microsoft-and-WebForms-for-creating-bad-developers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.theaccidentalgeek.com%2fpost%2f2008%2f08%2f29%2fDear-AltNet-Developers-Stop-blaming-Microsoft-and-WebForms-for-creating-bad-developers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Dear_Alt_Net_Developers_Stop_blaming_Microsoft_and_WebForms_for_crea</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Dear_Alt_Net_Developers_Stop_blaming_Microsoft_and_WebForms_for_crea</guid>
      <pubDate>Fri, 29 Aug 2008 22:46:02 GMT</pubDate>
    </item>
  </channel>
</rss>