. How .NET can support multiple languages?
.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 |
what are connection strings?
What is the concept of inheritance in .net?
How do you view the methods and members of a dll?
What is "microsoft intermediate language" (msil)?
what are design patterns in .net....?
Tell us the differences between an interface and an abstract class in .net?
Which namespace does it belong to by default?
What is the native image generator?
Which method do you use to redirect the user to another page without performing a round trip to the client?
What is the difference between task and thread in .net?
How to get the hostname or IP address of the server?
How does cas works?