Answer Posted / chinnu
MSIL is Microsoft Intermediate Language, whtever code
written in .net is complied into an intermediate native
language and this language is called MSIL, this language ia
again complied into low level intermediate lamguage called
Just In Time Compiler.
CTS is Common Type System that defines how variables,
methods are decalred & how object are defined & used
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Describe the compilation process for .net code?
How is a managed code executed?
Explain what are the deferred execution and the immediate execution in linq?
How server form post-back works?
How do you turn off cookies for one page in your site? Give an example.
What is .net debug & trace?
What does jit compilation do in .net?
What are pdbs?
Tell me what is a “jagged array”?
What is heap and what is stack?
What data providers available in .net to connect to database?
Difference between machine.config and web.config?
Explain what is the difference between odbc and ado?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
Can I write my own .net host?