. 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 |
Explain the difference between asp.net and asp?
Is .net a compiler?
How is development of a Windows service different from a Windows Forms application?
What is 3 tier architecture?
How many types of transactions are there in com + .net ?
How boxing and unboxing occures in memory?
What is strong name?
Is .net front end or backend?
Please explain what inheritance is, and why it's important?
Please explain when should you use .net web forms over asp.net mvc?
Why SOAP is required?
What is stored procedure ? how we use it in .NET ?