Assembly
Hi There,
I have some doubts about dotnet framework. If someone can please clear it.
I have read...
.Net Framework gives advantage of using dotnet application without registering with system registry. This is made possible due to following reasons
.Net can automatically locate referenced assemblies. It contains manifest which has information about assemblies information with other assemblies.
Does it mean that the folder of dotnet application directory has all referenced files. If so then isn't it waste of diskspace if i already have the file in harddisk in someother location.when a dotnet application is copied from one computer to other it copies all the files even though if they are there. Does it finds out before copying the application wheather all refered dll files are there or not?
Thanking you and waiting for some kind replies.
Amit
|