How .NET is able to support multiple languages?
Answers were Sorted based on User's Feedback
.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 |
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 |
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 |
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 |
Do you know what's the difference between .net and laravel?
What is assembly in .net?
What is garbage collection in .net? Explain the garbage collection process?
syntax for binding the data from database
Explain the procedure to add assemly to gac to make it shared one?
Class for getting the info that is on clipboard of our system in a windows App?
How ASP .NET different from ASP?
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
What does jit compilation do in .net?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
Can you edit data in repeater control? How?