Multiple choice technology web technology

An assembly is the basic unit used by the .NET CLR

  1. True

  2. False

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

True is correct because an assembly is indeed the fundamental unit of deployment, versioning, and security in .NET. Assemblies contain code (MSIL or IL), metadata, and a manifest, and are loaded by the CLR for execution. They are the building blocks of .NET applications, whether deployed as DLL or EXE files.