Load and execute code from an assembly without locking the file?
- by Bjorn Reppen
Is there a way to load an assembly from disk and execute code in it without getting the file locked on disk? I never understood why it is necessary to lock the file since the code will be loaded in RAM and JIT-compiled?