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 the difference between vb and vb.net?
What is namespace in .net?
Explain me what are the deferred execution and the immediate execution in linq?
What are the differences between user control and server control?
What is difference between static page and dynamic page?
What is class library in .net
Why inheritance is important?
Is .net core managed code?
Explain code access security.
Can a try block have more than one catch block?
What is the difference between a debug and release build?
Write the .net syntax for 'while loop'?
Explain attributes in dot net?
How to produce an assembly?
Where does the gac exist ?