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 advantage of mvc?
Can I use razor code in javascript in asp.net mvc?
What are differences between entity framework and l2s? : Entity framework
What is disconnected scenario? : Entity framework
What are Validation Annotations?
Can you explain the page life cycle of mvc?
how do you query in entity model when the result has a join from from different database other than the entity model?
What is the difference between adding routes, to a webforms application and to an mvc application?
What is entity graph? : Entity framework
Is the following route definition a valid route definition? {controller}{action}/{id}
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
what is entity graph in entity framework?
explain what does .edmx file contains?
What is viewstart page in mvc?
What is Dependency Injection in ASP.Net MVC