modular programming

  • Thread starter Thread starter DG
  • Start date Start date
D

DG

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.
 
DG said:
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?

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
 
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
 

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

Back
Top