What does an assembly contain? - .Net Assembly

What does an assembly contain?

An assembly contains following information:

- Assembly manifest: Information about the assembly.
- Type metadata: Information about the types.
- IL Code
- Resource files.

An assembly manifest contains the following information:

- Identity of the assembly
- Types and resources
- Files
- Security permissions
Define a private assembly and a shared assembly - .Net Assembly
.Net Assembly - A private assembly is stored in the application’s directory and used by a single application......
What are Satellite Assemblies? - .Net Assembly
DOT.NET - Satellite assemblies provide an application the multilingual support. Satellite assemblies......
What do you understand by side-by-site execution of assembly? - .Net Assembly
.Net Assembly - This means multiple version of same assembly to run on the same computer....
Post your comment