Multifile Assemblies

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.
 
B

BuddyWork

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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top