Multifile Assemblies

  • Thread starter Thread starter BuddyWork
  • Start date Start date
B

BuddyWork

Hello,

I'm new in this area and I need a good site that explains
in details how multifile assemblies works and how it can
help by running application that are been launched from a
network drive.
 
Thanks for the links,

The reason I'm looking at Multifile assembly is so I can
speed up the application load/running time, when running
from a network drive. My understanding is that, by using
multifile assembly, the CLR will only download the
manifest and then load the assembly when required (I don't
know if the assembly will be downloaded from a network
drive to the local cache, if it does do this then I'm not
benifiting of using multifile assembly because most of the
start/running time is spent on copying the assembly to the
local cache).

Thanks,
 
Back
Top