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

Explain code access security.

590


Why you want to leave your previous company.

1580


Do you know what is garbage collector?

565


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

557


Can you create instance of a class which has private constructor?

584






Explain can the validation be done in the server side? Or this can be done only in the client side?

498


What are virtual destructures?

527


Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component

1843


What are situations when you register .NET assembly in GAC ?

638


Describe the compilation process for .net code?

601


How server form post-back works?

576


Explain assemblies in .net?

604


How many design patterns can be created in .net?

581


What should you do to store an object in a viewstate?

555


Explain .NET architecture?

615