Click here to Skip to main content
15,881,380 members
Home / Discussions / C#
   

C#

 
GeneralRe: syntax Pin
messages2-Oct-12 6:09
messages2-Oct-12 6:09 
Questionmultiple loading of assemblies - does it have any associated problems? Pin
Danzy832-Oct-12 2:53
Danzy832-Oct-12 2:53 
AnswerRe: multiple loading of assemblies - does it have any associated problems? Pin
Eddy Vluggen2-Oct-12 3:23
professionalEddy Vluggen2-Oct-12 3:23 
GeneralRe: multiple loading of assemblies - does it have any associated problems? Pin
Danzy832-Oct-12 3:29
Danzy832-Oct-12 3:29 
AnswerRe: multiple loading of assemblies - does it have any associated problems? Pin
Eddy Vluggen2-Oct-12 4:29
professionalEddy Vluggen2-Oct-12 4:29 
AnswerRe: multiple loading of assemblies - does it have any associated problems? Pin
jschell2-Oct-12 8:42
jschell2-Oct-12 8:42 
AnswerRe: multiple loading of assemblies - does it have any associated problems? Pin
Dave Kreskowiak2-Oct-12 12:29
mveDave Kreskowiak2-Oct-12 12:29 
SuggestionRe: multiple loading of assemblies - does it have any associated problems? Pin
Guirec2-Oct-12 18:11
professionalGuirec2-Oct-12 18:11 
If you have the need for unloading assemblies then you have to load them in a dedicated AppDomain you will create first.
The advantages is that you can kill the newly created AppDomain (unloading assemblies) and other advantage is that if one assembly you load is "rotten" then you are not damaging the primary AppDomain.
The drawback is the only basic option to communicate between appdomain is remoting.

If you are looking for some kind of plug-in mechanism then have a look at ms Managed Extensibility Framework (MEF). You'll find good articles on CP about it.
GeneralRe: multiple loading of assemblies - does it have any associated problems? Pin
jschell3-Oct-12 10:16
jschell3-Oct-12 10:16 
AnswerRe: multiple loading of assemblies - does it have any associated problems? Pin
BobJanova3-Oct-12 5:05
BobJanova3-Oct-12 5:05 
QuestionWhen to use .PerformClick() Pin
MAW301-Oct-12 15:07
MAW301-Oct-12 15:07 
AnswerRe: When to use .PerformClick() Pin
DaveyM691-Oct-12 16:05
professionalDaveyM691-Oct-12 16:05 
GeneralRe: When to use .PerformClick() Pin
MAW301-Oct-12 16:55
MAW301-Oct-12 16:55 
AnswerRe: When to use .PerformClick() Pin
Dave Kreskowiak2-Oct-12 1:32
mveDave Kreskowiak2-Oct-12 1:32 
GeneralRe: When to use .PerformClick() Pin
DaveyM692-Oct-12 3:02
professionalDaveyM692-Oct-12 3:02 
AnswerRe: When to use .PerformClick() Pin
Ravi Bhavnani2-Oct-12 6:22
professionalRavi Bhavnani2-Oct-12 6:22 
Questionwhy i cant store values in database but my data is correct its not showing any error help me .....?? Pin
Kay Pee Singh1-Oct-12 12:46
Kay Pee Singh1-Oct-12 12:46 
AnswerRe: why i cant store values in database but my data is correct its not showing any error help me .....?? Pin
Smart Arab2-Oct-12 2:45
Smart Arab2-Oct-12 2:45 
GeneralRe: why i cant store values in database but my data is correct its not showing any error help me .....?? Pin
Eddy Vluggen2-Oct-12 3:24
professionalEddy Vluggen2-Oct-12 3:24 
GeneralRe: why i cant store values in database but my data is correct its not showing any error help me .....?? Pin
Kay Pee Singh2-Oct-12 6:52
Kay Pee Singh2-Oct-12 6:52 
GeneralRe: why i cant store values in database but my data is correct its not showing any error help me .....?? Pin
Eddy Vluggen2-Oct-12 8:06
professionalEddy Vluggen2-Oct-12 8:06 
Generalcan u tell me where is the error in this code so i can change .....?? Pin
Kay Pee Singh2-Oct-12 10:08
Kay Pee Singh2-Oct-12 10:08 
AnswerRe: why i cant store values in database but my data is correct its not showing any error help me .....?? Pin
Eddy Vluggen2-Oct-12 3:25
professionalEddy Vluggen2-Oct-12 3:25 
GeneralRe: why i cant store values in database but my data is correct its not showing any error help me .....?? Pin
Kay Pee Singh2-Oct-12 6:51
Kay Pee Singh2-Oct-12 6:51 
GeneralRe: why i cant store values in database but my data is correct its not showing any error help me .....?? Pin
Pete O'Hanlon2-Oct-12 7:34
mvePete O'Hanlon2-Oct-12 7:34 

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.