. 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 is jit compilers?
Tell me what is serialization?
Where does the gac exist ?
What makes .net core cross platform?
you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
Explain how do assemblies find each other?
What is the difference between .net and laravel?
WHAT IS .net
Please explain what is the difference between odbc and ado?
What is Global Assembly Cache (GAC) and what is the Purpose of it?
i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?
Show different types of collection in .NET?