What is MSIL?
Answers were Sorted based on User's Feedback
Answer / guest
converts the specified language in to the intermediate
language which in turn is sent to jit compiler which
convert the specified language in to the host language
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rahul
MSIL is nothing microsoft intermediate language. Whatever
language the developer has developed based on the .net
framework the compilation is done through msil and also it
is called as msil compilant languages.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / bhagwat prasad sharma
msil microsoft intermediate language
in the .net any kind of code related to any language
when converted to il code than that code run any platform
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kirti
When compiling to managed code, the compiler translates your source code into Microsoft intermediate language (MSIL), which is a CPU-independent set of instructions that can be efficiently converted to native code. MSIL includes instructions for loading, storing, initializing, and calling methods on objects, as well as instructions for arithmetic and logical operations, control flow, direct memory access, exception handling, and other operations. Before code can be run, MSIL must be converted to CPU-specific code, usually by a just-in-time (JIT) compiler. Because the common language runtime supplies one or more JIT compilers for each computer architecture it supports, the same set of MSIL can be JIT-compiled and run on any supported architecture.
When a compiler produces MSIL, it also produces metadata. Metadata describes the types in your code, including the definition of each type, the signatures of each type's members, the members that your code references, and other data that the runtime uses at execution time. The MSIL and metadata are contained in a portable executable (PE) file that is based on and extends the published Microsoft PE and common object file format (COFF) used historically for executable content. This file format, which accommodates MSIL or native code as well as metadata, enables the operating system to recognize common language runtime images. The presence of metadata in the file along with the MSIL enables your code to describe itself, which means that there is no need for type libraries or Interface Definition Language (IDL). The runtime locates and extracts the metadata from the file as needed during execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the significance of ASP.NET routing?
which is faster ArraytList Or Collection ? how? hows the Hashing works internally ?
What is the answer for "Which configuration Tool your using means" ? we have to tell about IIS or .Net Framework or VSS? Give me in brief ?
What is the use of service provider?
What is the result when the Web Form containing the following line is complied and executed? <asp:Button id=?thebutton? onClick=?theEvent? /> a) The button control is created; theEvent is the click event handler. b) Compiler error; the control must be set to runat=?server?. c) Compiler error; onClick is not a valid attribute. d) Runtime Exception; the control must be set to runat=?server?.
Hi, I am working in a small software company in asp.net platform. I need to know how and what are all the task in asp.net will be assigned for the developers in mnc companies. Thanks in advance.
What is a web api? Which protocol is used in a web api?
What are HTTP handlers in ASP.NET?
What are the different types of Caching techniques in ASP.NET?
Whats an assembly?
Describe the diffeerence between inline and code behind?
How do I upload a file from my ASP.NET page?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)