Multiple choice technology programming languages

In C# an assembly is deployed

  1. Using MSI installer

  2. using XCOPY

  3. using a CAB archive

  4. All of the above

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

C# assemblies can be deployed using multiple methods: MSI installers (Windows Installer), XCOPY (simple file copy), or CAB archives (cabinet files for compression/distribution). 'All of the above' is correct because all three are valid deployment mechanisms for .NET assemblies.