<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by alley</title>
    <description>Stories kicked by alley</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>The ASP.NET MVC ActionController - The controllerless action</title>
      <description>There has been quite  a bit of discussion about how controllers are really namespaces trying to get out once you use the concept on a nontrivial application. 

Brian Donahue's post on The anti-controller revolution prompted me to do this little experiment.  He references some twitter posts by Jimmy Bogard, one of my esteemed consultants at Headspring Systems.  Chad Myers also has opined about the notion of more independent actions and has cited precedence. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjeffreypalermo.com%2fblog%2fthe-asp-net-mvc-actioncontroller-ndash-the-controllerless-action-or-actionless-controller%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjeffreypalermo.com%2fblog%2fthe-asp-net-mvc-actioncontroller-ndash-the-controllerless-action-or-actionless-controller%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_ASP_NET_MVC_ActionController_The_controllerless_action</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_ASP_NET_MVC_ActionController_The_controllerless_action</guid>
      <pubDate>Tue, 23 Jun 2009 11:51:17 GMT</pubDate>
    </item>
    <item>
      <title>Session Attacks and ASP.NET - Part 1</title>
      <description>I've spent some time recently looking for updated information regarding session attacks as they apply to ASP.NET and am still not completely satisfied with how Microsoft has decided to implement session management  in ASP.NET 2.0+.  Part 1 explores ASP.NET session management, authentication, and session attacks against ASP.NET with a comparison of how ASP.NET stacks up against mitigation techniques against these attacks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.sans.org%2fappsecstreetfighter%2f2009%2f06%2f16%2fsession-attacks-and-aspnet-part-1%2fcomment-page-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.sans.org%2fappsecstreetfighter%2f2009%2f06%2f16%2fsession-attacks-and-aspnet-part-1%2fcomment-page-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Session_Attacks_and_ASP_NET_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Session_Attacks_and_ASP_NET_Part_1</guid>
      <pubDate>Thu, 18 Jun 2009 17:30:01 GMT</pubDate>
    </item>
    <item>
      <title>A BuildProvider to simplify your ASP.NET MVC Actio</title>
      <description>A BuildProvider to simplify your ASP.NET MVC Action Links &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fdavidebb%2farchive%2f2009%2f06%2f01%2fa-buildprovider-to-simplify-your-asp-net-mvc-action-links.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fdavidebb%2farchive%2f2009%2f06%2f01%2fa-buildprovider-to-simplify-your-asp-net-mvc-action-links.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_BuildProvider_to_simplify_your_ASP_NET_MVC_Actio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_BuildProvider_to_simplify_your_ASP_NET_MVC_Actio</guid>
      <pubDate>Thu, 04 Jun 2009 08:07:25 GMT</pubDate>
    </item>
    <item>
      <title>Scripting ASP.NET MVC Views Stored In The Database</title>
      <description>Say you're building a web application and you want, against your better judgment perhaps, to allow end users to easily customize the look and feel - a comment scenario within a blog engine or any hosted application &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2009%2f04%2f22%2fscripted-db-views.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2009%2f04%2f22%2fscripted-db-views.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Scripting_ASP_NET_MVC_Views_Stored_In_The_Database</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Scripting_ASP_NET_MVC_Views_Stored_In_The_Database</guid>
      <pubDate>Thu, 23 Apr 2009 23:31:17 GMT</pubDate>
    </item>
    <item>
      <title>An Aha Moment on MVC Validation Extensibility in DefaultModelBinder </title>
      <description>It is obvious that I don't like using IDataErrorInfo for use with a validation framework, like the Validation Application Block, so what is this validation extensibility API that scott mysteriously speaks of? &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%2f2009%2f02%2f03%2fan-aha-moment-on-mvc-validation-extensibility-in-defaultmodelbinder-bye-to-idataerrorinfo.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid.hayden%2farchive%2f2009%2f02%2f03%2fan-aha-moment-on-mvc-validation-extensibility-in-defaultmodelbinder-bye-to-idataerrorinfo.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/An_Aha_Moment_on_MVC_Validation_Extensibility_in_DefaultModelBinder</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/An_Aha_Moment_on_MVC_Validation_Extensibility_in_DefaultModelBinder</guid>
      <pubDate>Tue, 28 Apr 2009 06:16:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC and the Managed Extensibility Framework (MEF)</title>
      <description>Microsoft's Managed Extensibility Framework (MEF) is a .NET library (released on CodePlex) that enables greater re-use of application components. You can do this by dynamically composing your application based on a set of classes and methods that can be combined at runtime. Think of it like building an appliation that can host plugins, which in turn can also be composed of different plugins. Since examples say a thousand times more than text, let's go ahead with a sample leveraging MEF in an ASP.NET MVC web application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f04%2f21%2fASPNET-MVC-and-the-Managed-Extensibility-Framework-(MEF).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f04%2f21%2fASPNET-MVC-and-the-Managed-Extensibility-Framework-(MEF).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_and_the_Managed_Extensibility_Framework_MEF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_and_the_Managed_Extensibility_Framework_MEF</guid>
      <pubDate>Tue, 21 Apr 2009 22:46:14 GMT</pubDate>
    </item>
    <item>
      <title>Making Unity work more like the others</title>
      <description>I love MS Unity as an IoC container, it has some great features. Though I found it to function incorrectly at two points (it's not that the path chosen by the Unity team is incorrect, I just want/excpect it to act differently).

The first thing that bothered me was the fact that Unity throws an exception when Resolve&amp;lt;T&amp;gt; is not able to resolve the given type: I'd prefer it to return null instead, hence most containers do that. The second, even more irritating point, was that ResolveAll&amp;lt;T&amp;gt; only returned the named instances/types instead of all registered types &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.chrisvandesteeg.nl%2f2009%2f04%2f16%2fmaking-unity-work-more-like-the-others%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chrisvandesteeg.nl%2f2009%2f04%2f16%2fmaking-unity-work-more-like-the-others%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Making_Unity_work_more_like_the_others</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Making_Unity_work_more_like_the_others</guid>
      <pubDate>Sat, 18 Apr 2009 00:16:14 GMT</pubDate>
    </item>
    <item>
      <title>ReSharper 4.5 gone gold</title>
      <description>JetBrains has released version 4.5 of their multi purpose productivity plugin for Visual Studio, ReSharper. This updates contains some pretty cool features. For example, solution wide analysis now checks for members that can be made internal. Also, JetBrains promises to have improved performance and memory use. All in all certainly an update that is worth installing, especially because updating from licenses for version 4.0 and above is free &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2009%2f04%2f08%2fReSharper-45-gone-gold.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2009%2f04%2f08%2fReSharper-45-gone-gold.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/ReSharper_4_5_gone_gold</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/ReSharper_4_5_gone_gold</guid>
      <pubDate>Thu, 09 Apr 2009 15:16:11 GMT</pubDate>
    </item>
    <item>
      <title>Using the ASP.NET MVC Futures AsyncController</title>
      <description>Last week, I blogged about all stuff that is included in the ASP.NET MVC Futures assembly, which is an assembly available on CodePlex and contains possible future features (tonguetwister!) for the ASP.NET MVC framework. One of the comments asked for more information on the AsyncController that is introduced in the MVC Futures. So here goes!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f04%2f08%2fUsing-the-ASPNET-MVC-Futures-AsyncController.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f04%2f08%2fUsing-the-ASPNET-MVC-Futures-AsyncController.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Using_the_ASP_NET_MVC_Futures_AsyncController</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Using_the_ASP_NET_MVC_Futures_AsyncController</guid>
      <pubDate>Wed, 08 Apr 2009 17:31:04 GMT</pubDate>
    </item>
    <item>
      <title>Binding Dynamic Properties in XAML, ASP.NET...</title>
      <description>Another useful helper to build a dynamic wrapper / facade class from an arbitrary collection of properties.  The wrapper implements INotifiyPropertyChanged so can be used with two-way databinding in WPF, Silverlight and ASP.NET (probably other places too). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2009%2f04%2f06%2fbinding-dynamic-properties%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2009%2f04%2f06%2fbinding-dynamic-properties%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Binding_Dynamic_Properties_in_XAML_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Binding_Dynamic_Properties_in_XAML_ASP_NET</guid>
      <pubDate>Tue, 07 Apr 2009 10:36:47 GMT</pubDate>
    </item>
    <item>
      <title>MVC Storefront is now Kona : Screencast</title>
      <description>MVC Storefront - changes directions to a flexible, pluggable Open Source community application. This screencast is all about that change and what's become of the MVC Storefront.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fkona%2fkona-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fkona%2fkona-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/MVC_Storefront_is_now_Kona_Screencast</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/MVC_Storefront_is_now_Kona_Screencast</guid>
      <pubDate>Tue, 31 Mar 2009 23:31:19 GMT</pubDate>
    </item>
    <item>
      <title>The Weekly Source Code 39 - Commodore 64 Emulator in Silverlight 3</title>
      <description>I had the pleasure of interviewing Pete Brown this last week and talking about the Silverlight 3 Commodore 64 Emulator he's been working on. He just launched the CodePlex site a few minutes ago (my time), but I've had the code for a while to play with. You can read Tim Heuer's blog post for details on how to get started with Silverlight 3 Beta and the tools you'd need or see some video of the emulator in action. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fTheWeeklySourceCode39Commodore64EmulatorInSilverlight3.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fTheWeeklySourceCode39Commodore64EmulatorInSilverlight3.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/The_Weekly_Source_Code_39_Commodore_64_Emulator_in_Silverlight_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/The_Weekly_Source_Code_39_Commodore_64_Emulator_in_Silverlight_3</guid>
      <pubDate>Fri, 27 Mar 2009 15:59:32 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC goes RTM before MIX09</title>
      <description>Not sure if the release was intentional or just someone that forgot to set the timezone field while publishing the download, but ASP.NET MVC has been RTMed before MIX09. &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%2f18%2fasp.net-mvc-goes-rtm-before-mix09.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f03%2f18%2fasp.net-mvc-goes-rtm-before-mix09.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_goes_RTM_before_MIX09</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_goes_RTM_before_MIX09</guid>
      <pubDate>Wed, 18 Mar 2009 19:46:04 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>Is Nick Stakenburg Bullying His Open-Source 'Competitor'</title>
      <description>This is obviously a scare tactic used by a vendor to frighten a 'competitor' who is encroachinig on his sales. Nick (the vendor) is jarred by the fact that someone has released a comparable (better?) product that his and it is free. It behaves somewhat the same, so obviously it was copied...
This is a serious issue, we can't let companies push around open-source with threats like this. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnaspinski.net%2fpost%2fIs-Nick-Stakenburg-bullying-his-open-source-competitor.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnaspinski.net%2fpost%2fIs-Nick-Stakenburg-bullying-his-open-source-competitor.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Is_Nick_Stakenburg_Bullying_His_Open_Source_Competitor</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Is_Nick_Stakenburg_Bullying_His_Open_Source_Competitor</guid>
      <pubDate>Tue, 10 Mar 2009 12:16:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Release Candidate 2</title>
      <description>Release Candidate 2 for ASP.NET MVC is now available &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.haacked.com%2farchive%2f2009%2f03%2f03%2faspnetmvc-changes-for-rc2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.haacked.com%2farchive%2f2009%2f03%2f03%2faspnetmvc-changes-for-rc2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Release_Candidate_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Release_Candidate_2</guid>
      <pubDate>Wed, 04 Mar 2009 09:16:03 GMT</pubDate>
    </item>
    <item>
      <title>23 amazing JQuery Photo/Gallery Plugins</title>
      <description>A collection of 23 JQuery Plugins to prepare your site for the use of photos. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blogrammierer.de%2fjquery-die-23-besten-bildergalerie-plugins%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blogrammierer.de%2fjquery-die-23-besten-bildergalerie-plugins%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/23_amazing_JQuery_Photo_Gallery_Plugins</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/23_amazing_JQuery_Photo_Gallery_Plugins</guid>
      <pubDate>Tue, 10 Mar 2009 07:01:03 GMT</pubDate>
    </item>
    <item>
      <title>AnkhSVN 2.0.6310 Released - Subversion Plugin for Visual Studio.</title>
      <description>New features include:  Experimental support of Visual Studio 2010, Overall performance improvemens, and much more... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fankhsvn.open.collab.net%2fservlets%2fProjectProcess%3fdocumentContainer%3dc1__Ankh%25202.0"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fankhsvn.open.collab.net%2fservlets%2fProjectProcess%3fdocumentContainer%3dc1__Ankh%25202.0" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/AnkhSVN_2_0_6310_Released_Subversion_Plugin_for_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/AnkhSVN_2_0_6310_Released_Subversion_Plugin_for_Visual_Studio</guid>
      <pubDate>Mon, 02 Mar 2009 23:31:20 GMT</pubDate>
    </item>
    <item>
      <title>Multi/Dual Monitor Visual Studio Settings</title>
      <description>Following up to personalising Visual Studio (I covered theming the VS IDE with the Visual Studio Desert Nights Theme not too long back), I'd like to offer the settings I run on a dual monitor setup for Visual Studio to, I believe enhance productivity and gives you easier access to common tasks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f02%2f16%2fmulti-dual-monitor-visual-studio-settings%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f02%2f16%2fmulti-dual-monitor-visual-studio-settings%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Multi_Dual_Monitor_Visual_Studio_Settings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Multi_Dual_Monitor_Visual_Studio_Settings</guid>
      <pubDate>Sun, 22 Feb 2009 04:01:02 GMT</pubDate>
    </item>
    <item>
      <title>S#arp Architecture Beta 1.0 now available!</title>
      <description>Bill McCafferty announces the beta release of S#arp Architecture, a foundation for building ASP.NET MVC application with NHibernate, complete with support for testing, IoC, and validation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fbilly_mccafferty%2farchive%2f2009%2f01%2f19%2fs-arp-architecture-beta-1-0-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fbilly_mccafferty%2farchive%2f2009%2f01%2f19%2fs-arp-architecture-beta-1-0-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/S_arp_Architecture_Beta_1_0_now_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/S_arp_Architecture_Beta_1_0_now_available</guid>
      <pubDate>Wed, 21 Jan 2009 04:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010 == Visual Studio 2008 + ReSharper</title>
      <description>o you want the next gen of next-gen applications? Get the Visual Studio 2010 CTP! Which is - according to Microsoft itself - really just Visual Studio 2008 with ReSharper installed. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjames.kovacs%2farchive%2f2009%2f01%2f19%2fvisual-studio-2010-visual-studio-2008-resharper.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjames.kovacs%2farchive%2f2009%2f01%2f19%2fvisual-studio-2010-visual-studio-2008-resharper.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Visual_Studio_2010_Visual_Studio_2008_ReSharper</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Visual_Studio_2010_Visual_Studio_2008_ReSharper</guid>
      <pubDate>Mon, 19 Jan 2009 23:31:04 GMT</pubDate>
    </item>
    <item>
      <title>Fluent NHibernate - AutoPersistenceModel auto mapping</title>
      <description>An blog post presenting Fluent NHibernate AutoPersitanceModel through simple code example  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2009%2f01%2f03%2ffluent-nhibernate-nhibernate-without-configuration-files-automap-magic.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2009%2f01%2f03%2ffluent-nhibernate-nhibernate-without-configuration-files-automap-magic.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Fluent_NHibernate_AutoPersistenceModel_auto_mapping</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Fluent_NHibernate_AutoPersistenceModel_auto_mapping</guid>
      <pubDate>Wed, 07 Jan 2009 16:12:26 GMT</pubDate>
    </item>
    <item>
      <title>Compressing JS files as part of your build process</title>
      <description>Ideally, we want to develop using readable JavaScript files (even 3rd party files) and deploy compressed/obfuscated code. Our solution has simply been to apply a post-build task to our project. Here's what we did &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f12%2f29%2fcompressing-js-files-as-part-of-your-build-process.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f12%2f29%2fcompressing-js-files-as-part-of-your-build-process.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Compressing_JS_files_as_part_of_your_build_process</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Compressing_JS_files_as_part_of_your_build_process</guid>
      <pubDate>Tue, 30 Dec 2008 06:16:02 GMT</pubDate>
    </item>
    <item>
      <title>MVC/JQuery meets X-Mas Music Project</title>
      <description>My friend Dave and I embarked on a project a few weeks ago, initially just meant to be a audio CD for our family in what ended up being a potentially super-scalable ASP.NET MVC + JQuery site. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fdotjosh%2farchive%2f2008%2f12%2f15%2fmvc-jquery-meets-x-mas-music-project.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fdotjosh%2farchive%2f2008%2f12%2f15%2fmvc-jquery-meets-x-mas-music-project.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/MVC_JQuery_meets_X_Mas_Music_Project</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/MVC_JQuery_meets_X_Mas_Music_Project</guid>
      <pubDate>Tue, 16 Dec 2008 20:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Oxite: OpenSource CMS from Microsoft Built on ASP.NET MVC</title>
      <description>Simone Chiaretta writes about the recent announcement by Microsoft Evangelist, Jeff Sandquist, about Oxite which is an open source CMS built by Microsoft as a showcase and sample for ASP.NET MVC. &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%2f2008%2f12%2f09%2foxite-opensource-cms-from-microsoft.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f12%2f09%2foxite-opensource-cms-from-microsoft.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Oxite_OpenSource_CMS_from_Microsoft_Built_on_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Oxite_OpenSource_CMS_from_Microsoft_Built_on_ASP_NET_MVC</guid>
      <pubDate>Tue, 09 Dec 2008 18:16:18 GMT</pubDate>
    </item>
  </channel>
</rss>