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 the use of the default route {resource}.axd/{*pathinfo} ?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
What symbol would you use to denote, the start of a code block in razor views?
Explain linq to entities? : Entity framework
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
Can you explain the page life cycle of mvc?
What is the .net framework and how does it work?
Explain what is the difference between view and partial view?
What is rxjava used for?
How we can invoke child actions in ASP.Net MVC?
What is page life cycle?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
What is entitytypes? : Entity framework
What you mean by routing in mvc?
What is conceptual model? : Entity framework