.Net Assembly interview questions and answers

.Net Assembly - An Assembly is a collection, either an executable (.exe) or a dynamic link library (.dll), that forms a logical unit of functionality and built to efficiently work together...
.Net Assembly - An assembly contains following information: Assembly manifest: Information about the assembly.....
.Net Assembly - A private assembly is stored in the application’s directory and used by a single application......
DOT.NET - Satellite assemblies provide an application the multilingual support. Satellite assemblies......
.Net Assembly - This means multiple version of same assembly to run on the same computer....
.Net Assembly - Resources are nonexecutable data in an application and the data can be updated without recompiling application.....
.Net Assembly - ResourceManager class is used to retrieve resources at run time....
.Net Assembly - A strong name means generating public key in order to provide unique name to the assembly....
.Net Assembly - Global Assembly Cache is the place holder for shared assembly. If an assembly is installed to the Global Assembly Cache...
.Net Assembly - Assembly Linker (Al.exe) generates a file that has an assembly manifest from modules or resource files...