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

Differences between namespace, class, assembly?

0 Answers  


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

0 Answers  


Please explain what is immutability, what is it for and how is it codified?

0 Answers  


Will it go to finally block if there is no exception happened?

0 Answers  


Explain how to stop a thread?

0 Answers  


What is the difference between asp.net & vb.net and explain architecture?

0 Answers  


Elements of CAS

0 Answers  


i have an array of 10 objects whose values are from 1-10 randomly inserted. i have deleted one array object. tell me what is that value? write the logic of it.

2 Answers   Deloitte, Srp Khanij,


What are the differences between user control and server control?

0 Answers  


How we can achieve Connection pooling in .Net?

0 Answers   PUCIT,


what are connection strings?

0 Answers   Manhattan, RTRT,


What is the use of design pattern?

0 Answers  


Categories