How .NET is able to support multiple languages?

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


Please Help Members By Posting Answers For Below Questions

What is cyclomatic complexity and why is it important?

1903


Explain what is heap and what is stack?

780


what is prototype design pattern in .net

746


What is .net latest version?

744


Is .net core free?

792


What is lazy initialization?

782


Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?

733


What is .net3.5?

773


Explain what are the deferred execution and the immediate execution in linq?

751


Should I implement finalize on my class? Should I implement idisposable?

739


How to create a key pair in .net?

771


What's singleton activation mode in .net?

787


Is .net core managed code?

712


What's the .net collection class that allows an element to be accessed using a unique key?

757


What is the difference between odbc and ado?

752