July 2015
Intermediate to advanced
1300 pages
87h 27m
English
An assembly doesn’t necessarily coincide with a standalone application. In many cases, assemblies are also compiled class libraries. Independently from what kind of assembly you are working with, it exposes the following information:
Types—Through the IL code necessary to the application execution, assemblies can expose reusable types that can be consumed by other assemblies. This is the reason assemblies are considered the smallest unit for code reuse.
Version—Assemblies contain version information, and all ...
Read now
Unlock full access