. 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 are asp.net authentication providers and iis security?
What is IIS and how we deploy website on IIS.
Explain the Scope of public/private/friend/protected/protected friend.
What is marshling?
Is .net core managed code?
What is prerender event of a page?
What are pdbs?
How many design patterns can be created in .net?
C++ & C# differences ?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is delegation in .net?
What are good ADO.NET object(s) to replace the ADO Recordset object.