Multiple choice Which of the following is the primary unit of .NET application? CTS CLR Assembly MSIL Reveal answer Fill a bubble to check yourself C Correct answer Explanation The primary unit of .NET application is the assembly. An assembly is a self describing collection of code, resources and metadata.