vote up 1 vote down star
1

I found the .net plugin architeture very complex to use as plugin platform. I think that an plugin interface needs be simple to 3rd coders develop with.

Do you know/use/etc some plugin techinique more simple and effective? To be more exact, let's imagine that we will develop a text editor like notepad, that needs (by example) plugins for different syntax highlighiting, interface changes, shell integration, etc.

Do you will use the built in .net plugin code, or will build/use some different?

flag

77% accept rate

2 Answers

vote up 3 vote down check

Take a looksie at MEF. It's designed exactly for this and it's very simple to use.

link|flag
Formidable! Thank you! – Click Ok Jan 7 '09 at 21:08
vote up 0 vote down

Any IoC framework + some dynamic assembly loading.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.