Multiple choice technology programming languages

Which part of the .NET Framework provides Context for managed code?

  1. CLR

  2. .NET Context Manager

  3. CTS

  4. All of the above

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

The Common Language Runtime (CLR) provides the execution context for managed code, handling memory management, security, threading, and other runtime services. CTS defines type rules but doesn't provide execution context. Option B is not a real .NET component.