The Common Language Runtime

As its name implies, the Common Language Runtime provides an infrastructure that is common to all .NET languages. This infrastructure is responsible for taking control of the application’s execution and manages tasks such as memory management, access to system resources, security services, and so on. This kind of common infrastructure bridges the gap that exists between different Win32 programming languages because all .NET languages have the same possibilities. Moreover, the Common Language Runtime enables applications to run inside a managed environment. The word managed is fundamental in the .NET development, as explained in next paragraph.

Get Visual Basic® 2010 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.