-basic unit of deployment or versioning (.exe or .dll)

-Consisting
- Manifest
- Metadata
- IL Code
- Resources
Contents
- Assembly Name
- Version number
- Culture
- Strong name information
- List of files
- Type reference information
- Information on reference assemblies
3) IL Code- The compilers translates your code into Microsoft intermediate language (MSIL). The common language runtime includes a JIT compiler for converting this MSIL then to native code.
4) Resources- are the files like image files

0 comments:
Post a Comment