Multiple choice technology web technology

The execution environment for all programs in the .NET Framework is

  1. CLS

  2. RMT

  3. CLR

  4. None of the Above

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

The Common Language Runtime (CLR) is the execution engine of the .NET Framework. It compiles MSIL code into native machine code and manages thread execution, garbage collection, and security.