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
How do we access crystal reports in .net?
What is lazy initialization?
What is STA in .NET?
When we use windows api in .net is it managed or unmanaged code?
What is the difference between response.redirect & server.transfer?
Explain what is a delegate?
What is .net and .net framework?
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?
What method do you use to explicitly kill a users session? How?
What are the differences between com architecture and.net architecture?
What does msil do?
How to load the contents of an xml file into an xmldocument object?
which methos do you invoke on the dataadapter control to load your generated dataset with data?
Explain how does assembly versioning work?
Is .net core installed?