What happens when I call Assembly.Load(Byte[]) multiple times with a Byte array containing the same assembly ?
Is this code snippet poorly designed? Originally, there was only one AppDomain.Unload, in the finally block. This had the unfortuanate side effect that other threads could keep running in the AppDomai
I am interested in using a free library that has features similar to MSMQ to send/receive messages among 3 app domains in a win form application.
Recently i attentened an interview.I have been asked to explain the \"Application Domain\" and the special purpose about the introduction of \"application domain\".