<?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>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 05: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>Wed, 03 Sep 2008 19: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>Wed, 09 Jul 2008 18: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>Thu, 03 Jul 2008 17: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 14: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>Tue, 13 May 2008 23: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>Tue, 15 Apr 2008 16: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 13: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 11: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>Sun, 24 Feb 2008 21: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 13: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 08: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 13: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 09: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 02: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 09: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>Tue, 22 Jan 2008 23: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 08:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Attach to ASP.NET process with one keyboard shortcut</title>
      <description>Launch attach to process faster with this simple macro to debug your applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2008%2f01%2fAttach-to-Process-with-one-shortcut.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2008%2f01%2fAttach-to-Process-with-one-shortcut.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Attach_to_ASP_NET_process_with_one_keyboard_shortcut</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Attach_to_ASP_NET_process_with_one_keyboard_shortcut</guid>
      <pubDate>Mon, 14 Jan 2008 15:46:04 GMT</pubDate>
    </item>
    <item>
      <title>NET Foundations - Execution model </title>
      <description>This is second part of blog posts trying to give answers on some common foundation .NET questions... In this post the subject is .NET execution model  &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%2f2007%2f12%2f25%2fnet-foundations-net-execution-model.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2007%2f12%2f25%2fnet-foundations-net-execution-model.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/NET_Foundations_Execution_model</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/NET_Foundations_Execution_model</guid>
      <pubDate>Tue, 25 Dec 2007 11:49:20 GMT</pubDate>
    </item>
    <item>
      <title>.NET fundamentals - Assembly structure</title>
      <description>This is first part of series of blog posts trying to give solid answers on some common foundation .NET questions... In this post the subject is structure of .NET assembly, how c# code becomes IL code etc...
 &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%2f2007%2f12%2f24%2fnet-foundations-net-assembly-structure.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2007%2f12%2f24%2fnet-foundations-net-assembly-structure.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/NET_fundamentals_Assembly_structure</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/NET_fundamentals_Assembly_structure</guid>
      <pubDate>Mon, 24 Dec 2007 00:12:11 GMT</pubDate>
    </item>
    <item>
      <title>Foundations of Programming - Part 5 - Unit Testing</title>
      <description>Part 5 in Karl Seguins article series &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%2f2007%2f12%2f20%2ffoundations-of-programming-part-5-unit-testing.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2007%2f12%2f20%2ffoundations-of-programming-part-5-unit-testing.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Foundations_of_Programming_Part_5_Unit_Testing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Foundations_of_Programming_Part_5_Unit_Testing</guid>
      <pubDate>Sat, 22 Dec 2007 13:31:02 GMT</pubDate>
    </item>
    <item>
      <title>XamlPadX V3.0 released</title>
      <description>XamlPadX v3.0 is finally released. This tool now provides plugin support so that users can add their own add ins. Download it before the server comes down with the heavy traffic :)
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2007%2f12%2f22%2fxamlpadx-v3-0.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2007%2f12%2f22%2fxamlpadx-v3-0.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/XamlPadX_V3_0_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/XamlPadX_V3_0_released</guid>
      <pubDate>Sun, 23 Dec 2007 17:16:02 GMT</pubDate>
    </item>
    <item>
      <title>MVP vs MVC</title>
      <description>With all the noise around MVC.NET this days, question what is the difference between MVC and MVP is asked quite frequentlly. 
Check out this blog post for some answers on that question  &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%2f2007%2f12%2f18%2fmodel-view-presenter-mvp-vs-model-view-controller-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2007%2f12%2f18%2fmodel-view-presenter-mvp-vs-model-view-controller-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/MVP_vs_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/MVP_vs_MVC</guid>
      <pubDate>Tue, 18 Dec 2007 15:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Why throw; is not allways  the best way to rethrow exceptions</title>
      <description>This blog post explains why the standard throw; approach of rethrowing exceptions is not the best in case you care of the full stack trace information &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%2f2007%2f04%2f01%2fgotcha-improper-exception-handling.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2007%2f04%2f01%2fgotcha-improper-exception-handling.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Why_throw_is_not_allways_the_best_way_to_rethrow_exceptions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Why_throw_is_not_allways_the_best_way_to_rethrow_exceptions</guid>
      <pubDate>Fri, 30 Nov 2007 21:01:02 GMT</pubDate>
    </item>
  </channel>
</rss>