Introduction to the Common Language Runtime (CLR)

Introduction to the Common Language Runtime (CLR)

Introduction to the Common Language Runtime (CLR)

By Pavel Nasovich

Introduction to the Common Language Runtime (CLR)

At the heart of the .NET Framework is an execution engine called the Common Language Runtime. Designed from the ground up to support a myriad of programming language styles, the CLR provides a common type system, automatic memory management, support for concurrent execution and etc.

  • 1,425