It's been said on the blogosphere and by Microsoft themselves that MEF isn't another IoC container.
OK...but why? It seems the same to me. Maybe it's not as good as Unity or Castle Windsor, but it still fits the definition, doesn't it?
Why isn't MEF an IoC Container like Unity or Castle Windsor?
MEF has potential, but as a DI container, it lacks:
Those things are pretty important.
For Lifestyle it lacks:
References: - Mark Seemann's book "Dependency Injection in .NET"
In my world DI is based on three dimensions, Object Composition, Lifetime Management, and Interception. This is what other full-blown DI containers, such as Unity, Castle Windsor, and Ninject facilitates. MEF only supports the one dimension, Object Composition. It is doing this quite well, but the remaining two dimensions are not supported in MEF.