<?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>Embedding pre-compiled Razor views in your dll</title>
      <description>Inspired by David Ebbo's blog post 'Turn your Razor helpers into reusable libraries' I wanted to be able to embed compiled Razor views in a dll. This would allow for easy distribution of asp.net mvc 'modules' that have their default views embedded, but allowing you to place files in your 'views' folder to override those default views &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.chrisvandesteeg.nl%2f2010%2f11%2f22%2fembedding-pre-compiled-razor-views-in-your-dll%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chrisvandesteeg.nl%2f2010%2f11%2f22%2fembedding-pre-compiled-razor-views-in-your-dll%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Embedding_pre_compiled_Razor_views_in_your_dll</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Embedding_pre_compiled_Razor_views_in_your_dll</guid>
      <pubDate>Mon, 22 Nov 2010 21:27:06 GMT</pubDate>
    </item>
    <item>
      <title>Learning Bourne - Tiered CRUD Part I</title>
      <description>The first demo I thought I'd throw together is a tiered ASP.Net MVC application which uses a tender-flakey WCF service layer baked right in. I'm calling it Tiered CRUD because it's a simple CReate Update Delete application that's contrived as can be. You should absolutely, under no circumstances expect anything mind-blowing or spectacular about this application. It's not trying to be best practice, it's just demonstrating the nice stuff Bourne can do for you. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsharplearningcurve.com%2fblog%2fpost%2f2009%2f10%2f22%2fLearning-Bourne-e28093-Tiered-CRUD-Part-I.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsharplearningcurve.com%2fblog%2fpost%2f2009%2f10%2f22%2fLearning-Bourne-e28093-Tiered-CRUD-Part-I.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Learning_Bourne_Tiered_CRUD_Part_I</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Learning_Bourne_Tiered_CRUD_Part_I</guid>
      <pubDate>Thu, 29 Oct 2009 13:18:16 GMT</pubDate>
    </item>
    <item>
      <title>The Bourne Framework - A High Level Introduction</title>
      <description>A lot of the framework comes from Evan's past experience with several open source projects. Most of them are fairly widely known:

NHibernate
FluentNhibernate
NHibernateLinq
StructureMap
MassTransit
TopShelf (part of MassTransit)
log4Net
The framework uses these open source libraries in order to provide out-of-the-box infrastructure for the following types of .Net applications:

ASP.Net MVC
WCF
Windows Services &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsharplearningcurve.com%2fblog%2fpost%2f2009%2f10%2f22%2fThe-Bourne-Framework-e28093-A-High-Level-Introduction.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsharplearningcurve.com%2fblog%2fpost%2f2009%2f10%2f22%2fThe-Bourne-Framework-e28093-A-High-Level-Introduction.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_Bourne_Framework_A_High_Level_Introduction</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_Bourne_Framework_A_High_Level_Introduction</guid>
      <pubDate>Thu, 29 Oct 2009 13:16:06 GMT</pubDate>
    </item>
    <item>
      <title>Just say no to Service Locator!</title>
      <description>This is a blog post focusing on the differences between Service Locator and Dependency Injection based code particularly focusing on benefits DI has in unit testing.  &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%2f10%2f20%2fsay-no-to-servicelocator.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2009%2f10%2f20%2fsay-no-to-servicelocator.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Just_say_no_to_Service_Locator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Just_say_no_to_Service_Locator</guid>
      <pubDate>Mon, 26 Oct 2009 00:30:00 GMT</pubDate>
    </item>
    <item>
      <title>IoC, SRP and DI best practices</title>
      <description>A blog post summing some of real world IoC experiences in 5 &amp;quot;laws&amp;quot; &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%2f10%2f16%2finversion-of-control-single-responsibility-principle-and-nikola-s-laws-of-dependency-injection.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2009%2f10%2f16%2finversion-of-control-single-responsibility-principle-and-nikola-s-laws-of-dependency-injection.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/IoC_SRP_and_DI_best_practices</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/IoC_SRP_and_DI_best_practices</guid>
      <pubDate>Fri, 16 Oct 2009 17:00:00 GMT</pubDate>
    </item>
    <item>
      <title>xVal v1.0 is now released</title>
      <description>In case you're not aware, xVal is a validation helper for ASP.NET MVC that lets you use your own choice of server-side validation framework (e.g., Microsoft's DataAnnotations attributes, or Castle Validator, or NHibernate Validaion) and dynamically generates client-side validation code from your rules.

Version 1.0 adds new features including dynamic client-side validation summaries and remote (ajax) validation rules. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.codeville.net%2f2009%2f09%2f17%2fxval-v10-now-available%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2009%2f09%2f17%2fxval-v10-now-available%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/xVal_v1_0_is_now_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/xVal_v1_0_is_now_released</guid>
      <pubDate>Fri, 18 Sep 2009 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC, DynamicData, Domain-/RiaServices, Unity and NHibernate</title>
      <description>For this project the following (extensive) list of libraries is used (all these libraries are included in the download):

    * MS ASP.NET Mvc 1.0
    * Microsoft .NET RIA Services July 2009 Preview
    * NHibernate 2.1.0CR1
    * NHibernate Linq (latest trunk version)
    * FluentNhibernate (latest trunk version, patched to work with NHibernate 2.1.0CR1)
    * MS Unity 1.2
    * ASP.NET Dynamic Data MVC Preview (since this project is pretty old, I had to modify it quite a bit, the source is included in the download)
    * I used Rob Conery's t4 templates as the base to generate entities from the database.
 &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%2f07%2f13%2faspnet-mvc-dynamicdata-domain-riaservices-unity-and-nhibernate-part-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chrisvandesteeg.nl%2f2009%2f07%2f13%2faspnet-mvc-dynamicdata-domain-riaservices-unity-and-nhibernate-part-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_DynamicData_Domain_RiaServices_Unity_and_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_DynamicData_Domain_RiaServices_Unity_and_NHibernate</guid>
      <pubDate>Wed, 29 Jul 2009 07:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Apps for Windows: Silverlight 3 based Twitter Client by Sobees</title>
      <description>Apps for Windows: Silverlight 3 based Twitter Client by Sobees
&amp;lt;Date: 2009-07-11&amp;gt; &amp;lt;Author: Imran Hussain&amp;gt; 13 Comments

Sobees Web Alpha Silverlight 3

Sobees web is a web version of bDule - a Twitter/Facebook client for Windows with a new twist though. It's made of Silverlight 3 and supports Silverlight out of Browser experience. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ithinkdiff.com%2fapps-for-windows-silverlight-3-based-twitter-client-by-sobees%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ithinkdiff.com%2fapps-for-windows-silverlight-3-based-twitter-client-by-sobees%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Apps_for_Windows_Silverlight_3_based_Twitter_Client_by_Sobees</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Apps_for_Windows_Silverlight_3_based_Twitter_Client_by_Sobees</guid>
      <pubDate>Sun, 12 Jul 2009 14:09:41 GMT</pubDate>
    </item>
    <item>
      <title>Piwik - Cool Open Source Alternative to Google Analytics</title>
      <description>Piwik is a downloadable, open source (GPL licensed) web analytics software.
It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages and so much more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsoftware-wikipedia.blogspot.com%2f2009%2f06%2fpiwik-cool-open-source-alternative-to.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsoftware-wikipedia.blogspot.com%2f2009%2f06%2fpiwik-cool-open-source-alternative-to.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Piwik_Cool_Open_Source_Alternative_to_Google_Analytics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Piwik_Cool_Open_Source_Alternative_to_Google_Analytics</guid>
      <pubDate>Mon, 06 Jul 2009 12:30:05 GMT</pubDate>
    </item>
    <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 09: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 15: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 06: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 21: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 04: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 20: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>Fri, 17 Apr 2009 22: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 13: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 15: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 08: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 21: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 13: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 17: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 18: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 10: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 08:16:03 GMT</pubDate>
    </item>
  </channel>
</rss>
