Composite Oriented Programming (COP), .NET 4.0, MEF, and the Oslo Repository - Stack Overflow most recent 30 from stackoverflow.com2009-12-06T07:52:19Zhttp://stackoverflow.com/feeds/question/152196http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/152196/composite-oriented-programming-cop-net-4-0-mef-and-the-oslo-repository3Composite Oriented Programming (COP), .NET 4.0, MEF, and the Oslo RepositoryJ Healy2008-09-30T08:16:02Z2008-09-30T16:25:54Z
<p>There seems to have been some interest over the past year around COP within the .NET community (ala <a href="http://www.qi4j.org/" rel="nofollow">Qi4j</a>). A few folks have rolled there own COP frameworks (<em>see links below</em>) and it would appear .NET 4.0's Dynamic Dispatch and MEF might have a potential role in any .NET COP framework. </p>
<p>On one hand a lot of this would appear to hark back to ideas from System/38 days (<em>yes, I'm an old guy</em>), though on the other it would also seem to be a pretty good fit with Oslo (<em>Modeling and Repository</em>). Can anyone comment on the whether Microsoft is doing any work on COP?</p>
<p>Some recent .NET COP framework efforts:</p>
<p>Hendry Luk - <a href="http://hendryluk.wordpress.com/2008/05/28/roll_your_own_cop_part_i_mixins/" rel="nofollow">Roll Your Own COP</a></p>
<p>Yves GoEleven.com - <a href="http://www.goeleven.com/blog/entryDetail.aspx?entry=147" rel="nofollow">Cop - Proof of concept</a></p>
<p>Anders Norås - <a href="http://andersnoras.com/blogs/anoras/archive/2008/08/21/trick-or-trait-composite-oriented-programming-with-c.aspx" rel="nofollow">Trick or Trait? Composite Oriented Programming with C#</a></p>
<p>Magnus Mårtensson - <a href="http://blog.noop.se/archive/2008/08/27/composite-oriented-programming-spike-on-unity-application-block.aspx" rel="nofollow">Composite Oriented Programming spike on Unity Application Block</a></p>
http://stackoverflow.com/questions/152196/composite-oriented-programming-cop-net-4-0-mef-and-the-oslo-repository/153085#1530851Answer by aku for Composite Oriented Programming (COP), .NET 4.0, MEF, and the Oslo Repositoryaku2008-09-30T13:47:50Z2008-09-30T13:47:50Z<blockquote>
<p>Can anyone comment on the whether
Microsoft is doing any work on COP?</p>
</blockquote>
<p>Microsoft released <a href="http://msdn.microsoft.com/en-us/library/aa480450.aspx" rel="nofollow">Composite Application Block</a> and <a href="http://msdn.microsoft.com/en-us/library/cc707819.aspx" rel="nofollow">Composite WPF</a>, They have DI FW (Unity). Now they are working on MEF.</p>
<p>What should we comment here ?</p>
http://stackoverflow.com/questions/152196/composite-oriented-programming-cop-net-4-0-mef-and-the-oslo-repository/153842#1538422Answer by J Healy for Composite Oriented Programming (COP), .NET 4.0, MEF, and the Oslo RepositoryJ Healy2008-09-30T16:25:54Z2008-09-30T16:25:54Z<p>Aku - There is considerable difference between the CAB / Composite WPF guidance and COP which is a fundamentally different approach to the expression of object behavior via the assembly of 'fragments' based on [Domain] context. The appearance of Mixins, Concerns, Constraints, and SideEffects in .NET 4.0 variously might point in that direction, but I guess I'm more specifically curious if Microsoft is by chance, or in any way, formally "doing COP" and in particular on top of the Oslo repository.</p>