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

.NET (Core and Framework)

 
QuestionC# or C++ ? Pin
Maximilien6-Sep-02 3:06
Maximilien6-Sep-02 3:06 
AnswerRe: C# or C++ ? Pin
Kevin McFarlane6-Sep-02 7:28
Kevin McFarlane6-Sep-02 7:28 
AnswerRe: C# or C++ ? Pin
Paul Ingles8-Sep-02 10:41
Paul Ingles8-Sep-02 10:41 
General.NET My Services SDK/HsSoapExtension Pin
Phil Harding6-Sep-02 2:38
Phil Harding6-Sep-02 2:38 
GeneralRe: .NET My Services SDK/HsSoapExtension Pin
elnino10-Sep-02 7:02
elnino10-Sep-02 7:02 
GeneralAdding Tree control to a webform (ASP.Net) Pin
dre@mer5-Sep-02 1:28
dre@mer5-Sep-02 1:28 
QuestionHowto: Plugins in .NET app? Pin
Anonymous5-Sep-02 0:31
Anonymous5-Sep-02 0:31 
AnswerRe: Howto: Plugins in .NET app? Pin
Stephane Rodriguez.5-Sep-02 1:08
Stephane Rodriguez.5-Sep-02 1:08 
Plugins are now old fashioned when you regard that System.Reflection allows you to create classes, compile them, and add them to your code while it's running.

You may of course end up loading custom user Assemblies after your program has been released, but that's not there the true power lies : custom user Assemblies must export functions whose signatures are already known by you BEFORE you have released the program.

Good luck!



And I swallow a small raisin.

GeneralRe: Howto: Plugins in .NET app? Pin
Anonymous5-Sep-02 3:20
Anonymous5-Sep-02 3:20 
GeneralRe: Howto: Plugins in .NET app? Pin
Stephane Rodriguez.5-Sep-02 3:31
Stephane Rodriguez.5-Sep-02 3:31 
GeneralRe: Howto: Plugins in .NET app? Pin
Anonymous5-Sep-02 4:15
Anonymous5-Sep-02 4:15 
GeneralRe: Howto: Plugins in .NET app? Pin
Stephane Rodriguez.5-Sep-02 4:37
Stephane Rodriguez.5-Sep-02 4:37 
GeneralRe: Howto: Plugins in .NET app? Pin
Anonymous5-Sep-02 9:56
Anonymous5-Sep-02 9:56 
QuestionHow can I develop a Keyboard driver Pin
Katiucia4-Sep-02 7:45
sussKatiucia4-Sep-02 7:45 
GeneralDinamic Web Reference Pin
bad4-Sep-02 1:37
bad4-Sep-02 1:37 
GeneralRe: Dinamic Web Reference Pin
buke5-Sep-02 3:08
buke5-Sep-02 3:08 
GeneralWeb Deployent projects Pin
bad4-Sep-02 1:32
bad4-Sep-02 1:32 
GeneralQuestion about ATL Web service Pin
buke3-Sep-02 22:27
buke3-Sep-02 22:27 
GeneralReferences Queries Pin
Firoz2-Sep-02 22:52
Firoz2-Sep-02 22:52 
General.Net and Tool-window Pin
Tomas Petricek2-Sep-02 8:22
Tomas Petricek2-Sep-02 8:22 
GeneralRe: .Net and Tool-window Pin
James T. Johnson2-Sep-02 11:27
James T. Johnson2-Sep-02 11:27 
GeneralRe: .Net and Tool-window Pin
Tomas Petricek2-Sep-02 13:25
Tomas Petricek2-Sep-02 13:25 
GeneralRichTextBox Pin
Iulian Serban1-Sep-02 8:00
Iulian Serban1-Sep-02 8:00 
GeneralSOAPCLIENT_SEND_ERROR and ERROR_IO_PENDING Pin
Eugene Plokhov31-Aug-02 19:57
Eugene Plokhov31-Aug-02 19:57 
GeneralWinForms form hiding Pin
Boris Yankov30-Aug-02 5:19
Boris Yankov30-Aug-02 5:19 

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.