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 |
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
syntax for binding the data from database
Explain what do the terms “boxing” and “unboxing” mean?
What is an EXE?
How does u handle this COM components developed in other programming languages in .NET?
What are the different types of memory in .net?
What is Serialiazation?
What are the different types of assemblies?
Explain assemblies in .net?
Tell me what is serialization?
What is the difference between VB and VB.NET?
Describe the difference between inline and code behind which is best in a loosely coupled solution?