in

ExpressionBlog.com

Microsoft Expression Studio Community

This Blog

Syndication

Mirrored Blogs

Browse by Tags

All Tags » MEF (RSS)
  • Elegant Code Cast on ALT.NET and Microsoft

    Last week, David Start of Elegant Code and I got a chance to chat on ALT.NET, Open Source at Microsoft, and MEF. David was a great host who I am sure loved  responded as he through some curve balls at me. Actually it was a provocative discussion and I enjoyed being able to share my unadulterated thoughts. On this episode of the Elegant Code Cast, Glenn Block tells us about life inside Microsoft for the ALT.NET crowd . Glenn has been with Microsoft for several years and has worked in several departments during that time, trying to bring the ideals of ALT.NET to the company. His experiences in MS Learning, P&P, and now in the framework team, make for some great stories. In addition to Agile stories from inside the mother ship, Glenn spreads the good word on MEF . This discussion should finally draw the curtain on the idea that ALT.Net is anti-Microsoft. Download the podcast here .
  • Speaking at PDC and patterns And practices summit.

    I'll be speaking at a bunch of conferences in the next two months, two of which I am extremely excited about. PDC is one of those amazing conferences that I've been hearing about for the past three years since joining Microsoft. I am speechless that the first time I'm attending, I'll be presenting. I am also really excited to tell customers about the new work we are doing on the MEF team to make their lives easier. p&p summit is something that I really wanted to attend last year, but missed because I was in Barcelona. Well not this year! I'll be there and infusing a good dose of MEF into the summit attendees :) If you'll be at either conference, come find me, I'd love to chat! Also come check out the MEF sessions if you want to hear about some really new capabilities where building into the framework. Managed Extensibility Framework: Overview The Managed Extensibility Framework (MEF) is a new extensibility model in the .NET framework that provides a simple declarative model for application developers and extenders to build openly extensible applications. Come to this session and you'll learn about our Composition model and the APIs that work with it. You'll learn about composable parts, exports, imports and the composition container that brings them all together. You'll see how using the model you can develop open-ended applications that can easily be extended both internally and by third-parties. Open up your Applications with the Managed Extensibility Framework Today, it is difficult for applications and frameworks to meet an open-ended set of needs. Building in extensibility allows third-party customization, however there are many challenges in doing so. The Managed Extensibility Framework (MEF) is a new extensibility model in the .NET framework that addresses many of these problems. It provides as simple declarative model for application developers and extenders. Come to this session and get an overview on what it is and what it will do for you.
  • MEF going MS-PL, the little engine that could.

    MEF is going MS-PL!!! Several weeks ago, we shipped our first drop of MEF on CodePlex. The source license for that drop was MS-LPL or the Microsoft Limited Permissive License. This license enables the source to be freely used on the Windows Platform. Obviously, we don’t ship everything under MS-PL. In the case of MEF, it was our long-term plan because it made sense for us to do so, especially because it had the potential for universal appeal, including for cross-platform use. Shipping MS-LPL was the easiest way for us to quickly get MEF out the door as we worked through some details. Once we shipped we heard a bunch of feedback from the .NET community, including from Miguel De Icaza , founder of Mono. The crux of the feedback was that they wanted MEF licensed under an OSI-approved license, such as the MS-PL. We have listened to the community feedback and are accelerating our efforts. Thanks for caring! When / How? It's already done! As a matter of fact if you check CodePlex , you'll see we're already there, and have released new source. There are two caveats to this move. There is a piece of code that MEF currently depends on which we are not planning to ship as part of MEF's official release in the framework. For the current drop we have ripped this source into a separate System.ComponentModel.StructuredValues.dll which the new MEF source references and which is still under the MS-LPL license. The rest of the source that references the dll (which is 99% of MEF) is now MS-PL. In order to put the new license in place, we've needed to purge the old releases and source. This is because Codeplex projects can't have source drops with 2 different licenses simultaneously. Fortunately you can have one release that has 2 licenses as this one does. :-) We are doing this interim drop with the dll as a stop-gap measure. In the next full drop, which will be in about 3 to 4 weeks, this dll dependency will be removed from MEF completely and the entire drop will be MS-PL. Why not wait? We could have waited and not done this interim drop. That would have been the easiest, and we would have had less explaining to do ;-) We chose not to wait based on your feedback. We want you to know that we heard you and are doing something about it. We want to show you sooner rather than later that we mean business. What does all this mean? It means you can grab MEF's source and use it on whichever platform you like! If you take the source you are also free to fork it. MEF ships in the .NET Framework so we are going to be super responsive to customer asks. We hope that forking is not needed however it’s nice to know that it’s an option if necessary. Go get it here: www.codeplex.com/MEF
  • More MEF Samples and launch of MEF contrib.

    The past few weeks, the momentum has picked up around samples using MEF. In my last post I mentioned a few. Now today two great posts. First, Brad A (my awesome boss) has gone and done a really nice MEF 101 post . Kudos to Brad for finding the time out of his ultra busy schedule to play with MEF, and for delivering this nice easily digestible sample! Just when you thought you had your fill for MEF for one day, Bill Kratchovil goes and does a post on using MEF and Prism. For me this was a double gift as those are the two sweet spots in my heart.  Not only that, but he's gone and created MEF Contrib . I love to see it when the community takes the bull by the horns with these contrib projects. I am looking forward to the work Bill and others (yes I am talking to you) add to this. Good times!
  • MEF Making its debut on Codeplex

    And now for something completely different... It all started with a dream when I first joined the MEF team it was the... Plenty of folks thought I was nuts. I didn't lose faith though. However somehow along the way I  picked up a new moniker In the end though it all paid off and we were And then finally today we got to see all the fruits of our labor and  Yes folks, MEF is now live on CodePlex ! What is it? A new library in .NET that enables greater reuse of applications and components. Using MEF, .NET applications can make the shift from being statically compiled to dynamically composed. On the site you'll find Full MEF Source including Samples Binaries MEF Overview Programming Guide Sample Documentation Want more, go here and find out. This is just the beginning, there's much more to come in the future. This is Preview 2 of many. As Hammett said, we want your feedback, we want your help. We're ready and listening...
Powered by Community Server (Commercial Edition), by Telligent Systems