Answer Posted / vara prasad
This is an acronym for Microsft Intermediate Language.
In .net code that a developers develops will be complied in
to MSIL code by the respective compilers and this code will
be targeted towards the CLR which inturn contains JIT
Compilers .This MSIL code will be converted in to the
machine understandable code by JIT compiler.
| Is This Answer Correct ? | 77 Yes | 12 No |
Post New Answer View All Answers
What is the difference between function and stored procedure?
What are asp.net authentication providers and iis security?
Explain how do assemblies find each other?
How will you register com+ services?
How will you make .NET programs work in Linux ?
What is the use of activex control in .net?
Explain how garbage collection works?
Compare client server application with n-tier application
Is it true that objects don't always get destroyed immediately when the last reference goes away?
How is meant by dll in .net?
How boxing and unboxing occures in memory?
How can you turn-on and turn-off cas?
What is the base class of Button control in .NET?
What do you mean by Code Access Security in .NET?
What does cli do?