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 |
What is Assembly manifest? what all details the assembly manifest will contain.
C++ & C# differences ?
Give An example of a ctype and directcast.
What is the concept of inheritance in .net?
What tools is used to develop .NET applications?
How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?
What are the security policy levels in .Net
What is meant by managed and unmanaged code?
hai, about trading domain and need simple project on trading system. please help me...
What is connection pooling and how do you make your application use it?
Different levels of priority provided by .net.
What is boxing and un-boxing in .net?