Answer Posted / rama
When compiling to managed code, the compiler translates
your source code into Microsoft intermediate language
(MSIL), which is a CPU-independent set of instructions that
can be efficiently converted to native code. MSIL includes
instructions for loading, storing, initializing, and
calling methods on objects, as well as instructions for
arithmetic and logical operations, control flow, direct
memory access, exception handling, and other operations.
Before code can be run, MSIL must be converted to CPU-
specific code, usually by a just-in-time (JIT) compiler.
Because the common language runtime supplies one or more
JIT compilers for each computer architecture it supports,
the same set of MSIL can be JIT-compiled and run on any
supported architecture.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Can you please explain the difference between system.string and system.stringbuilder classes?
Explain about visual basic.net?
Explain the difference between web.config and machine.config and where it will be ?
What are the objects in asp.net?
What is different between web.config and machine.config and where it will be ?
What is internal keyword in .net framework?
List the types of authentication?
What do you mean by serialization and deserialization and it's use.
What do you mean by option strict on?
Can you please explain the difference between vb and vb.net?
Explain trace in vb.net?
Explain the difference between .dll extension and .exe extension files?
How can we store decimal data in .net?
Why do we use byref keyword in vb.net?
What are all the parts of .net framework?