Answer Posted / kranthi kumar.j
When the code is compiled, the compiler translates your code
into Microsoft intermediate language (MSIL). The common
language runtime includes a JIT compiler for converting this
MSIL then to native code.
MSIL contains metadata that is the key to cross language
interoperability. Since this metadata is standardized across
all .NET languages, a program written in one language can
understand the metadata and execute code, written in a
different language. 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.
Is This Answer Correct ? | 69 Yes | 7 No |
Post New Answer View All Answers
Explain memory-mapped files.
What do the terms “boxing” and “unboxing” mean?
SAP Business One(this is intigrated tool of .net)
What is the difference between function and stored procedure?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
Explain about .net assemblies?
What is clr in .net?
Explain the code behind wors and contrast that using the inline style.
Tell us the difference between managed and unmanaged code?
Difference between value type & reference types ?
Explain what is the difference between odbc and ado?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
What is .net assembly?
What is the difference between .net and laravel?
When displaying fonts, what is the difference between pixels, points and ems?