<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Jachman</title>
    <description>Stories kicked by Jachman</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>One-liner for splitting Pascal Casing</title>
      <description>Today I had to write a method for splitting Pascal Cased property names to readable text strings. Because I found a small and stylish solution, I want to show you. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjachman.wordpress.com%2f2008%2f10%2f16%2fone-liner-for-splitting-pascal-casing%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjachman.wordpress.com%2f2008%2f10%2f16%2fone-liner-for-splitting-pascal-casing%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/One_liner_for_splitting_Pascal_Casing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/One_liner_for_splitting_Pascal_Casing</guid>
      <pubDate>Thu, 16 Oct 2008 12:30:29 GMT</pubDate>
    </item>
    <item>
      <title>How to deploy a webservice by hand</title>
      <description>When you search the web for webservice deployment you always hear: "Setup a Web Setup project ." Sure, that's the easiest solution, but not if you see it in a wider scope. So here's the manual way of deploying a .NET WebService (and it's a really simplay way) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjachman.wordpress.com%2f2008%2f10%2f07%2fhow-to-deploy-a-webservice-by-hand%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjachman.wordpress.com%2f2008%2f10%2f07%2fhow-to-deploy-a-webservice-by-hand%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/How_to_deploy_a_webservice_by_hand</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/How_to_deploy_a_webservice_by_hand</guid>
      <pubDate>Tue, 07 Oct 2008 09:13:34 GMT</pubDate>
    </item>
    <item>
      <title>How to extract data from Microsoft Excel XML Files</title>
      <description>Today I want to show how to extract data from Microsoft Excel Files. I needed it myself the time I looked for a solution to create some testdata for my application. Instead of putting the testdata into a database - which would be very hard to handle - I decided to put them into an Excel file.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjachman.wordpress.com%2f2008%2f03%2f19%2fhow-to-extract-data-from-microsoft-excel-xml-files%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjachman.wordpress.com%2f2008%2f03%2f19%2fhow-to-extract-data-from-microsoft-excel-xml-files%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_extract_data_from_Microsoft_Excel_XML_Files</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_extract_data_from_Microsoft_Excel_XML_Files</guid>
      <pubDate>Wed, 19 Mar 2008 08:53:48 GMT</pubDate>
    </item>
    <item>
      <title>How to use delegates to remove duplicated code</title>
      <description>Sometimes you have duplicated code, that is not easy to remove with "ordinary" coding approaches. Think about the following example. You have two or more methods that needs to be encapsulated with try-catch blocks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjachman.wordpress.com%2f2008%2f02%2f06%2fhow-to-use-delegates-to-remove-duplicated-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjachman.wordpress.com%2f2008%2f02%2f06%2fhow-to-use-delegates-to-remove-duplicated-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_use_delegates_to_remove_duplicated_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_use_delegates_to_remove_duplicated_code</guid>
      <pubDate>Thu, 07 Feb 2008 01:31:02 GMT</pubDate>
    </item>
    <item>
      <title>How to use Custom Assemblies with Reports</title>
      <description>Last days I tried to write a sql server report. In the beginning everything was fine. Until - I wanted to call a custom method in a custom assembly of my project.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjachman.wordpress.com%2f2007%2f12%2f19%2fhow-to-use-custom-assemblies-with-reports%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjachman.wordpress.com%2f2007%2f12%2f19%2fhow-to-use-custom-assemblies-with-reports%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_use_Custom_Assemblies_with_Reports</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_use_Custom_Assemblies_with_Reports</guid>
      <pubDate>Wed, 19 Dec 2007 09:19:46 GMT</pubDate>
    </item>
    <item>
      <title>A Few Quick Tips to Get More Visitors</title>
      <description>The problem is getting people to actually stay and interact. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bloodyflux.com%2fpost.aspx%3fid%3ddff2b559-d3fd-4463-b1bf-2e03b82ac036"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bloodyflux.com%2fpost.aspx%3fid%3ddff2b559-d3fd-4463-b1bf-2e03b82ac036" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/A_Few_Quick_Tips_to_Get_More_Visitors</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/A_Few_Quick_Tips_to_Get_More_Visitors</guid>
      <pubDate>Thu, 29 Nov 2007 04:13:09 GMT</pubDate>
    </item>
    <item>
      <title>Error Handling is Error Management</title>
      <description>Error handling in asynchrounous scenarios (as with WF) has some additional challanges. Making the error apparent is just one... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fajdotnet.wordpress.com%2f2007%2f11%2f11%2ferror-handling-is-error-management%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fajdotnet.wordpress.com%2f2007%2f11%2f11%2ferror-handling-is-error-management%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wwf/Error_Handling_is_Error_Management</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wwf/Error_Handling_is_Error_Management</guid>
      <pubDate>Sun, 11 Nov 2007 10:23:52 GMT</pubDate>
    </item>
    <item>
      <title>?? Operator and it's use case</title>
      <description>Long time I asked myself, for what the heck I could use the ?? operator. Last days I found the perfect scenario for using this operator. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjachman.wordpress.com%2f2007%2f11%2f08%2foperator-and-its-use-case%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjachman.wordpress.com%2f2007%2f11%2f08%2foperator-and-its-use-case%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Operator_and_it_s_use_case</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Operator_and_it_s_use_case</guid>
      <pubDate>Sun, 11 Nov 2007 12:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Public Holiday Toolkit v1.0</title>
      <description>Using this toolkit enables you to show public holidays for several countries within your .NET application. This can be interessting for many use cases. Think about calendars, appointments and so on.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjachman.wordpress.com%2f2007%2f11%2f02%2fpublic-holiday-toolkit-v10%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjachman.wordpress.com%2f2007%2f11%2f02%2fpublic-holiday-toolkit-v10%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Public_Holiday_Toolkit_v1_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Public_Holiday_Toolkit_v1_0</guid>
      <pubDate>Mon, 05 Nov 2007 12:54:06 GMT</pubDate>
    </item>
    <item>
      <title>Robust Operations</title>
      <description>Robust processing (i.e. preventing errors) and error handling are actually two sides of the same coin. This post takes a closer look at preventing some common error scenarios in WF applications.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fajdotnet.wordpress.com%2f2007%2f11%2f04%2frobust-operations%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fajdotnet.wordpress.com%2f2007%2f11%2f04%2frobust-operations%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wwf/Robust_Operations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wwf/Robust_Operations</guid>
      <pubDate>Sun, 04 Nov 2007 14:32:10 GMT</pubDate>
    </item>
    <item>
      <title>You too can fail fast (or at least really quickly)</title>
      <description>A description of contract first programming and what it means to have a fail-fast system. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2007%2f11%2fYou-too-can-fail-fast-(or-at-least-really-quickly).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2007%2f11%2fYou-too-can-fail-fast-(or-at-least-really-quickly).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/You_too_can_fail_fast_or_at_least_really_quickly</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/You_too_can_fail_fast_or_at_least_really_quickly</guid>
      <pubDate>Thu, 01 Nov 2007 22:31:03 GMT</pubDate>
    </item>
    <item>
      <title>New Release - AdFactum ObjectMapper .NET 2.0.2129.0</title>
      <description>Today I'm proud to release version 2.0 of the AdFactum ObjectMapper .NET. This major release covers new key features like a first LINQ implementation, new projection classes and several bug fixes regarding the XML persister. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.objectmapper.net%2f2007%2f10%2f30%2fnew-release-adfactum-objectmapper-net-2021290%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.objectmapper.net%2f2007%2f10%2f30%2fnew-release-adfactum-objectmapper-net-2021290%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/New_Release_AdFactum_ObjectMapper_NET_2_0_2129_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/New_Release_AdFactum_ObjectMapper_NET_2_0_2129_0</guid>
      <pubDate>Wed, 31 Oct 2007 19:35:01 GMT</pubDate>
    </item>
    <item>
      <title>How to build CHM / HTML Documentation with Sandcastle September CTP 20</title>
      <description>The new Sandcastle CTP isn't well documented at all and the documentation that can be found is useless, because the Sandcastle September CTP 2007 changed alot compared to old CTPs for that the documentation has been written. 

This article shows how to build your documentation with the new Sandcastle September CTP and NANT. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjachman.wordpress.com%2f2007%2f10%2f22%2fhow-to-build-chm-html-documentation-with-sandcastle-september-ctp-2007-and-nant%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjachman.wordpress.com%2f2007%2f10%2f22%2fhow-to-build-chm-html-documentation-with-sandcastle-september-ctp-2007-and-nant%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_build_CHM_HTML_Documentation_with_Sandcastle_September_CTP_20</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_build_CHM_HTML_Documentation_with_Sandcastle_September_CTP_20</guid>
      <pubDate>Mon, 22 Oct 2007 08:09:22 GMT</pubDate>
    </item>
    <item>
      <title>Talking to a Windows Service hosting WF</title>
      <description>What will become of a Windows Service if I attach a WCF interface to it? A Service in the SOA sense or an internal service? 
What if I need a publicly available service? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fajdotnet.wordpress.com%2f2007%2f10%2f19%2ftalking-to-the-windows-service%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fajdotnet.wordpress.com%2f2007%2f10%2f19%2ftalking-to-the-windows-service%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Talking_to_a_Windows_Service_hosting_WF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Talking_to_a_Windows_Service_hosting_WF</guid>
      <pubDate>Fri, 19 Oct 2007 19:36:32 GMT</pubDate>
    </item>
    <item>
      <title>Set Operations with C# Generics</title>
      <description>C# Generics are powerful, but there are not many generic classes beyond List and Dictionary. Especially for Set Operations Generics are missing.

That's whay I created a small class for Set Operations called Set that contains the basic Set Operations, like Union, Intersect and Difference. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjachman.wordpress.com%2f2007%2f10%2f16%2fset-operations-with-c-generics%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjachman.wordpress.com%2f2007%2f10%2f16%2fset-operations-with-c-generics%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Set_Operations_with_C_Generics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Set_Operations_with_C_Generics</guid>
      <pubDate>Tue, 16 Oct 2007 23:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Hosting WF</title>
      <description>Hosting WF is easy, and there are a lot of samples available. However most samples are too simplistic  for real world demands, especially when it comes to Windows Services.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fajdotnet.wordpress.com%2f2007%2f10%2f14%2fhosting-wf%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fajdotnet.wordpress.com%2f2007%2f10%2f14%2fhosting-wf%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wwf/Hosting_WF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wwf/Hosting_WF</guid>
      <pubDate>Sun, 14 Oct 2007 12:53:10 GMT</pubDate>
    </item>
    <item>
      <title>In-Code Profiling with C# and log4net</title>
      <description>There are many tools that can be used for profiling software. These tools are a great enrichment for our job, but sometimes they are oversized. Sometimes, you need a small solution for a particular piece of code. If you find yourself at this point, I will show you a solution here. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjachman.wordpress.com%2f2007%2f10%2f05%2fin-code-profiling-with-c-and-log4net%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjachman.wordpress.com%2f2007%2f10%2f05%2fin-code-profiling-with-c-and-log4net%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/In_Code_Profiling_with_C_and_log4net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/In_Code_Profiling_with_C_and_log4net</guid>
      <pubDate>Fri, 05 Oct 2007 13:04:35 GMT</pubDate>
    </item>
    <item>
      <title>Workflow Communication</title>
      <description>If you are new to WF you'll have to master two or three things to talk to a workflow: The service pattern, a silly interface pattern, and some threading issues. ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fajdotnet.wordpress.com%2f2007%2f10%2f02%2fworkflow-communication%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fajdotnet.wordpress.com%2f2007%2f10%2f02%2fworkflow-communication%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wwf/Workflow_Communication</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wwf/Workflow_Communication</guid>
      <pubDate>Tue, 02 Oct 2007 18:45:58 GMT</pubDate>
    </item>
    <item>
      <title>ObjectDumper re-loaded</title>
      <description>Sometimes in history a star flashes for a short moment to shade for the next. The same happened to the class ObjectDumper which is quite a handy class for writing NUnit Test cases - published one time in a microsoft sample - and after that never found again.

The performance of that class used with NUnit was terrible, because the ObjectDumper wrote directly to the Console Out Stream. That forced NUnit to refresh the UI again and again. I improved the ObjectDumper, so that it takes a StringBuilder and write the complete output to the Console in one step. That's faster.

You can output the content of every object using the following syntax:

ObjectDumper.Write (object you want to output); &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjachman.wordpress.com%2f2007%2f09%2f28%2fobjectdumper-re-loaded%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjachman.wordpress.com%2f2007%2f09%2f28%2fobjectdumper-re-loaded%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/ObjectDumper_re_loaded</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/ObjectDumper_re_loaded</guid>
      <pubDate>Mon, 01 Oct 2007 07:23:43 GMT</pubDate>
    </item>
    <item>
      <title>How to store binary data (blob)</title>
      <description>This article shows how to store binary data (blobs) using the AdFactum ObjectMapper .NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.objectmapper.net%2f2007%2f04%2f23%2fhow-to-store-binary-data-blob%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.objectmapper.net%2f2007%2f04%2f23%2fhow-to-store-binary-data-blob%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/How_to_store_binary_data_blob</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/How_to_store_binary_data_blob</guid>
      <pubDate>Mon, 23 Apr 2007 06:39:23 GMT</pubDate>
    </item>
    <item>
      <title>New Release - ObjectMapper .NET 1.60.1517.1</title>
      <description>Today I'm proud to present the new major release of the AdFactum ObjectMapper .NET.  This release includes two new features and one major attribute change.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.objectmapper.net%2f2007%2f04%2f17%2fnew-release-objectmapper-net-16015171%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.objectmapper.net%2f2007%2f04%2f17%2fnew-release-objectmapper-net-16015171%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/New_Release_ObjectMapper_NET_1_60_1517_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/New_Release_ObjectMapper_NET_1_60_1517_1</guid>
      <pubDate>Tue, 17 Apr 2007 05:44:43 GMT</pubDate>
    </item>
    <item>
      <title>Using the ObjectMapper in a multi threaded environment and cascaded tr</title>
      <description>This tutorial shows how to use the AdFactum ObjectMapper .NET in an enterprise environment. Therefore we assume that we have several threads (e.g. IIS sessions) that will access business services. Furthermore we are using cascading transactions. So continue reading. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.objectmapper.net%2f2007%2f04%2f02%2ftutorial-4-using-the-objectmapper-in-a-multi-threaded-environment-and-cascaded-transactions%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.objectmapper.net%2f2007%2f04%2f02%2ftutorial-4-using-the-objectmapper-in-a-multi-threaded-environment-and-cascaded-transactions%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Using_the_ObjectMapper_in_a_multi_threaded_environment_and_cascaded_tr</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Using_the_ObjectMapper_in_a_multi_threaded_environment_and_cascaded_tr</guid>
      <pubDate>Mon, 02 Apr 2007 00:57:17 GMT</pubDate>
    </item>
    <item>
      <title>New Release - ObjectMapper .NET 1.50.1428.0</title>
      <description>Announcing the new release of the ObjectMapper .NET.  This release is a hot fix for the last version which had a small bug. In some special cases the ObjectMapper .NET wasn't been able to deep load the object.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.objectmapper.net%2f2007%2f03%2f29%2fnew-release-objectmapper-net-15014280%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.objectmapper.net%2f2007%2f03%2f29%2fnew-release-objectmapper-net-15014280%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/New_Release_ObjectMapper_NET_1_50_1428_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/New_Release_ObjectMapper_NET_1_50_1428_0</guid>
      <pubDate>Wed, 28 Mar 2007 22:40:19 GMT</pubDate>
    </item>
    <item>
      <title>New Release - ObjectMapper .NET 1.50.1419.0</title>
      <description>Today I'm proud to present you the new release of the AdFactum ObjectMapper .NET.  

The ObjectMapper .NET is an impressive open source project for object persistence, proven in real-world projects. It offers state-of-the-art object mapping functionality, yet it also provides advanced features that set it apart from other o/r mappers.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.objectmapper.net%2f2007%2f03%2f21%2fnew-release-objectmapper-net-15014190%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.objectmapper.net%2f2007%2f03%2f21%2fnew-release-objectmapper-net-15014190%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/New_Release_ObjectMapper_NET_1_50_1419_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/New_Release_ObjectMapper_NET_1_50_1419_0</guid>
      <pubDate>Wed, 21 Mar 2007 07:33:09 GMT</pubDate>
    </item>
    <item>
      <title>Caching Data for Windows Applications</title>
      <description>This story shows how to cache data for windows applications.

Re-Implementation of the System.Web.Caching.Cache class for Windows Applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjachman.wordpress.com%2f2007%2f03%2f12%2fcaching-data-for-windows-applications%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjachman.wordpress.com%2f2007%2f03%2f12%2fcaching-data-for-windows-applications%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Caching_Data_for_Windows_Applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Caching_Data_for_Windows_Applications</guid>
      <pubDate>Mon, 12 Mar 2007 02:14:53 GMT</pubDate>
    </item>
  </channel>
</rss>