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 are the important components of .net?
What is dot net architecture?
How can you instantiate a tuple?
Tell me what is a “jagged array”?
What's the problem with .net generics?
what is dotnet architecture? can anyone explain that.
What is an anonymous method?
What is .net environment?
What are the types of jit?
How com+ related to the dna architecture?
What is a manifest in .net?
What versions of .net are there?
Should I implement finalize on my class? Should I implement idisposable?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
What method do you use to explicitly kill a users session? How?