Monday, October 29, 2018

Why .NET Is A Multilingual Framework

An application is said to be multilingual if it can be deployed in many different languages. With .NET, all of the languages Visual Basic .NET, C# and J# compile to common Intermediate language (IL). This makes all languages interoperable. Microsoft creates java bytecode, which is a low-level language with a simple syntax, which can be very quickly translated into native machine code.

source https://www.c-sharpcorner.com/article/why-net-is-a-multilingual-framework/

No comments:

Post a Comment