Answer Posted / chandu
MSIL and IL are one and the same..MSIL stands for Microsoft Intermediate language or in short IL which is Intermediate Language. Code generated after the compilation of source code is called as MSIL code which is nothing but common set of instructions.
CTS stands for common Type specifications which is nothing but the different data types of different languages supported by data types of CTS.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the benefits of .net framework?
What is the difference between windows vista and .net framework 3.0 ?
Does windows 10 need .net framework?
What is the benefit of entity framework?
Explain how to use multiple submit buttons in ASP.Net MVC?
Is http stateful or stateless?
How can you return string result from Action in ASP.Net MVC?
What symbol would you use to denote, the start of a code block in razor views?
explain lazy loading, eager loading, and explicit loading?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Explain the use of Inversion of control (IOC)?
Explain Bundle.Config in ASP.Net MVC4?
Explain how you can implement Ajax in MVC?
What are child actions in ASP.Net MVC?
Can we change web.config settings from iis?