Multiple choice

Which of the following are the two main components of .NET Framework?

  1. CLR and Class Library

  2. CTS and CLR

  3. MSIL and CLR

  4. Class Library and CTS

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

CLR is Common Language Runtime, which distinguishes .NET framework from other frameworks as this makes .NET framework language independent and Class Library provides the collection of useful and reusable types that are designed to integrate with CLR.