. 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 Flyout Design Pattern in .NET?

0 Answers   Petranics Solutions,


What is singlecall activation mode used for in .net?

0 Answers  


What is Meta Data? Explain Types of Assemblies

2 Answers   Deloitte,


What are possible implementations of distributed applications in .NET?

1 Answers  


How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?

0 Answers  






What tools can I use to develop .net applications?

0 Answers  


What does cli do?

0 Answers  


How to load a user control dynamically in runtime?

0 Answers  


Explain the difference between vb and vb.net?

0 Answers  


Resource Files: How to use the resource files, how to know which language to use?

1 Answers  


What is the purpose of IClonable interface in .NET?

0 Answers   Sans Pareil IT Services,


Should I use readerwriterlock instead of monitor.enter/exit?

0 Answers  


Categories