Languages in the .NET Framework
On Day 1, “Introduction to the Microsoft .NET Framework,” the core message was that as a developer, you have access to a unified set of classes. The classes in the framework class library (FCL) are what you access in your applications to provide various functionalities, such as reading and writing of files, accessing a database, or creating a user interface. No matter the language, the classes in the FCL are available to any language that runs inside the .NET Framework runtime.
Before .NET, programming languages lived inside their own box. Visual Basic had the VBRUN DLLs that provided its runtime, and C++ had its own runtime to make C++ programs work. This caused problems when an application written in one language ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access