. 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 |
Does .net supports destructors concept?
Explain acid properties?
Using com component in .net?
how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
Explain Creational design pattern in .NET?
Explain why do we use the “using” statement?
How can I get at the win32 api from a .net program?
Explain what does managed mean in the .net context?
How will u load dynamic assembly? How will create assemblies at run time?
How is .net able to support multiple languages?
What is meant by localization?