I am building a plugin configuration application and I am looking for simple sample plugins approach in order to have clear idea where and how to go.
I have go through MEF description a bit but I think it is a bit to heavy to what I am intend to do.
Any one have play around such approach and samples ?
MEF makes plugins very easy to implement. It has more features, but you don’t have to use them. I recommend using it – it is not such a heavy library.
It is almost as simple as decorating the types with an attribute and you are ready to go.