adspace


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

Write the .net syntax for 'while loop'?

1146