Possible Duplicate:
Writing C# Plugin System
Is it possible to write a program that accepts plug-ins?
My program should check a folder where some DLLs are copied, then look into those files and get witch parameters the main program has pass to the functions contained by those DLLs.
I'm writting a program that checks for new job opportunities in some Webs and it would be perfect if the function for reading each web is contained in a different URL. If that is possible, updating the program when those Webs change would be so easy.