Search Books

Microsoft Intermediate Language: Comparison Between C# and VB.NET

Author Niranjan Kumar
📄 Viewing lite version Full site ›
🌎 Shop on Amazon — choose country
8.00 USD
🛒 Buy New on Amazon 🇺🇸

✓ Available for download now

Share:
Book Details
ISBN / ASINB0006I0VZK
ISBN-13978B0006I0VZ4
AvailabilityAvailable for download now
Sales Rank13,565,861
MarketplaceUnited States 🇺🇸

Description

Until recently, during the design stage of every project, we analyzed the project requirements and then chose a language that best fit that project. With the introduction of .NET, things have changed a lot. .NET's interesting cross-language development system allows a module to be developed in one language and still integrate seamlessly with the rest of the modules in any other .NET language. For example, a Visual Basic programmer can develop a module in VB.NET and a C# programmer can consume, inherit, and debug it, as well as handle exceptions--and more.

It is the Microsoft Intermediate Language (MSIL), along with the Common Language Runtime (CLR), that gives the ability to truly integrate all .NET languages. This article introduces MSIL and gives some internals of the language. It also discusses how C# and VB.NET compilers generate their IL code.