Help getting started with MEF

Posted by SteveCl on Stack Overflow See other posts from Stack Overflow or by SteveCl
Published on 2010-05-24T17:29:11Z Indexed on 2010/05/24 17:31 UTC
Read the original article Hit count: 368

Filed under:
|

Hi, I was reading somewhere that with MEF I can simply drop a dll into a directory and my application (with some MEF magic) will be able to read it and execute the code in it? Hopefully only classes that implement an interface that I define??

Can someone help me to get going, with some links maybe for my problem.

I've looked through some of the docs, but nothing seems to be what I'm after and its tricky when I don't know exactly what to search on...

Thx S

© Stack Overflow or respective owner

Related posts about dependency-injection

Related posts about MEF