I used MEF in my projects, and I really liked it. It was easy, and after defining our awkward API model, it just worked.
Now I need something similar for the .NET Framework 2.0. Is there any similar project that can work in the .NET Framework 2.0?
I just want to add the plugin to my project in a simple way.
source share