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

Is .net a language?

567


What are .net functions?

541


Explain dataset.acceptchanges and dataadapter.update methods in .net?

563


How to create multiple inheritance in c#, with example?

565


Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?

611






Explain the difference between task and thread in .net?

523


How is .net able to support a lot of languages?

544


How inheritance works in .net?

566


Is Driver Script any how related to AOM?

623


Compare & contrast rich client (smart clients or windows-based) & browser-based web application

546


What operating systems does the .net framework run on?

560


What is RCW (Run time Callable Wrappers)?

1963


What is clr in .net?

623


Explain what does managed mean in the .net context?

511


Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column

1937