1.

Describe The Parts Of Assembly.

Answer»

An assembly is a partially compiled CODE library. In .NET, an assembly is a portable executable and can be an EXE (process assembly) or a DLL (library assembly). An assembly can consist of ONE or more files or modules in various languages. It is used in DEPLOYMENT, versioning and SECURITY.

An assembly is a partially compiled code library. In .NET, an assembly is a portable executable and can be an EXE (process assembly) or a DLL (library assembly). An assembly can consist of one or more files or modules in various languages. It is used in deployment, versioning and security.



Discussion

No Comment Found