Click here to Skip to main content
15,893,508 members
Home / Discussions / C#
   

C#

 
QuestionTransaction control [modified - more details on the problem] Pin
jith - iii24-Jun-06 0:04
jith - iii24-Jun-06 0:04 
Questiondrag-drop into windows application in C# Pin
nagramana23-Jun-06 23:34
nagramana23-Jun-06 23:34 
AnswerRe: drag-drop into windows application in C# Pin
Guffa23-Jun-06 23:52
Guffa23-Jun-06 23:52 
GeneralRe: drag-drop into windows application in C# Pin
nagramana24-Jun-06 0:10
nagramana24-Jun-06 0:10 
GeneralRe: drag-drop into windows application in C# Pin
Guffa24-Jun-06 0:29
Guffa24-Jun-06 0:29 
GeneralRe: drag-drop into windows application in C# Pin
Paul Conrad24-Jun-06 19:14
professionalPaul Conrad24-Jun-06 19:14 
AnswerRe: drag-drop into windows application in C# Pin
Michael P Butler24-Jun-06 1:08
Michael P Butler24-Jun-06 1:08 
QuestionFast dynamic loading of assemblies using reflection Pin
roxtar23-Jun-06 22:49
roxtar23-Jun-06 22:49 
Hi,
I want to dynamically load some assemblies and invoke certain functions given in those assemblies. All these functions will implement the same interface, so that I don't have to bear the performance hit of a Type.InvokeMember call. For loading these assemblies dynamically I will, obviously, have to use the Assembly.Load/LoadFrom routines.
My question is, is it advisable to put some assemblies (which may be dynamically loaded frequently) into the GAC or have some sort of a replacement algorithm (like LRU) to add and remove these assemblies from the GAC ? Also, if I put these assemblies into the GAC, will the Assembly.Load/LoadFrom routines check the GAC first while searching for the assembly or will I have to query the GAC to find whether the requested assembly exists in the GAC or not and then proceed?

Thanks for any thoughts or help.
Cheers Laugh | :laugh:
QuestionData Table - Sort [urgent] Pin
SysJey23-Jun-06 22:41
SysJey23-Jun-06 22:41 
AnswerRe: Data Table - Sort [urgent] [modified] Pin
Michael P Butler24-Jun-06 0:56
Michael P Butler24-Jun-06 0:56 
GeneralData Table - Sort Pin
SysJey25-Jun-06 22:44
SysJey25-Jun-06 22:44 
QuestionData Table - Sort [urgent] Pin
SysJey23-Jun-06 22:41
SysJey23-Jun-06 22:41 
QuestionI can't Debug on Pocket PC2002 Emulator [modified] Pin
tr_hoaiphong23-Jun-06 22:32
tr_hoaiphong23-Jun-06 22:32 
QuestionCombo box using data reader , setting value member and display member in win forms Pin
ashishinfra23-Jun-06 21:20
ashishinfra23-Jun-06 21:20 
AnswerRe: Combo box using data reader , setting value member and display member in win forms Pin
ashishinfra29-Jun-06 0:10
ashishinfra29-Jun-06 0:10 
Questionrun c# project Pin
foysal mamun23-Jun-06 20:30
foysal mamun23-Jun-06 20:30 
AnswerRe: run c# project Pin
Tamimi - Code23-Jun-06 20:41
Tamimi - Code23-Jun-06 20:41 
GeneralRe: run c# project Pin
foysal mamun23-Jun-06 20:48
foysal mamun23-Jun-06 20:48 
GeneralRe: run c# project Pin
Tamimi - Code23-Jun-06 20:52
Tamimi - Code23-Jun-06 20:52 
GeneralRe: run c# project Pin
foysal mamun23-Jun-06 20:59
foysal mamun23-Jun-06 20:59 
GeneralRe: run c# project [modified] Pin
Michael P Butler23-Jun-06 21:04
Michael P Butler23-Jun-06 21:04 
GeneralRe: run c# project Pin
foysal mamun23-Jun-06 21:06
foysal mamun23-Jun-06 21:06 
GeneralRe: run c# project Pin
Colin Angus Mackay23-Jun-06 21:24
Colin Angus Mackay23-Jun-06 21:24 
GeneralRe: run c# project Pin
foysal mamun23-Jun-06 21:29
foysal mamun23-Jun-06 21:29 
GeneralRe: run c# project Pin
Colin Angus Mackay23-Jun-06 21:36
Colin Angus Mackay23-Jun-06 21:36 

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.