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

Describe the Managed Execution Process?

0 Answers  


What is use of ContextUtil class?

1 Answers  


Is .net core stable?

0 Answers  


What does jit do?

0 Answers  


i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net

0 Answers  






Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?

0 Answers  


How do you handle Start, Pause, Continue and Stop calls from SCM within your application?

1 Answers  


What is the Difference between imperative and interrogative code?

2 Answers  


What is Active Directory? What is the namespace used to access the Microsoft Active Directories? What are ADSI Directories?

1 Answers   TCS,


How viewstate is being formed and how it's stored on client in .net?

0 Answers  


Explain the difference between asp.net and asp?

0 Answers  


What is your observations between vb.net and vc#.net?

0 Answers  


Categories