. How .NET can support multiple languages?



. How .NET can support multiple languages?..

Answer / hrindows@gmail.com

.NET can support multiple languages because the .NET language code is compiled to Microsoft Intermediate Language (MSIL). The generated code, as a result, is a powerful code that runs in a .NET environment. After compilation, the languages do not remain a barrier and the code can call or use functions of various other languages too.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is jit compilers?

0 Answers  


Tell me what is serialization?

0 Answers  


Where does the gac exist ?

0 Answers  


What makes .net core cross platform?

0 Answers  


you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.

2 Answers   Deloitte,


Explain how do assemblies find each other?

0 Answers  


What is the difference between .net and laravel?

0 Answers  


WHAT IS .net

3 Answers  


Please explain what is the difference between odbc and ado?

0 Answers  


What is Global Assembly Cache (GAC) and what is the Purpose of it?

1 Answers  


i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?

4 Answers   Deloitte,


Show different types of collection in .NET?

0 Answers   QuestPond,


Categories