.NET Assemblies and Resources - Answers to .NET Assemblies interview questions

An Assembly data like version, scope, security information (strong name),etc is stored in manifest.....
SN stands for Strong Name. Strong Name Tool (Sn.exe) is used to sign assemblies with strong names......
Static assemblies contain interfaces, classes, resources, etc for the assembly and are stored on disk in portable executable (PE) files.....