Posted by: Pdfprep
Post Date: December 3, 2020
Which statement regarding the AppDomain in a .NETCompute Node is true?
A . Code sharing an AppDomain can share state
B . There is no way to share data among different AppDomains
C . A domain neutral assembly can be unloaded without unloading the whole AppDomain
D . When a .NET assembly code is changed and swapped, the message flow must be stopped and restarted to pick up the change.
Answer: A