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 |
Explain code access security.
Difference between assembly manifest & metadata
Types of JIT and what is econo-JIT ?
Can you configure a .NET Remoting object via XML file?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
What is dot net architecture?
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
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
What is deferred execution vs. Immediate execution in linq?
What are channels in .NET Remoting?
How to send the Mail in C# using ASP.Net ? And my Answer is as follows ?
Which server tag comes from server when we submit any data