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 is the difference between adding routes, to a webforms application and to an mvc application?
What is entity framework used for?
What is entity sql? : Entity framework
If I have multiple filters implemented, what is the order in which these filters get executed?
What is edm (entity data model)? : Entity framework
which are the key concepts of entity data model?
How we can invoke child actions in ASP.Net MVC?
What is net framework 3.0 ?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
What is the .net framework?
What is the use of display modes?
What is Differnce between html.action and ajax.action?
What are Action Filters in ASP.NET MVC and its use?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What is the difference between .net core and .net framework?