Answer Posted / hardikatrivedi2
.Net is able to support multiple languages bacause of
CLR.When .net code is compliled the CLR will generate
MSIL(Microsoft Intermediate Language) from the source
code.This MSIL is not language apecific and it can be used
for any language.This MSIL will later converted to machine code.
| Is This Answer Correct ? | 34 Yes | 2 No |
Post New Answer View All Answers
Explain assemblies in .net?
Explain about .Net products?
What is the use of activex control in .net?
Explain can the validation be done in the server side? Or this can be done only in the client side?
How do you generate a strong name?
What is Code group in .Net with respect to CAS
Is .net core stable?
What is a .DLL and .EXE files called in .NET?
How can you instantiate a tuple?
What are the main components in .net?
Tell us what is json data, and what is one way that .net developers can work with json?
Please explain what is the difference between constants and read-only variables?
Explain when should you use .net web forms over asp.net mvc?
What tools is used to develop .NET applications?
What is garbage collection and how it works ?