Multiple choice technology web technology

What is the smallest unit of deployment ?

  1. Namespace

  2. Assembly

  3. Class

  4. Interface

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

An assembly is the smallest unit of deployment in .NET. Assemblies contain compiled code (IL), metadata, and resources, and are deployed as DLL or EXE files. Namespaces, classes, and interfaces are logical organization within assemblies but cannot be deployed independently.