M
Michaela Brauner
Hello together,
I'looking for a good instruction.
I found this one.
http://www.dofactory.com/Patterns/Patterns.aspx
Abstract Factory Creates an instance of several families of classes
Builder Separates object construction from its representation
Factory Method Creates an instance of several derived classes
Prototype A fully initialized instance to be copied or cloned
Singleton A class of which only a single instance can exist
My target, my goal is like this.
App.exe V1.0.0.1
IModul01 -- Module_Version01.dll
IModul02 -- Module_Version01.dll
IModul03 -- Module_Version01.dll
IModul04 -- Module_Version01.dll
IModul05 -- Module_Version01.dll
After n time some improvements in module3 was necessary.
App.exe V1.0.0.1
IModul01 -- Module_Version01.dll
IModul02 -- Module_Version01.dll
IModul03 -- Module_Version02.dll ####
IModul04 -- Module_Version01.dll
IModul05 -- Module_Version01.dll
### Without new compile, application, I would like to send the new dll
to the customer. No new exe, no changes in the interface, only the DLL!!
I now check on the right model.
Can somebody help me.
What is the right intonation. Which factory model?
Have somebody sample code in C#, VS2008 ?
The exe check the DLL and loads the right.
Many greetings Michaela
I'looking for a good instruction.
I found this one.
http://www.dofactory.com/Patterns/Patterns.aspx
Abstract Factory Creates an instance of several families of classes
Builder Separates object construction from its representation
Factory Method Creates an instance of several derived classes
Prototype A fully initialized instance to be copied or cloned
Singleton A class of which only a single instance can exist
My target, my goal is like this.
App.exe V1.0.0.1
IModul01 -- Module_Version01.dll
IModul02 -- Module_Version01.dll
IModul03 -- Module_Version01.dll
IModul04 -- Module_Version01.dll
IModul05 -- Module_Version01.dll
After n time some improvements in module3 was necessary.
App.exe V1.0.0.1
IModul01 -- Module_Version01.dll
IModul02 -- Module_Version01.dll
IModul03 -- Module_Version02.dll ####
IModul04 -- Module_Version01.dll
IModul05 -- Module_Version01.dll
### Without new compile, application, I would like to send the new dll
to the customer. No new exe, no changes in the interface, only the DLL!!
I now check on the right model.
Can somebody help me.
What is the right intonation. Which factory model?
Have somebody sample code in C#, VS2008 ?
The exe check the DLL and loads the right.
Many greetings Michaela