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
Explain .net framework overview?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is .net and why it is used?
What's a windows process in .net?
What is func in .net 3.5?
Explain what relationship is between a process, application domain, and application?
What is the use of UML in .Net
Explain different types of html, web and server controls.
What is web.config in .net?
Explain what is a manifest in .net?
How many types of generations are there in a garbage collector?
Explain the purpose of Remoting in .NET?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
Explain the different parts of an assembly?