<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by malovicn</title>
    <description>Stories kicked by malovicn</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>Rhino Mocks used in testing the Prism IEventAggregator based code</title>
      <description>Blog post showing how to test (with RhinoMocks) two common cases occuring in code with Prism event aggregator. &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%2f04%2f17%2fprism-cal-unit-testing-how-to-test-prism-cal-event-aggregator-using-rhino-mocks.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2009%2f04%2f17%2fprism-cal-unit-testing-how-to-test-prism-cal-event-aggregator-using-rhino-mocks.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Rhino_Mocks_used_in_testing_the_Prism_IEventAggregator_based_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Rhino_Mocks_used_in_testing_the_Prism_IEventAggregator_based_code</guid>
      <pubDate>Sat, 18 Apr 2009 06:51:27 GMT</pubDate>
    </item>
    <item>
      <title>Mix 09 Quick Video Link List</title>
      <description>Mix 09 Quick Video Link List in a format allowing easy search &amp;amp; download
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2009%2f03%2fmix-09-quick-video-link-list.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2009%2f03%2fmix-09-quick-video-link-list.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Mix_09_Quick_Video_Link_List</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Mix_09_Quick_Video_Link_List</guid>
      <pubDate>Wed, 25 Mar 2009 16:01:20 GMT</pubDate>
    </item>
    <item>
      <title>Ruby inspired C# Extension Methods for natural DateTime operations</title>
      <description>FluentDateTime is a open source library of Ruby inspired C# Extension Methods for easier and more natural DateTime handling and operations in .NET that allows you to write code like this:
DateTime.Now + 1.Week() + 3.Days + 14.Minutes();
3.Days().Ago();
5.Days().After(new DateTime(2000, 1, 1));
DateTime.Now.NextDay();
DateTime.Now.WeekAfter();
DateTime.Now.Midnight();
DateTime.Now.SetTime(11, 55, 0); &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeplex.com%2ffluentdatetime"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeplex.com%2ffluentdatetime" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Ruby_inspired_C_Extension_Methods_for_natural_DateTime_operations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Ruby_inspired_C_Extension_Methods_for_natural_DateTime_operations</guid>
      <pubDate>Tue, 24 Feb 2009 18:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Repository&amp;lt;T&amp;gt; good or bad?</title>
      <description>Greg took a bite on current ALT .Net hot topic: Generic repositories

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fgregyoung%2farchive%2f2009%2f01%2f16%2fddd-the-generic-repository.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fgregyoung%2farchive%2f2009%2f01%2f16%2fddd-the-generic-repository.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/Repository_T_good_or_bad</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/Repository_T_good_or_bad</guid>
      <pubDate>Sun, 18 Jan 2009 13:01:06 GMT</pubDate>
    </item>
    <item>
      <title>Automatic/Convention-based mapping entities with Fluent NHibernate</title>
      <description>James Gregory has a 4-part post on the &amp;quot;auto-mapping&amp;quot; features of Fluent NHibernate. Basically, Fluent NHibernate can automatically map most of your entities based on the conventions you specify and can apply other conventions such as table names, foreign-key constraint naming, etc.  This is the first post of the 4, the others are linked as Trackbacks at the bottom.  After reading these 4, you should have a better idea of how to get started using the conventional mapping features of Fluent NHibernate. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jagregory.com%2f2009%2f01%2f10%2ffluent-nhibernate-auto-mapping-introduction%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jagregory.com%2f2009%2f01%2f10%2ffluent-nhibernate-auto-mapping-introduction%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Automatic_Convention_based_mapping_entities_with_Fluent_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Automatic_Convention_based_mapping_entities_with_Fluent_NHibernate</guid>
      <pubDate>Mon, 12 Jan 2009 02:31:12 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>Alt.NET Podcast Episode 13: Ruby on Rails</title>
      <description>Brian Eng and Jeff Cohen from the Softies on Rails blog, and James Avery discuss the Ruby on Rails web framework and what Alt.NET can learn from it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f13-ruby-on-rails"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f13-ruby-on-rails" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Alt_NET_Podcast_Episode_13_Ruby_on_Rails</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Alt_NET_Podcast_Episode_13_Ruby_on_Rails</guid>
      <pubDate>Tue, 30 Dec 2008 04:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Fluent NHibernate - Working with NHibernate without configuration file</title>
      <description>
&amp;quot;I believe that the most important reason why NHibernate is not more widely adopted by general DEV population is exactly the "Java XML configuration" PIA feeling you have while working with it. 

Great news for all of us from that group: NHibernate is possible to be used WITHOUT configuration files! &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%2f2008%2f08%2f31%2ffluent-nhibernate-nhibernate-without-configuration-files.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2008%2f08%2f31%2ffluent-nhibernate-nhibernate-without-configuration-files.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Fluent_NHibernate_Working_with_NHibernate_without_configuration_file</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Fluent_NHibernate_Working_with_NHibernate_without_configuration_file</guid>
      <pubDate>Sat, 06 Sep 2008 13:46:10 GMT</pubDate>
    </item>
    <item>
      <title>WPF in LOB</title>
      <description>A link to 2 videos of LOB applications developed using WPF!!! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f08%2f28%2fwpf-in-lob.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f08%2f28%2fwpf-in-lob.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_in_LOB</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_in_LOB</guid>
      <pubDate>Thu, 04 Sep 2008 03:16:18 GMT</pubDate>
    </item>
    <item>
      <title>NDepend: code metrics at your service</title>
      <description>If you ever wrote code for a non-trivial project chances are that from time to time you stop an think: &amp;quot;I don't know, but I have the feeling that the code is not really clean/too complex/[insert adjective here that makes you feel bad about your code]&amp;quot;. Chances are even that you did not had these thoughts - but your source code indeed was not really clean, too complex or what not. While the latter situation is certainly the worse of the two, both situation make clear that we need means to quantify the quality of our code. NDepend is an excellent tool that can be used to generate those metrics &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%2f2008%2f07%2f08%2fNDepend-code-metrics-at-your-service.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f07%2f08%2fNDepend-code-metrics-at-your-service.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/NDepend_code_metrics_at_your_service</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/NDepend_code_metrics_at_your_service</guid>
      <pubDate>Thu, 10 Jul 2008 02:31:08 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft cracking down on community extensions</title>
      <description>Microsoft released a tool called Microsoft Source Analyzer, or StyleCop.  It analyzes source code for standards violations.  It's a 1.0 release, so it doesn't do some things ... like have a published API for custom rules or MSBuild integration.  So the community dug in and figured out how to do these things and now MS is firing off license-violation emails.  Don't they get it?  The community wants to use the product, but it's too limited ... these extensions help make it better. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flovethedot.blogspot.com%2f2008%2f07%2fcome-on-microsoft-isnt-this-little.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flovethedot.blogspot.com%2f2008%2f07%2fcome-on-microsoft-isnt-this-little.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Microsoft_cracking_down_on_community_extensions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Microsoft_cracking_down_on_community_extensions</guid>
      <pubDate>Fri, 04 Jul 2008 01:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Dependency Injection is Dead! </title>
      <description>The author claims that AOP-assisted Dependency Resolution, where dependencies are resolved on-demand without plumbing code and use of factories, can supersede Dependency Injection... at least in some scenarios. A refreshing view on a topic that tends to become sanctified and therefore undiscussed in our community.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fsimonince%2farchive%2f2008%2f06%2f30%2fdependency-injection-is-dead.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fsimonince%2farchive%2f2008%2f06%2f30%2fdependency-injection-is-dead.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Dependency_Injection_is_Dead</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Dependency_Injection_is_Dead</guid>
      <pubDate>Tue, 01 Jul 2008 22:46:10 GMT</pubDate>
    </item>
    <item>
      <title>Alt.NET Podcast Launched!</title>
      <description>The Alt.NET Podcast has a new podcast. The premier episode is a conversation with David Laribee, Jeremy D. Miller, and Chad Myers about continuously improving yourself, your code, and your team. Give it a listen! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faltnetpodcast.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faltnetpodcast.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Alt_NET_Podcast_Launched</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Alt_NET_Podcast_Launched</guid>
      <pubDate>Wed, 14 May 2008 07:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Why WPF Rocks (Custom Layout Panel showcase)</title>
      <description>This article discuss why WPF Layout model is great... The attached code of some of the best layout panels available on the net is also included (ie. FishEyePanel, FanPanel, TimelinePanel, AnimatingStackPanel, etc)! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f04%2f15%2fwhy-wpf-rocks-custom-layout-panel-showcase.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f04%2f15%2fwhy-wpf-rocks-custom-layout-panel-showcase.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Why_WPF_Rocks_Custom_Layout_Panel_showcase</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Why_WPF_Rocks_Custom_Layout_Panel_showcase</guid>
      <pubDate>Wed, 16 Apr 2008 00:16:08 GMT</pubDate>
    </item>
    <item>
      <title>.NET runs on Linux, Mac OSX and FreeBSD ?</title>
      <description>Good news. GNU adds support for .net apps in OpenSource world. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnetcafe.com%2fpost%2fNET-runs-on-Linux2c-Mac-OSX-and-FreeBSD-.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnetcafe.com%2fpost%2fNET-runs-on-Linux2c-Mac-OSX-and-FreeBSD-.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NET_runs_on_Linux_Mac_OSX_and_FreeBSD</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NET_runs_on_Linux_Mac_OSX_and_FreeBSD</guid>
      <pubDate>Fri, 07 Mar 2008 20:31:04 GMT</pubDate>
    </item>
    <item>
      <title>Structure Map intro</title>
      <description>DFT story goes on - this time giving an overview of StructureMap IoC framework &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%2f2008%2f02%2f25%2fdesign-for-testability-structure-map.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2008%2f02%2f25%2fdesign-for-testability-structure-map.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Structure_Map_intro</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Structure_Map_intro</guid>
      <pubDate>Mon, 03 Mar 2008 18:13:17 GMT</pubDate>
    </item>
    <item>
      <title>Disable .pdb file generation in Release Mode</title>
      <description>In VS2005 .pdb files get generated in debug as well as in Release mode.

This article explains how to stop .pdb files from getting generated. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgchandra.wordpress.com%2f2008%2f02%2f22%2fdisable-pdp-file-generation-in-release-mode%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgchandra.wordpress.com%2f2008%2f02%2f22%2fdisable-pdp-file-generation-in-release-mode%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Disable_pdb_file_generation_in_Release_Mode</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Disable_pdb_file_generation_in_Release_Mode</guid>
      <pubDate>Mon, 25 Feb 2008 04:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Design Fro Testability - Castle Windsor (Part 5)</title>
      <description>Thisblog post is covering the Castle Windsor IoC container usage with a couple of key HowTo points usefull to anyone considering starting using it  &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%2f2008%2f02%2f20%2fdesign-for-testability-castle-windsor-part-5.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2008%2f02%2f20%2fdesign-for-testability-castle-windsor-part-5.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Design_Fro_Testability_Castle_Windsor_Part_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Design_Fro_Testability_Castle_Windsor_Part_5</guid>
      <pubDate>Thu, 21 Feb 2008 20:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Design for testability - Dependency Injection frameworks  fundamentals</title>
      <description>This is part 4 of the blog post series trying to cover &amp;quot;design for testability&amp;quot; question

After covering in first 3 parts dependency injection design pattern based custom solutions, this part start journey into the DI framework land :) &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%2f2008%2f02%2f13%2fdesign-for-testability-dependency-injection-frameworks-part-4.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2008%2f02%2f13%2fdesign-for-testability-dependency-injection-frameworks-part-4.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Design_for_testability_Dependency_Injection_frameworks_fundamentals</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Design_for_testability_Dependency_Injection_frameworks_fundamentals</guid>
      <pubDate>Thu, 14 Feb 2008 15:39:37 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Link collection</title>
      <description>Links to get started fast with Microsoft 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%2f01%2f28%2fASP.NET-MVC-Link-collection.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f01%2f28%2fASP.NET-MVC-Link-collection.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Link_collection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Link_collection</guid>
      <pubDate>Tue, 29 Jan 2008 20:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Future Focus I</title>
      <description>This is the first of a series of monthly posts designed to give insight into the C# team's current plans for future versions of Visual Studio. Each post will highlight one or more key subjects that will impact users of the C# language. In this issue you will learn about the team's plan for Dynamic Lookup. &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%2f01%2f25%2ffuture-focus.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f01%2f25%2ffuture-focus.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Future_Focus_I</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Future_Focus_I</guid>
      <pubDate>Sat, 26 Jan 2008 16:46:02 GMT</pubDate>
    </item>
    <item>
      <title>There is too much money to be made in software development</title>
      <description>Opionions on the fact that &amp;quot;Too many developers don't have incentive to improve their processes and abilities because they are overly compensated for their skills&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fraymond.lewallen%2farchive%2f2008%2f01%2f22%2fthere-is-too-much-money-to-be-made-in-software-development.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fraymond.lewallen%2farchive%2f2008%2f01%2f22%2fthere-is-too-much-money-to-be-made-in-software-development.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/There_is_too_much_money_to_be_made_in_software_development</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/There_is_too_much_money_to_be_made_in_software_development</guid>
      <pubDate>Thu, 24 Jan 2008 09:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Minority Report-like interaction with WPF</title>
      <description>The guys at Cynergy built a very cool prototype of a no-touch interface using WPF and Wii controller. Here is a video and some insight of how they developed it. &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%2f01%2f23%2fMinority-Report-like-interaction-in-WPF.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f01%2f23%2fMinority-Report-like-interaction-in-WPF.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Minority_Report_like_interaction_with_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Minority_Report_like_interaction_with_WPF</guid>
      <pubDate>Wed, 23 Jan 2008 16:46:03 GMT</pubDate>
    </item>
    <item>
      <title>.NET Foundations - Reference type memory allocation </title>
      <description>This is part 2 of .NET memory mode blog post series which tries to cover the memory allocation model of reference types  &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%2f2008%2f01%2f13%2fnet-foundations-memory-model-part-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2008%2f01%2f13%2fnet-foundations-memory-model-part-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/NET_Foundations_Reference_type_memory_allocation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/NET_Foundations_Reference_type_memory_allocation</guid>
      <pubDate>Wed, 23 Jan 2008 06:57:39 GMT</pubDate>
    </item>
    <item>
      <title>Measure memory consumption of creating object in C#</title>
      <description>Measure memory consumption of creating object or executing functions in C#

A detailed look at benchmarking the memory footprint and the execution speed of functions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fmeasure-memory-consumption-creating-object-functions%2f102.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fmeasure-memory-consumption-creating-object-functions%2f102.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Measure_memory_consumption_of_creating_object_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Measure_memory_consumption_of_creating_object_in_C</guid>
      <pubDate>Fri, 18 Jan 2008 15:16:02 GMT</pubDate>
    </item>
  </channel>
</rss>