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
will there be any issues adding a table without primary keys to a data model?
what is client wins and store wins mode in entity framework concurrency?
How we can invoke child actions in ASP.Net MVC?
What is stateless model?
Can I remove .net framework?
How to make sure Client Validation is enabled in ASP.Net MVC
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
Where are the routing rules defined in an asp.net mvc application?
How does .net framework works?
How to bind table colum with gridview column?
Explain what languages does the .net framework support?
what is complex type?
What is the "helperpage.isajax" property?
What is presentation framework?
What are actions in asp.net mvc?