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 3 main components of an asp.net mvc application?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
The order of the filters that get executed, if the multiple filters are implemented?
Describe the roles of clr in .net framework.?
What you mean by routing in asp.net mvc?
Explain tempdata in mvc?
Explain the types of Scaffoldings.
What is the use of viewmodel in mvc?
Can I uninstall microsoft .net framework?
What is viewstart page in mvc?
What are authentication filters in web api?
Explain the new features added in version 4 of mvc (mvc4)?
what is use of entitydatasource control?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
What is web api‘s in asp.net mvc 4 ?