Qus:    How is it possible for .NET to support many languages?
Oct 24, 2020 08:35 2 Answers Views: 662 SWEETY
Prev Next
Answers (2)
ARUNA Oct 28, 2020 04:50
Answer:   The .NET language code is compiled to Microsoft Intermediate Language (MSIL). The generated code is called managed code. This managed code is run in .NET environment. So after compilation the language is not a barrier and the code can call or use function of another language also.

PARTH Nov 09, 2020 07:44
Answer:   The main reason for .NET to support many languages is that you can compile your code from IL and this compiled code will be interoperable with the code that has been compiled to IL from another language.

It simply means that you can create pages in different languages (like C#, VB .NET, J# etc.) and once all of these pages are compiled they all can be used in a single application.

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect