Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralRe: Beginner Q: How to create a splash screen Pin
Daniel Turini7-Nov-02 8:43
Daniel Turini7-Nov-02 8:43 
GeneralRe: Beginner Q: How to create a splash screen Pin
matthias s.8-Nov-02 0:29
matthias s.8-Nov-02 0:29 
GeneralRe: Beginner Q: How to create a splash screen Pin
Ray Cassick8-Nov-02 8:16
Ray Cassick8-Nov-02 8:16 
GeneralSerializing an Exception object Pin
solidstore7-Nov-02 7:12
solidstore7-Nov-02 7:12 
GeneralRe: Serializing an Exception object Pin
Franz Pikal7-Nov-02 22:00
Franz Pikal7-Nov-02 22:00 
GeneralRe: Serializing an Exception object Pin
solidstore7-Nov-02 22:47
solidstore7-Nov-02 22:47 
GeneralRe: Serializing an Exception object Pin
Franz Pikal7-Nov-02 23:05
Franz Pikal7-Nov-02 23:05 
GeneralDynamic load of objects and its effects Pin
LongRange.Shooter7-Nov-02 3:46
LongRange.Shooter7-Nov-02 3:46 
Okay, I searched the message board and it looks like this is a new topic.
From the point of view of having code that does not require changes and compiles, I have had a few designs that really would work best if I can dynamically load a DLL. So this has led to a few questions:

1. Just what are the steps I have to take to dynamically load a DLL

2. In all cases, each DLL is an implementation of a template DLL (or an inheretance of a base class...just with a different name in each case. So we were thinking of creating reference to the base class, establishing an object of that type, but dynamically setting it to whichever DLL I want to load.

3. Has anyone done any testing to determine if a dynamic load via Reflection has as bad of a throughput effect as late binding in VB6?? (early binding having a performance edge of 1000 fold over late binding) I was thinking that since we are doing what I explained in point 2, that I would have the flexibility of 'late binding' in that I am loading one of n-fold objects, but with the speed of early binding since I have the base object defined.

I would appreciate any input on this topic!

Thanks, Michael



_____________________________________________
I have a tendancy to where my mind on my sleeve
I have a habit of losing my shirt...

GeneralRe: Dynamic load of objects and its effects Pin
Stephane Rodriguez.7-Nov-02 4:43
Stephane Rodriguez.7-Nov-02 4:43 
GeneralRe: Dynamic load of objects and its effects Pin
LongRange.Shooter7-Nov-02 5:46
LongRange.Shooter7-Nov-02 5:46 
GeneralCan't change textbox.text from code after binding to dataset!!! Pin
cternek6-Nov-02 21:59
cternek6-Nov-02 21:59 
QuestionProcess.id ? Pin
imran_rafique6-Nov-02 10:07
imran_rafique6-Nov-02 10:07 
AnswerRe: Process.id ? Pin
leppie6-Nov-02 10:25
leppie6-Nov-02 10:25 
Questionhow to make a plugin Pin
Asim N.6-Nov-02 8:04
Asim N.6-Nov-02 8:04 
AnswerRe: how to make a plugin Pin
leppie6-Nov-02 10:31
leppie6-Nov-02 10:31 
GeneralRe: how to make a plugin Pin
Eric Gunnerson (msft)6-Nov-02 13:46
Eric Gunnerson (msft)6-Nov-02 13:46 
GeneralRe: how to make a plugin Pin
Philip Fitzsimons7-Nov-02 1:42
Philip Fitzsimons7-Nov-02 1:42 
GeneralRe: how to make a plugin Pin
Philip Fitzsimons7-Nov-02 1:45
Philip Fitzsimons7-Nov-02 1:45 
GeneralRe: how to make a plugin Pin
James T. Johnson7-Nov-02 2:41
James T. Johnson7-Nov-02 2:41 
AnswerRe: how to make a plugin Pin
Nnamdi Onyeyiri6-Nov-02 20:53
Nnamdi Onyeyiri6-Nov-02 20:53 
GeneralUsing Typed Datasets Pin
afronaut6-Nov-02 5:17
afronaut6-Nov-02 5:17 
GeneralRe: Using Typed Datasets Pin
leppie6-Nov-02 10:36
leppie6-Nov-02 10:36 
GeneralRe: Using Typed Datasets Pin
Eric Gunnerson (msft)6-Nov-02 13:41
Eric Gunnerson (msft)6-Nov-02 13:41 
Generaluploading stream to webserver Pin
Anonymous6-Nov-02 5:08
Anonymous6-Nov-02 5:08 
GeneralRe: uploading stream to webserver Pin
Philip Fitzsimons7-Nov-02 1:39
Philip Fitzsimons7-Nov-02 1:39 

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.