<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Framework</title>
    <description>the latest stories tagged with 'Framework' from DotNetKicks.com</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>Implementing Business Logic with Entity Framework</title>
      <description>How you can use Entity framework to do some basic logic when a change happens in related entities or "Associations" as it is called. And Example on how to update of an Order's Total Amount when its Order Details get changed, Added or deleted using Entity Framework. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmaximumcs.wordpress.com%2f2009%2f05%2f26%2fbusiness-logic-with-entity-framework%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmaximumcs.wordpress.com%2f2009%2f05%2f26%2fbusiness-logic-with-entity-framework%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Implementing_Business_Logic_with_Entity_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Implementing_Business_Logic_with_Entity_Framework</guid>
      <pubDate>Thu, 04 Jun 2009 16:22:15 GMT</pubDate>
    </item>
    <item>
      <title>TNValidate - A Fluent Validation Library for .NET</title>
      <description>TNValidate is a fluent validation library for .Net. It allows you to write validation logic in a form that is readable both by programmers and non-programmers, but still entirely in your .Net language. 
TNValidate has plenty of built-in validation rules, but also provides an extension mechanism to allow you to easily add your own without having to modify the library itself. The library is released under the MIT License.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftnvalidate.codeplex.com"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftnvalidate.codeplex.com" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/TNValidate_A_Fluent_Validation_Library_for_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/TNValidate_A_Fluent_Validation_Library_for_NET</guid>
      <pubDate>Tue, 12 May 2009 13:32:50 GMT</pubDate>
    </item>
    <item>
      <title>EntLib 4.0 - ExceptionPolicy.HandleException is not thread safe</title>
      <description>We've faced this problem recently where Enterprise Library was crashing. Not everywhere... just on this little line of code. We were trying to save to a database asynchronously but if the database was not available, it threw an exception which Enterprise Library was supposed to catch.

However, this never happened. Enterprise library crashed on us. Mind you, we didn't figure out this problem until recently because the problem was just happening in production. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f05%2fentlib-40-exceptionpolicyhandleexceptio.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f05%2fentlib-40-exceptionpolicyhandleexceptio.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/EntLib_4_0_ExceptionPolicy_HandleException_is_not_thread_safe</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/EntLib_4_0_ExceptionPolicy_HandleException_is_not_thread_safe</guid>
      <pubDate>Wed, 06 May 2009 09:28:38 GMT</pubDate>
    </item>
    <item>
      <title>Oracle support for ADO.NET Entity Framework</title>
      <description>Download the Beta release of the DataDirect Connect for ADO.NET Entity Framework provider for Oracle today! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjonathanbruceconnects.com%2fjonathan_bruce%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjonathanbruceconnects.com%2fjonathan_bruce%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Oracle_support_for_ADO_NET_Entity_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Oracle_support_for_ADO_NET_Entity_Framework</guid>
      <pubDate>Fri, 01 May 2009 04:13:43 GMT</pubDate>
    </item>
    <item>
      <title>A quick review of different UI frameworks</title>
      <description>This post reviews several frameworks used for creating graphical user interfaces. I've decided to create such a review after noticing many programmers take a specific GUI framework for granted, as it is their automatic-choice-by-tool (i.e., they use what they're IDE let them, barely understanding the layers required to develop such a framework, and that there are alternatives they might have chosen if they had knew about).  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fitaibh.blogspot.com%2f2009%2f04%2fquick-review-of-different-ui-frameworks.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fitaibh.blogspot.com%2f2009%2f04%2fquick-review-of-different-ui-frameworks.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/A_quick_review_of_different_UI_frameworks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/A_quick_review_of_different_UI_frameworks</guid>
      <pubDate>Sat, 25 Apr 2009 20:21:50 GMT</pubDate>
    </item>
    <item>
      <title>Aggregator Provider Pattern: White Paper and Samples</title>
      <description>Provider Aggregator Pattern is an extension of Provider Pattern, which enables us to create and utilize multiple instance of the class having the same provider interface. In this pattern, there is an Aggregator class which implements the provider interface and contains a collection of instances of classes having the same provider interface.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.msdn.microsoft.com%2fagpp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.msdn.microsoft.com%2fagpp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Aggregator_Provider_Pattern_White_Paper_and_Samples</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Aggregator_Provider_Pattern_White_Paper_and_Samples</guid>
      <pubDate>Fri, 10 Apr 2009 22:01:02 GMT</pubDate>
    </item>
    <item>
      <title>5 reasons why you should use ASP.NET MVC</title>
      <description>I'll be fair with you readers. I've only toyed with the ASP.NET MVC framework. It looks great as of now but it's the first full blown MVC framework that we have that is backed by Microsoft. However, there is a lot of opposition nowadays that tend to be formulated like this:

Why should I use ASP.NET MVC? WebForms works well.

Other problems come from the lack of server controls. When a developer look at that and he then wonder why he should have to write HTML and Javascript when before he could have retrieved all that beautiful information with a simple postback. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f04%2f5-reasons-why-you-should-use-aspnet-mvc.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f04%2f5-reasons-why-you-should-use-aspnet-mvc.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/5_reasons_why_you_should_use_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/5_reasons_why_you_should_use_ASP_NET_MVC</guid>
      <pubDate>Mon, 06 Apr 2009 22:01:03 GMT</pubDate>
    </item>
    <item>
      <title>IL DASM 4.0.11001.1</title>
      <description>This is the IL DASM extracted from .NET Framework 4.0 CTP ILDASM is a tool contained in the .NET Framework SDK. It can be used to disassemble PE files containing Common Intermediate Language code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fanimaonline.com%2fildasm4.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fanimaonline.com%2fildasm4.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/IL_DASM_4_0_11001_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/IL_DASM_4_0_11001_1</guid>
      <pubDate>Tue, 31 Mar 2009 20:45:34 GMT</pubDate>
    </item>
    <item>
      <title>Part 2 - Basic of mocking with Moq</title>
      <description>As every mocking framework, except TypeMock which can perform differently, every mocked class can't be sealed and methods that need to be mocked need to be public. If  the class is not inheriting from an interface, the method that are being mocked need to be virtual.

Once this is cleared... let's show a simple example of a Product having it's price calculated with a Tax Calculator. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f02%2fpart-2-basic-of-mocking-with-moq.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f02%2fpart-2-basic-of-mocking-with-moq.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Part_2_Basic_of_mocking_with_Moq</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Part_2_Basic_of_mocking_with_Moq</guid>
      <pubDate>Thu, 12 Feb 2009 10:30:07 GMT</pubDate>
    </item>
    <item>
      <title>Part 1 - Introduction to Moq</title>
      <description>This is the first post of a serie on mocking with Moq. I'll be giving a conference a .NET Montreal Community on February 25th and I though there it would be good reference to anyone attending the @Lunch event.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f02%2fpart-1-introduction-to-moq.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f02%2fpart-1-introduction-to-moq.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Part_1_Introduction_to_Moq</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Part_1_Introduction_to_Moq</guid>
      <pubDate>Thu, 05 Feb 2009 05:24:08 GMT</pubDate>
    </item>
    <item>
      <title>The Future of .NET Languages</title>
      <description>Wondered why Microsoft always seems to release different language features for each language? Discover how .NET 4.0 will reduce the disparity between C# and VB.NET with some great new features for both languages, plus a new dynamic language runtime and new functional and parallel programming languages. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developerfusion.com%2farticle%2f9576%2fthe-future-of-net-languages%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developerfusion.com%2farticle%2f9576%2fthe-future-of-net-languages%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/The_Future_of_NET_Languages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/The_Future_of_NET_Languages</guid>
      <pubDate>Sun, 11 Jan 2009 19:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Getting Started With Microsoft Sync Framework</title>
      <description>The post introduces the Microsoft Sync Framework which will be one of the developers must know tool in the near future. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2009%2f01%2f10%2fgetting-started-with-microsoft-sync-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2009%2f01%2f10%2fgetting-started-with-microsoft-sync-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Getting_Started_With_Microsoft_Sync_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Getting_Started_With_Microsoft_Sync_Framework</guid>
      <pubDate>Sat, 10 Jan 2009 16:57:10 GMT</pubDate>
    </item>
    <item>
      <title>New Entity Framework / LINQ blog!</title>
      <description>Just a quick recommendation note: One of my colleagues, Julien Hanssens, has started blogging on his experiences with the Entity Framework and LINQ. Here are some links to get you started &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f12%2f11%2fNew-Entity-Framework-LINQ-blog!.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f12%2f11%2fNew-Entity-Framework-LINQ-blog!.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/New_Entity_Framework_LINQ_blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/New_Entity_Framework_LINQ_blog</guid>
      <pubDate>Fri, 12 Dec 2008 13:50:24 GMT</pubDate>
    </item>
    <item>
      <title>Spring.NET 1.2.0 Released</title>
      <description>The Spring.Net framework version 1.2.0 has been released today and it features among others WCF and MSMQ integration as well as 100 bug fixes and enhancements since the 1.1.2 release. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fforum.springframework.net%2fshowthread.php%3ft%3d5136"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fforum.springframework.net%2fshowthread.php%3ft%3d5136" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Spring_NET_1_2_0_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Spring_NET_1_2_0_Released</guid>
      <pubDate>Tue, 11 Nov 2008 01:00:52 GMT</pubDate>
    </item>
    <item>
      <title>Habanero - Enterprise Application Framework</title>
      <description>Habanero is an open source Enterprise Application Framework for .Net that provides the tools to produce an agile application from the data layer through to the front-end. Released for free under the LGPL license, it persists data to and from the database using object relational mapping (ORM), manages business objects to support a rich domain model, and generates user interfaces to display and edit the mapped data &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.chillisoft.co.za%2fhabanero%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chillisoft.co.za%2fhabanero%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Habanero_Enterprise_Application_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Habanero_Enterprise_Application_Framework</guid>
      <pubDate>Tue, 21 Oct 2008 19:25:21 GMT</pubDate>
    </item>
    <item>
      <title>What is this Managed Extensibility Framework thing all about ?</title>
      <description>Another IoC Container From Microsoft ? Add-in Framework ? What the heck is it ? Sidar tries to answer.  &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%2f09%2f26%2fwhat-is-this-managed-extensibility-framework-thing-all-about.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f09%2f26%2fwhat-is-this-managed-extensibility-framework-thing-all-about.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/What_is_this_Managed_Extensibility_Framework_thing_all_about</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/What_is_this_Managed_Extensibility_Framework_thing_all_about</guid>
      <pubDate>Fri, 26 Sep 2008 17:31:12 GMT</pubDate>
    </item>
    <item>
      <title>Linq Framework Design Guidelines - evolve into optimized frameworks</title>
      <description>This is from the team that brought you 'Framework Design Guidelines' led by Krzysztof Cwalina, an individual we are not shy to recognize as an amazing mind. Look for this content (as shared here from their internal work) in the next of the book For example : 

defer execution of query operator implementations. The expected behavior of most of the Query Pattern members is that they simply construct a new object which, upon enumeration, produces the elements of the set which match the query. The evaluation time is, then, at enumeration.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.domaindotnet.com%2f2008%2f07%2f27%2flinq-framework-design-guidelines-great-content-from-the-upcoming-book%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.domaindotnet.com%2f2008%2f07%2f27%2flinq-framework-design-guidelines-great-content-from-the-upcoming-book%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Linq_Framework_Design_Guidelines_evolve_into_optimized_frameworks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Linq_Framework_Design_Guidelines_evolve_into_optimized_frameworks</guid>
      <pubDate>Thu, 31 Jul 2008 00:08:03 GMT</pubDate>
    </item>
    <item>
      <title>Building a Configuration Binder for MEF with POCO Support</title>
      <description>MEF doesn't support POCO injection and XML Configuration off the shelf. Sidar implements an XML congiguration binding mechanism on top of MEF, and the article gives an insight about what to expect from MEF Extensibility models in detail.  &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%2f07%2f14%2fbuilding-a-configuration-binder-for-mef-with-poco-support.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f07%2f14%2fbuilding-a-configuration-binder-for-mef-with-poco-support.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Building_a_Configuration_Binder_for_MEF_with_POCO_Support</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Building_a_Configuration_Binder_for_MEF_with_POCO_Support</guid>
      <pubDate>Mon, 14 Jul 2008 18:16:12 GMT</pubDate>
    </item>
    <item>
      <title>Data Acquisition in .NET Micro Framework 2.0 using SPI</title>
      <description>Data Acquisition using the .NET Micro Framework on Freescale's i.MXS Development Kit for SideShow. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fxiirus.net%2farticles%2farticle-data-acquisition-in-_net-micro-framework-2_0-using-spi-81ixa.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fxiirus.net%2farticles%2farticle-data-acquisition-in-_net-micro-framework-2_0-using-spi-81ixa.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Data_Acquisition_in_NET_Micro_Framework_2_0_using_SPI</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Data_Acquisition_in_NET_Micro_Framework_2_0_using_SPI</guid>
      <pubDate>Wed, 18 Jun 2008 21:04:01 GMT</pubDate>
    </item>
    <item>
      <title>Managed Extensibility Framework (MEF) at a Glance</title>
      <description>A Hands-On overview to Dependency Injection Managed Extensibility Framework and the first CTP.  &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%2f16%2fmanaged-extensibility-framework-mef-at-a-glance.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%2f16%2fmanaged-extensibility-framework-mef-at-a-glance.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Managed_Extensibility_Framework_MEF_at_a_Glance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Managed_Extensibility_Framework_MEF_at_a_Glance</guid>
      <pubDate>Mon, 16 Jun 2008 17:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Review: Umbrella project</title>
      <description>The Umbrella project from nVentive. I had the chance of sitting with Francois Tanguay in DevTeach and he showed me a bit about it. I was impressed. Umbrella is the ultimate utility library, using all the advantages C# 3.0 can give it. In fact, I think of it a bit like boost for C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f06%2f04%2fReview-Umbrella-project.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f06%2f04%2fReview-Umbrella-project.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Review_Umbrella_project</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Review_Umbrella_project</guid>
      <pubDate>Thu, 05 Jun 2008 14:51:44 GMT</pubDate>
    </item>
    <item>
      <title>New Parallel Extensions to the .NET Framework CTP Released</title>
      <description>Microsoft has released the latest CTP for Parallel Extensions to the .NET Framework. Parallel Extensions to the .NET Framework simplifies development by providing library-based support for introducing concurrency into applications written with any .NET language. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fpfxteam%2farchive%2f2008%2f06%2f02%2f8567802.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fpfxteam%2farchive%2f2008%2f06%2f02%2f8567802.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/New_Parallel_Extensions_to_the_NET_Framework_CTP_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/New_Parallel_Extensions_to_the_NET_Framework_CTP_Released</guid>
      <pubDate>Tue, 03 Jun 2008 07:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Hartija - CSS Print Framework</title>
      <description>Hartija is &amp;quot;mini&amp;quot; CSS Framework for web printing. The goal of this framework is to improve and ease the creation of &amp;quot;printer friendly&amp;quot; pages with minimum effort. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.google.com%2fp%2fhartija%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.google.com%2fp%2fhartija%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Hartija_CSS_Print_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Hartija_CSS_Print_Framework</guid>
      <pubDate>Mon, 14 Apr 2008 19:29:33 GMT</pubDate>
    </item>
    <item>
      <title>Robot arm with OpenGL in CSharp</title>
      <description>A computer graphics article about the virtual implementation of a robot arm with the help of OpenGL and C#. The robot arm is operated with the keyboard and mouse support. It's an interesting topic since the importance of projects related to the field of computer graphics in simulations has been growing a lot during the last years. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flenielmacaferi.blogspot.com%2f2008%2f02%2frobot-arm-with-opengl-in-csharp.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flenielmacaferi.blogspot.com%2f2008%2f02%2frobot-arm-with-opengl-in-csharp.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Robot_arm_with_OpenGL_in_CSharp</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Robot_arm_with_OpenGL_in_CSharp</guid>
      <pubDate>Sun, 10 Feb 2008 09:00:22 GMT</pubDate>
    </item>
    <item>
      <title>.NET Framework Library Source Code now available</title>
      <description>.NET Framework Library Source Code now available &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmuraton.net%2fpost%2f2008%2f01%2fNET-Framework-Library-Source-Code-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmuraton.net%2fpost%2f2008%2f01%2fNET-Framework-Library-Source-Code-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/NET_Framework_Library_Source_Code_now_available_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/NET_Framework_Library_Source_Code_now_available_1</guid>
      <pubDate>Thu, 17 Jan 2008 20:11:01 GMT</pubDate>
    </item>
  </channel>
</rss>