Composite Oriented Programming (COP), .NET 4.0, MEF, and the Oslo Repository - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T07:52:19Z http://stackoverflow.com/feeds/question/152196 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/152196/composite-oriented-programming-cop-net-4-0-mef-and-the-oslo-repository 3 Composite Oriented Programming (COP), .NET 4.0, MEF, and the Oslo Repository J Healy 2008-09-30T08:16:02Z 2008-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#153085 1 Answer by aku for Composite Oriented Programming (COP), .NET 4.0, MEF, and the Oslo Repository aku 2008-09-30T13:47:50Z 2008-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#153842 2 Answer by J Healy for Composite Oriented Programming (COP), .NET 4.0, MEF, and the Oslo Repository J Healy 2008-09-30T16:25:54Z 2008-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>