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
What is cyclomatic complexity and why is it important?
Explain what is heap and what is stack?
what is prototype design pattern in .net
What is .net latest version?
Is .net core free?
What is lazy initialization?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is .net3.5?
Explain what are the deferred execution and the immediate execution in linq?
Should I implement finalize on my class? Should I implement idisposable?
How to create a key pair in .net?
What's singleton activation mode in .net?
Is .net core managed code?
What's the .net collection class that allows an element to be accessed using a unique key?
What is the difference between odbc and ado?