<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by alkampfer</title>
    <description>Stories kicked by alkampfer</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>Use Capped collection on MongoAppender for Log4Net</title>
      <description>How to create Capped Collection with C# code, to make log4Net appender directly create capped collection if the collection does not already exists &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f05%2f22%2fuse-capped-collection-on-mongoappender-for-log4net%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f05%2f22%2fuse-capped-collection-on-mongoappender-for-log4net%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Use_Capped_collection_on_MongoAppender_for_Log4Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Use_Capped_collection_on_MongoAppender_for_Log4Net</guid>
      <pubDate>Fri, 25 May 2012 14:40:58 GMT</pubDate>
    </item>
    <item>
      <title>Shim and InstanceBehavior fallthrough to isolate part of the SUT</title>
      <description>Thanks to the new Shim Library in Visual Studio11 it is possible to isolate part of the SUT to write Unit Test for difficult to test classes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f05%2f10%2fshim-and-instancebehavior-fallthrough-to-isolate-part-of-the-sut%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f05%2f10%2fshim-and-instancebehavior-fallthrough-to-isolate-part-of-the-sut%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Shim_and_InstanceBehavior_fallthrough_to_isolate_part_of_the_SUT</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Shim_and_InstanceBehavior_fallthrough_to_isolate_part_of_the_SUT</guid>
      <pubDate>Thu, 10 May 2012 17:07:01 GMT</pubDate>
    </item>
    <item>
      <title>Getting the list of Type associated to a given export in MEF</title>
      <description>In this post I explain how to find concrete types imported by MEF for a given Export Type. This functionality is not directly exposed by MEF, but you can find it simply iterating inside ComposableParts and metadata of a Container. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f05%2f08%2fgetting-the-list-of-type-associated-to-a-given-export-in-mef%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f05%2f08%2fgetting-the-list-of-type-associated-to-a-given-export-in-mef%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Getting_the_list_of_Type_associated_to_a_given_export_in_MEF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Getting_the_list_of_Type_associated_to_a_given_export_in_MEF</guid>
      <pubDate>Tue, 08 May 2012 17:34:49 GMT</pubDate>
    </item>
    <item>
      <title>instantiate WCF host class with MEF in a request/response service</title>
      <description>This is the fourth part of a series that explain how to build a super simple Request/Response service with WCF.
In this fourth part I explain how to configure WCF to create instance of the service with MEF, to discover all the request handlers at runtime. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f05%2f08%2fhow-to-instantiate-wcf-host-class-with-mef%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f05%2f08%2fhow-to-instantiate-wcf-host-class-with-mef%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/instantiate_WCF_host_class_with_MEF_in_a_request_response_service</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/instantiate_WCF_host_class_with_MEF_in_a_request_response_service</guid>
      <pubDate>Tue, 08 May 2012 17:06:29 GMT</pubDate>
    </item>
    <item>
      <title>Using Shims in Visual Studio 11 to test untestable code.</title>
      <description>New upcoming version of Visual Studio, codename VisualStudio11 contains a library to isolate call to static and non-virtual function to simply testing of classes written without unit testing in mind. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f04%2f27%2fusing-shims-in-visual-studio-11-to-test-untestable-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f04%2f27%2fusing-shims-in-visual-studio-11-to-test-untestable-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Using_Shims_in_Visual_Studio_11_to_test_untestable_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Using_Shims_in_Visual_Studio_11_to_test_untestable_code</guid>
      <pubDate>Mon, 30 Apr 2012 14:39:52 GMT</pubDate>
    </item>
    <item>
      <title>Request Response service, separate contract and business logic</title>
      <description>The third part of a series of articles devoted to the creation of a basic Request/response service in WCF. In this article I show how to use MEF to automatic load the handlers for the requests. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f04%2f23%2fevolving-request-response-service-to-separate-contract-and-business-logic%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f04%2f23%2fevolving-request-response-service-to-separate-contract-and-business-logic%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Request_Response_service_separate_contract_and_business_logic</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Request_Response_service_separate_contract_and_business_logic</guid>
      <pubDate>Fri, 27 Apr 2012 15:20:43 GMT</pubDate>
    </item>
    <item>
      <title>Upgrade TFS2010 to TFS11 with Detach and Attach</title>
      <description>Upgrade a Team Foundation Server Project Collection from TFS2010 to TFS11 Beta with Detach/Attach and post update manual procedure. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f03%2f20%2fupgrade-tfs2010-to-tfs11-with-detach-and-attach%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f03%2f20%2fupgrade-tfs2010-to-tfs11-with-detach-and-attach%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Upgrade_TFS2010_to_TFS11_with_Detach_and_Attach</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Upgrade_TFS2010_to_TFS11_with_Detach_and_Attach</guid>
      <pubDate>Thu, 22 Mar 2012 06:13:23 GMT</pubDate>
    </item>
    <item>
      <title>Running NUnit and xUnit tests in TFS11 build</title>
      <description>This post shows how simple is to run NUnit and xUnit tests during a Team Foundation Server 11 build. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f03%2f05%2frunning-nunit-and-xunit-tests-in-tfs11-build%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f03%2f05%2frunning-nunit-and-xunit-tests-in-tfs11-build%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Running_NUnit_and_xUnit_tests_in_TFS11_build</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Running_NUnit_and_xUnit_tests_in_TFS11_build</guid>
      <pubDate>Mon, 05 Mar 2012 15:18:32 GMT</pubDate>
    </item>
    <item>
      <title>Interesting links for Visual Studio 11 and TFS 11 Beta</title>
      <description>A series of links related to Visual Studio 11 ALM (VS11 + TFS11) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f03%2f01%2finteresting-links-for-visual-studio-11-and-tfs-11-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f03%2f01%2finteresting-links-for-visual-studio-11-and-tfs-11-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Interesting_links_for_Visual_Studio_11_and_TFS_11_Beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Interesting_links_for_Visual_Studio_11_and_TFS_11_Beta</guid>
      <pubDate>Thu, 01 Mar 2012 17:29:11 GMT</pubDate>
    </item>
    <item>
      <title>Renaming a property in RavenDb with HTTP API</title>
      <description>How to rename a property in RavenDb Documents with HTTP API and set-based operation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f02%2f20%2frenaming-a-property-in-ravendb-with-http-api%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f02%2f20%2frenaming-a-property-in-ravendb-with-http-api%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/nosql/Renaming_a_property_in_RavenDb_with_HTTP_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/nosql/Renaming_a_property_in_RavenDb_with_HTTP_API</guid>
      <pubDate>Wed, 22 Feb 2012 08:38:31 GMT</pubDate>
    </item>
    <item>
      <title>Configure WebMatrix/IIS Express to work with WP7 on Windows 7</title>
      <description>This post describes how to Configure WebMatrix/IIS Express to work with WP7 on Windows 7 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.primordialcode.com%2fblog%2fpost%2fconfigure-webmatrix-iis-express-wp7-windows7%23.TzJBhN4C3O8.dotnetkicks"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.primordialcode.com%2fblog%2fpost%2fconfigure-webmatrix-iis-express-wp7-windows7%23.TzJBhN4C3O8.dotnetkicks" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/WindowsPhone7/Configure_WebMatrix_IIS_Express_to_work_with_WP7_on_Windows_7</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/WindowsPhone7/Configure_WebMatrix_IIS_Express_to_work_with_WP7_on_Windows_7</guid>
      <pubDate>Wed, 08 Feb 2012 09:34:18 GMT</pubDate>
    </item>
    <item>
      <title>A list of useful link for Team Foundation Server</title>
      <description>A list of useful link for Team Foundation Server, if you use TFS you probably will find these useful. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f12%2f20%2fx01-team-foundation-server-list%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f12%2f20%2fx01-team-foundation-server-list%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/A_list_of_useful_link_for_Team_Foundation_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/A_list_of_useful_link_for_Team_Foundation_Server</guid>
      <pubDate>Wed, 08 Feb 2012 09:30:11 GMT</pubDate>
    </item>
    <item>
      <title>Design time data in WPF and Blend with little effort</title>
      <description>Simple article that shows how easy is to create Design Time Data in WPF for Blend. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f01%2f20%2fdesign-time-data-in-wpf-and-blend-with-little-effort%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f01%2f20%2fdesign-time-data-in-wpf-and-blend-with-little-effort%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Design_time_data_in_WPF_and_Blend_with_little_effort</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Design_time_data_in_WPF_and_Blend_with_little_effort</guid>
      <pubDate>Sat, 21 Jan 2012 09:28:43 GMT</pubDate>
    </item>
    <item>
      <title>Customize aspect of output window in visual studio 2010</title>
      <description>Write a simple Visual Studio 2010 addin to format the content of the &amp;quot;output&amp;quot; window. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f01%2f09%2fcustomize-output-windows-in-visual-studio%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2012%2f01%2f09%2fcustomize-output-windows-in-visual-studio%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Customize_aspect_of_output_window_in_visual_studio_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Customize_aspect_of_output_window_in_visual_studio_2010</guid>
      <pubDate>Tue, 10 Jan 2012 09:06:06 GMT</pubDate>
    </item>
    <item>
      <title>Assert on number and text of Nhibernate queries during a unit test</title>
      <description>A test helper class that permits me to assert on the number and text of the query that Nhibernate issued to the database during the test &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f12%2f30%2funit-test-nhibernate-query-to-verify-n1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f12%2f30%2funit-test-nhibernate-query-to-verify-n1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Assert_on_number_and_text_of_Nhibernate_queries_during_a_unit_test</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Assert_on_number_and_text_of_Nhibernate_queries_during_a_unit_test</guid>
      <pubDate>Fri, 30 Dec 2011 15:38:28 GMT</pubDate>
    </item>
    <item>
      <title>Searching in TFS Work Items never was so Easy thanks to Power Tools</title>
      <description>A post that explains how to search work item in Team Foundation Server with Web Access or the new Searchbox introduced in TFS Power Tools of August 2011 (That was improved in the December 2011 release) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f12%2f21%2fsearch-in-tfs-work-items-never-was-so-easy%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f12%2f21%2fsearch-in-tfs-work-items-never-was-so-easy%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Searching_in_TFS_Work_Items_never_was_so_Easy_thanks_to_Power_Tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Searching_in_TFS_Work_Items_never_was_so_Easy_thanks_to_Power_Tools</guid>
      <pubDate>Wed, 21 Dec 2011 18:33:32 GMT</pubDate>
    </item>
    <item>
      <title>Host a WCF service with SSL and self issued certificate</title>
      <description>When you use SSL for your WCF service it is really useful to be able to work with self issue certificates for dev machine.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f11%2f21%2fhow-to-test-ssl-based-wcf-services%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f11%2f21%2fhow-to-test-ssl-based-wcf-services%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/Host_a_WCF_service_with_SSL_and_self_issued_certificate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/Host_a_WCF_service_with_SSL_and_self_issued_certificate</guid>
      <pubDate>Tue, 22 Nov 2011 11:33:04 GMT</pubDate>
    </item>
    <item>
      <title>Deep dive in Process template's states and transitions</title>
      <description>Seventh part of a series of articles dedicated to Team Foundation Server customization of Work Items definition. In this part I'll show how to add rules to transition and states of the Work Item.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f09%2f19%2fdeep-dive-in-process-templates-states-and-transitions%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f09%2f19%2fdeep-dive-in-process-templates-states-and-transitions%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Deep_dive_in_Process_template_s_states_and_transitions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Deep_dive_in_Process_template_s_states_and_transitions</guid>
      <pubDate>Mon, 19 Sep 2011 10:47:13 GMT</pubDate>
    </item>
    <item>
      <title>Wich version of IE is used by the WebBrowser control?</title>
      <description>If you use WebBrowser control il .NET, you already know that it uses IE rendering engine, but probably you miss the fact that, unless you change some registry keys, you are using the IE control in IE7 compatibility mode.

In this article I explain how to choose with registry keys wich version of IE to use in WebBrowser control &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f06%2f06%2fwitch-version-of-browser-is-used-by-the-webbrowser-control%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f06%2f06%2fwitch-version-of-browser-is-used-by-the-webbrowser-control%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Wich_version_of_IE_is_used_by_the_WebBrowser_control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Wich_version_of_IE_is_used_by_the_WebBrowser_control</guid>
      <pubDate>Wed, 24 Aug 2011 11:40:20 GMT</pubDate>
    </item>
    <item>
      <title>Create Visual Studio Macro to attach to IIS process </title>
      <description>Visual Studio Macro are really powerful, thanks to few lines of code you can write a macro to automatically attach to IIS process and it is able to show you a simple user interface to choose the IIS process to debug when multiple worker process are running. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f08%2f17%2fmacro-to-attach-to-local-iis-take-3%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f08%2f17%2fmacro-to-attach-to-local-iis-take-3%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Create_Visual_Studio_Macro_to_attach_to_IIS_process</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Create_Visual_Studio_Macro_to_attach_to_IIS_process</guid>
      <pubDate>Wed, 17 Aug 2011 15:19:58 GMT</pubDate>
    </item>
    <item>
      <title>A visual studio macro to automate Attach to IIS procedure</title>
      <description>A simple macro to create a shortcut like CTRL+SHIFT+ALT+I to attach to local IIS process to speedup debugging sessions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f08%2f10%2fvisual-studio-macroattach-to-local-iis%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f08%2f10%2fvisual-studio-macroattach-to-local-iis%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/A_visual_studio_macro_to_automate_Attach_to_IIS_procedure</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/A_visual_studio_macro_to_automate_Attach_to_IIS_procedure</guid>
      <pubDate>Thu, 11 Aug 2011 23:59:17 GMT</pubDate>
    </item>
    <item>
      <title>Use Sql Server Query Hints with NHibernate HQL and ICriteria</title>
      <description>Sometimes you got bad performance from SQL query due to caching of execution plan, in this article I outline the problem and show you how you can add query hints to nhibernate HQL and ICriteria Query. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f07%2f23%2fuse-sql-server-query-hints-with-nhibernate-hql-and-icriteria%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f07%2f23%2fuse-sql-server-query-hints-with-nhibernate-hql-and-icriteria%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Use_Sql_Server_Query_Hints_with_NHibernate_HQL_and_ICriteria</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Use_Sql_Server_Query_Hints_with_NHibernate_HQL_and_ICriteria</guid>
      <pubDate>Mon, 25 Jul 2011 07:34:28 GMT</pubDate>
    </item>
    <item>
      <title>Fetching collections with NHibernate, a mistake a I always do!</title>
      <description>Be careful when optimizing your queries using join fetching in NHibernate! If you do it without care you can incur in my same mistakes! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.primordialcode.com%2fblog%2fpost%2ffetching-collections-nhibernate-mistake"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.primordialcode.com%2fblog%2fpost%2ffetching-collections-nhibernate-mistake" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Fetching_collections_with_NHibernate_a_mistake_a_I_always_do</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Fetching_collections_with_NHibernate_a_mistake_a_I_always_do</guid>
      <pubDate>Wed, 20 Jul 2011 16:22:29 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate.Envers - Querying - part 2</title>
      <description>Third Article of the NHibernate.Envers series, this time we'll see how to query the database for the revision history detailed information (revision number, timestamp, operation type and entity snapshot). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.primordialcode.com%2fblog%2fpost%2fnhibernate-envers-querying-part-2"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.primordialcode.com%2fblog%2fpost%2fnhibernate-envers-querying-part-2" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/NHibernate_Envers_Querying_part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/NHibernate_Envers_Querying_part_2</guid>
      <pubDate>Wed, 13 Jul 2011 14:18:14 GMT</pubDate>
    </item>
    <item>
      <title>Entity Framework 4.1 - manage relations</title>
      <description>How you manage relations between objects with Entity Framework 4.1 Code First approach. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f07%2f12%2fentity-framework-4-1-managing-relations%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f07%2f12%2fentity-framework-4-1-managing-relations%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Entity_Framework_4_1_manage_relations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Entity_Framework_4_1_manage_relations</guid>
      <pubDate>Tue, 12 Jul 2011 08:20:30 GMT</pubDate>
    </item>
  </channel>
</rss>
