10
shouts

Random Acts of Coding: Playing Nice with Other Assemblies using MEF Catalogs

published 77 days, 6 hours, 46 minutes ago posted by JamesEggersJamesEggers 78 days, 7 hours, 34 minutes ago
Tuesday, November 24, 2009 3:05:55 PM GMT Monday, November 23, 2009 2:17:58 PM GMT

Looking over the previous three posts, we have been working within a single assembly for managing our extensibility parts.  While this works well if we want to use MEF more as an IoC container, it really limits the extensibility of our application.  In the single assembly model that we've been using, every update would require a new build of the application.  To overcome this limitation, we'll create a new example project that builds on what we've covered and branch it out into multiple assemblies.Buildi...

category: Architecture | clicked: 40 | | source: randomactsofcoding.blogspot.com | show counter code
tags: C#, MEF