T
Techno_Dex
What are the advantages of GACing then NGENing an assembly as opposed to
just NGENing an assembly? My understanding is the GAC is to be used as a
versioning respository for common assemblies used by multiple applications
and NGENing is to create a native compiled copy of the assembly so it is
optimized to run faster on the given machine. Since NGEN is just a special
section within the GAC, is there really a need to GAC then NGEN or is NGEN
good enough? Is this dependent or independent of the assembly being a
common among multiple applications?
just NGENing an assembly? My understanding is the GAC is to be used as a
versioning respository for common assemblies used by multiple applications
and NGENing is to create a native compiled copy of the assembly so it is
optimized to run faster on the given machine. Since NGEN is just a special
section within the GAC, is there really a need to GAC then NGEN or is NGEN
good enough? Is this dependent or independent of the assembly being a
common among multiple applications?