In C# an assembly is deployed
-
Using MSI installer
-
using XCOPY
-
using a CAB archive
-
All of the above
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.