<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by busior</title>
    <description>Stories kicked by busior</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>Using MetaLinq to simulate NHbernate's DetachedCriteria in EF</title>
      <description>In this post I experiment with MetaLinq in order to pass data filter criteria from a client to a service &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarcinbudny.blogspot.com%2f2008%2f11%2fusing-metalinq-to-simulate-nhbernates.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarcinbudny.blogspot.com%2f2008%2f11%2fusing-metalinq-to-simulate-nhbernates.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Using_MetaLinq_to_simulate_NHbernate_s_DetachedCriteria_in_EF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Using_MetaLinq_to_simulate_NHbernate_s_DetachedCriteria_in_EF</guid>
      <pubDate>Thu, 27 Nov 2008 23:30:39 GMT</pubDate>
    </item>
    <item>
      <title>New ASP.NET Charting Control</title>
      <description>From ScottGu's blog.  Brand new, Free, ASP.NET 3.5 chart control.  It looks very nice!
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f11%2f24%2fnew-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f11%2f24%2fnew-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/New_ASP_NET_Charting_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/New_ASP_NET_Charting_Control</guid>
      <pubDate>Tue, 25 Nov 2008 16:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Circuit Breaker pattern AOP style</title>
      <description>In this post I suggest an implementation of Circuit Breaker pattern with aspect oriented programming &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarcinbudny.blogspot.com%2f2008%2f11%2fcircuit-breaker-pattern-aop-style.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarcinbudny.blogspot.com%2f2008%2f11%2fcircuit-breaker-pattern-aop-style.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Circuit_Breaker_pattern_AOP_style</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Circuit_Breaker_pattern_AOP_style</guid>
      <pubDate>Mon, 24 Nov 2008 21:52:16 GMT</pubDate>
    </item>
    <item>
      <title>Persistence Ignorance (POCO) Adapter for Entity Framework V1</title>
      <description>One of the limitations of Entity Framework V1 released as part of .NET Framework 3.5 SP1 and Visual Studio 2008 SP1 is lack of support for POCO entity objects. POCO stands for Plain Old CLR Object and refers to an object that does not have any persistence concerns and is not aware of persistence framework. Modern development approaches such as DDD (Domain-Driven Design) and TDD (Test-Driven Development) prefer clear separation of concerns which implies persistence ignorance. [...]
We have recently published a sample called EFPocoAdapter that includes code generator and a supporting library that implements POCO object tracking on top of Entity Framework V1
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fjkowalski%2farchive%2f2008%2f09%2f09%2fpersistence-ignorance-poco-adapter-for-entity-framework-v1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fjkowalski%2farchive%2f2008%2f09%2f09%2fpersistence-ignorance-poco-adapter-for-entity-framework-v1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Persistence_Ignorance_POCO_Adapter_for_Entity_Framework_V1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Persistence_Ignorance_POCO_Adapter_for_Entity_Framework_V1</guid>
      <pubDate>Wed, 10 Sep 2008 07:03:07 GMT</pubDate>
    </item>
    <item>
      <title>Linq to SQL Wish List</title>
      <description>What do we want to see in the next version of Linq to SQL ?  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f06%2f04%2flinq-to-sql-wish-list.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f06%2f04%2flinq-to-sql-wish-list.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Linq_to_SQL_Wish_List</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Linq_to_SQL_Wish_List</guid>
      <pubDate>Thu, 05 Jun 2008 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Windows Live Writer PlugIn for DotNetKicks on CodePlex</title>
      <description>Windows Live Writer PlugIn for DotNetKicks is now on CodePlex &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohnpapa.net%2fall%2fusing-the-dotnetkicks-plugin-for-live-writer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohnpapa.net%2fall%2fusing-the-dotnetkicks-plugin-for-live-writer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Windows_Live_Writer_PlugIn_for_DotNetKicks_on_CodePlex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Windows_Live_Writer_PlugIn_for_DotNetKicks_on_CodePlex</guid>
      <pubDate>Wed, 04 Jun 2008 18:31:03 GMT</pubDate>
    </item>
    <item>
      <title>CruiseControl.Net Tutorial - Part 1</title>
      <description>The first part of a tutorial about setting up and configuring CruiseControl.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2filmatte.wordpress.com%2f2008%2f06%2f01%2fcruisecontrolnet-tutorial-part-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2filmatte.wordpress.com%2f2008%2f06%2f01%2fcruisecontrolnet-tutorial-part-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/CruiseControl_Net_Tutorial_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/CruiseControl_Net_Tutorial_Part_1</guid>
      <pubDate>Mon, 02 Jun 2008 23:01:02 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate 2.0 Supa' Layer</title>
      <description>Essentially I wanted a way to make queries work better within the context of a Domain Driven Design approach.  I'm a big believer in Persistence Ignorance, so this means that I had to find a way to represent queries in a provider independent way.   LINQ does this for me, mostly, but I still need a 'syntactically pleasing' way to get the LINQ provider to the query at runtime.  Well, it turns out that doing this is pretty easy. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f04%2f03%2fmy-nhibernate-2-0-supa-layer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f04%2f03%2fmy-nhibernate-2-0-supa-layer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/NHibernate_2_0_Supa_Layer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/NHibernate_2_0_Supa_Layer</guid>
      <pubDate>Thu, 03 Apr 2008 20:46:03 GMT</pubDate>
    </item>
  </channel>
</rss>