Answer Posted / mahesh kotekar
MSIL stands for Microsoft Intermediate Language in short
MSIL or IL(Intermediate Language). When you compile a
program the CLR will compile the code into MSIL code. which
will then be included in the assembly[exe/dll]. When you run
the program in client place. The clr will manage to convert
the MSIL into machine language by a process called Jitting.
CTS =? Common Type Specifications. A set of specifications
defined by the dotnet framework. Every type in dotnet should
comploy with CTS specifications. For example
int16,int32,int64 in C# belongs to dotnet type Int and
integers in VB.net is asso same as dotnet type Int. This
will help in Interlanguage Interoperation :) Correct me if
am wrong!!!!
| Is This Answer Correct ? | 22 Yes | 19 No |
Post New Answer View All Answers
Explain what is asp.net mvc?
What is Differnce between html.action and ajax.action?
Explain Keep method in Tempdata in ASP.Net MVC?
mention what is code first approach and model first approach in entity framework?
Does Tempdata hold the data for other request in ASP.Net MVC?
What is presentation framework?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
how can you tell ef to have a different table or column name than that defined for the class?
How to use multiple submit buttons in asp.net mvc?
What you mean by routing in mvc?
Is .net framework dead?
What is needed for running an application built on winfx on the .net framework 3.0?
What are bundling & minification features in asp.net mvc 4?
What are the levels at which filters can be applied in an asp.net mvc application?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?