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
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
Describe difference between inline and code-behind?
What is operator overloading in .net?
What is .net assembly?
What is Ajax design pattern in .NET?
How can I tell if .net 3.5 is installed?
Can "this" be used within a static method?
Explain the use of activex control in .net?
What are the improvements made in cas in .net 4.0?
Can you write a class without specifying namespace?
Explain what does managed mean in the .net context?
How do I spawn a thread?
Explain what relationship is between a process, application domain, and application?
What is the difference between encrypting a password and applying a hashing?
What are the different types of memory in .net?