Common Language Specification
One of the most important features of the .NET Framework is the CLR, which offers a common infrastructure for different .NET languages. You may also remember from Chapter 1, “Introducing the .NET Framework 4.0,” that all .NET compilers produce Intermediate Language (IL) code. Because of this, .NET languages can interoperate: An assembly produced with Visual Basic can be used by an application written in Visual C# and vice versa. But different languages have, of course, different characteristics; so if developers use specific features of a language, the risk is that another language cannot use that produced assembly or they might encounter several errors. This can occur when companies produce reusable components, ...
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