🎴 Flashcard Mode

Programming Fundamentals and .NET Framework

Card1 / 20
Mastered0
Review0
QuestionClick to flip

CLR stands for

AnswerClick to flip back
A
Common Language Runtime
💡 Explanation:

CLR stands for Common Language Runtime, which is the execution engine of the .NET Framework. It manages memory execution, thread execution, code safety verification, compilation, and other system services, making it a fundamental component of .NET applications.

Change Mode