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

How can you turn-on and turn-off cas?

560


Explain soap and xml?

572


Explain difference between panel and groupbox classes using .net?

551


How many design patterns can be created in .net?

605


How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?

584






Explain the top .net class that everything is derived from?

569


What is .net assembly?

600


What is strong-typing versus weak-typing? Which is preferred?

559


Describe session handling in a webform, how does it work and what are the limitations?

579


What is connected and diconnected database ?

600


Is .net capable of supporting multi-thread?

590


When a Static Constructor called in .NET?

621


What versions of .net are there?

634


I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?

547


How com+ related to the dna architecture?

597