How .NET is able to support multiple languages?

Answers were Sorted based on User's Feedback



How .NET is able to support multiple languages?..

Answer / 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

How .NET is able to support multiple languages?..

Answer / kinjal

The language compile in commom language runtime in .net. in .net code is compile on MSIL(microsoft intermediate language)
is called managed code. Managed code run on .net environment.
After compilation of IL the language is not barrier. the code is call or written function in another language.

Is This Answer Correct ?    11 Yes 2 No

How .NET is able to support multiple languages?..

Answer / ris

Because Common Runtime Language,CTS,CLS.

Is This Answer Correct ?    9 Yes 5 No

How .NET is able to support multiple languages?..

Answer / khagendra(icte)

because CLR have its own CLS and it uses MSIL to convert the language into native through JIT compiler

Is This Answer Correct ?    1 Yes 0 No

How .NET is able to support multiple languages?..

Answer / madhusree.p

because it is CLS(Common language specification) and CTs
(common type specification)

eg: for example under properties window i am creating three
folder images(contains images),messages(contains messages)
and resources(contains GUI)

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Dot Net General Interview Questions

How to send the Mail in C# using ASP.Net ? And my Answer is as follows ?

3 Answers   Intel,


Explain webfarm vs webgardens in .net?

0 Answers  


How big is the datatype int in .net?

0 Answers  


how to connect database connectivity in dotNET? if suppose SQL server?and also MS access?

8 Answers  


Can you edit data in repeater control? How?

0 Answers  






Please explain what is heap and what is stack?

0 Answers  


What are the advantages of .net?

0 Answers  


How does cas works?

0 Answers  


in hibernate, what is dirty reading?

1 Answers   IBM,


What is Ajax design pattern in .NET?

0 Answers  


How can I get at the win32 api from a .net program?

0 Answers  


Difference b/w dataset.clone and dataset.copy ?

1 Answers   Protech,


Categories