Groups | Blog | Home
all groups > c# > january 2007 >

c# : modular programming


David Browne
1/27/2007 2:38:25 PM


[quoted text, click to view]

Search Terms:
Plug-In, Reflection, Assembly

Topic:
How to: Implement a Plug-In Component Architecture using Reflection
http://msdn2.microsoft.com/en-us/library/0x82tk9k(VS.80).aspx

David
DG
1/27/2007 9:11:24 PM
Please correct me if i'm using a wrong term.

I want to programm functionality and pack it to .dll
Then, have an application look in 'modules' folder and depending on
available .dll-s display available functionalities.

What is term for this kind of programming, can you provide me with MSDN
topic?

Thanx.

Michael Nemtsev
1/27/2007 11:12:23 PM
Hello DG,

Just to all to David's post, there are two samples
http://www.codeproject.com/csharp/pluginsincsharp.asp
http://www.codeproject.com/csharp/c__plugin_architecture.asp


D> Please correct me if i'm using a wrong term.
D>
D> I want to programm functionality and pack it to .dll
D> Then, have an application look in 'modules' folder and depending on
D> available .dll-s display available functionalities.
D> What is term for this kind of programming, can you provide me with
D> MSDN topic?
D>
D> Thanx.
D>
---
WBR, Michael Nemtsev [C# MVP]
my blog: http://spaces.live.com/laflour
my team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangel

DG
1/28/2007 1:29:17 AM
Thank you very much.
CodeProject samples are really helpful.


[quoted text, click to view]

AddThis Social Bookmark Button