Sign in | Join | Help

Dave's Box

About Me
Contact Me
Recommended Reading

 Subscribe via reader
 Subscribe via email

Recent Posts

  • API Hall of Shame #2 – Useless Exception Messages
  • Documenting ‘undocumented’ features
  • Code Analysis failing with ‘Invalid settings passed to CodeAnalysis task’
  • Return an empty IEnumerable<T> from a yield iterator
  • Moving a type from one assembly to another using TypeForwardedToAttribute

Blog Archive List

  • January 2009 (1)
  • December 2008 (9)
  • November 2008 (4)
  • September 2008 (1)
  • August 2008 (3)
  • June 2008 (15)

Tags

  • .NET 4.0
  • API Design
  • API Hall of Shame
  • BCL
  • Bugs
  • C#
  • Compatibility
  • Design Guidelines
  • FxCop
  • MEF
  • Releases
  • StyleCop

Recommended

 
Framework Design Guidelines (2nd Edition)
Framework Design Guidelines
 
CLR via C# (2nd Edition)
CLR via C#
 
Code Complete (2nd Edition)
Code Complete 
More...

September 2008 - Posts

Monday, September 08, 2008 10:10 AM

New Managed Extensibility Framework (MEF) Preview

We have released an update to the Managed Extensibility Framework over on our new site on CodePlex.

There have been quite a few changes since our last release, including:

  • Shared Source (released under the MS-LPL license)
  • Constructor injection (via the ImportingConstructorAttribute)
  • API cleanup and naming changes
  • New primitives model for building custom programming models (such as adding POCO support)

Check it out and tell us what you think over on the MEF forum.

Posted by David Kean | with no comments
Filed under: MEF, Releases
© 2008 David M. Kean
Powered by Community Server (Non-Commercial Edition), by Telligent Systems