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
Is .net front end or backend?
What is misl?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
Why is .net used?
Is .net a programming language?
What are the types of jit?
Please explain what is the difference between constants and read-only variables?
What is the use of gacutil.exe?
What are nullable types in .NET
What is common language specification (cls)?
Explain the different parts of an assembly?
Explain what do the terms “boxing” and “unboxing” mean?
Is Driver Script any how related to AOM?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
Please explain what are an object and a class?