c# plugin framework

W

Weston Weems

Hello,


I've searched before I bothered asking... I'm looking for an example of
a plugin framework for a c# application etc. I understand the basic
concept of it, and have an idea of how I'd do it (with interfaces and such)

What I think I want is the second of the two examples by Roy Osherove,
however the links to the code/article are all bad.(microsoft changing
urls ftw!)

I was curious if anyone had any reading recommendations for me, that
would demonstrate very simple plugin support. Preferrably with dynamic
loading and unloading (by using a plugins app domain?)

Thanks in Advance
Weston Weems
 
M

Michael Nemtsev

Hello Weston,

Some examples
http://www.codeproject.com/dotnet/PluginManagerClassBrk.asp
http://www.codeproject.com/csharp/c__plugin_architecture.asp

WW> I've searched before I bothered asking... I'm looking for an example
WW> of a plugin framework for a c# application etc. I understand the
WW> basic concept of it, and have an idea of how I'd do it (with
WW> interfaces and such)
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/members/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
W

Weston Weems

Yep,

The next in this series was exactly the article I was looking for the
example code etc. You out there roy?!

Again thank you ms for your wonderfull linking system.

Weston
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top