Click here to Skip to main content
15,915,513 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Plugins for Application Pin
Pete O'Hanlon28-Jun-11 5:02
mvePete O'Hanlon28-Jun-11 5:02 
AnswerRe: Plugins for Application Pin
jschell29-Jun-11 9:48
jschell29-Jun-11 9:48 
GeneralRe: Plugins for Application Pin
Xmen Real 29-Jun-11 14:44
professional Xmen Real 29-Jun-11 14:44 
GeneralRe: Plugins for Application Pin
LCARS x3211-Aug-11 17:37
LCARS x3211-Aug-11 17:37 
GeneralRe: Plugins for Application Pin
Xmen Real 11-Aug-11 18:19
professional Xmen Real 11-Aug-11 18:19 
GeneralRe: Plugins for Application Pin
LCARS x3211-Aug-11 19:33
LCARS x3211-Aug-11 19:33 
GeneralRe: Plugins for Application Pin
Xmen Real 12-Aug-11 0:31
professional Xmen Real 12-Aug-11 0:31 
Questioncalling webservice funtion frm Smar Device Pin
imtiazahmad27-Jun-11 1:26
imtiazahmad27-Jun-11 1:26 
AnswerRe: calling webservice funtion frm Smar Device Pin
Not Active27-Jun-11 2:38
mentorNot Active27-Jun-11 2:38 
Questiondynamic column width in crystal report asp .net 2008 Pin
HarshalPKale23-Jun-11 0:49
HarshalPKale23-Jun-11 0:49 
QuestionWhy my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
lydiae15-Jun-11 20:27
lydiae15-Jun-11 20:27 
AnswerRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Roger Wright15-Jun-11 20:51
professionalRoger Wright15-Jun-11 20:51 
GeneralRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Pete O'Hanlon15-Jun-11 20:58
mvePete O'Hanlon15-Jun-11 20:58 
QuestionRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
lydiae15-Jun-11 21:05
lydiae15-Jun-11 21:05 
AnswerRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Pete O'Hanlon15-Jun-11 21:17
mvePete O'Hanlon15-Jun-11 21:17 
AnswerRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Pete O'Hanlon15-Jun-11 21:42
mvePete O'Hanlon15-Jun-11 21:42 
GeneralRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Roger Wright15-Jun-11 21:27
professionalRoger Wright15-Jun-11 21:27 
GeneralRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Pete O'Hanlon15-Jun-11 21:41
mvePete O'Hanlon15-Jun-11 21:41 
GeneralRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Roger Wright15-Jun-11 22:05
professionalRoger Wright15-Jun-11 22:05 
GeneralRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
lydiae16-Jun-11 1:18
lydiae16-Jun-11 1:18 
GeneralRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Pete O'Hanlon16-Jun-11 1:59
mvePete O'Hanlon16-Jun-11 1:59 
GeneralRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Roger Wright16-Jun-11 4:20
professionalRoger Wright16-Jun-11 4:20 
GeneralRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Jason Christian16-Jun-11 6:30
Jason Christian16-Jun-11 6:30 
AnswerRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
James Lonero17-Jun-11 12:31
James Lonero17-Jun-11 12:31 
Questionadding code at runtime Pin
todd.0101110114-Jun-11 7:27
todd.0101110114-Jun-11 7:27 
I am developing a system that I'm trying to keep as generic as possible.
It is capable of implementing/executing business rules that should be defined in another file/assembly.

For sake of explanation, I'll segment the idea into the "generic system" and "business system".
If the "business system" were to change or require an update, then that should be possible without releasing the "generic system".

Let's say the generic system monitored a folder, and if a file associated with the new version of the business code was dropped into that folder then it would be accessed, and if the version was > than the current one, then the generic code would start using it.

The business code could have a factory method like GetEventProcessor(guid) that would return a delegate (from the "business system" (with a consistent signature) that is associated with the guid passed into GetEventProcessor.

I'm looking for examples of or ideas about a mechanism whereby code with a defined interface can be picked up and integrated into execution of another piece of code at run time.

I have found some articles about plug-in based architectures in .net. Developing this type of system is new to me, and as I peer down the barrel of this possibility, I thought I'd pose the question here in hopes of harvesting some opinionated Wink | ;) guidance, warnings and/or advice.

Any ideas are welcome.

Thanks
Todd

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.