Answer Posted / 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 View All Answers
Is atl redundant in the .net world?
why you wouldn't want to write into it even if you could
Explain how garbage collection works?
What are the new 2.0 features useful for?
What's singleton activation mode in .net?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
What is the difference between function and stored procedure?
What is the use of UML in .Net
How do you trigger the paint event in system.drawing?
Explain the main components in .net?
What is difference between system.string and system.stringbuilder classes?
What makes .net core cross platform?
Please explain the difference between constants and read-only variables?
What is .net and .net framework?
Explain what does managed mean in the .net context?