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
What is storage model? : Entity framework
What is Separation of Concerns in ASP.NET ASP.Net MVC?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
What is the use .Glimpse in ASP.Net MVC
How you can implement custom validation in asp.net MVC?
What is latest version of .net framework?
will there be any issues adding a table without primary keys to a data model?
How to change the action name in ASP.Net MVC?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
What is page life cycle?
What are the components required to create a route in mvc?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Where are the routing rules defined in an asp.net mvc application?
What are bundling & minification features in asp.net mvc 4?
What is the full form of sp?