What is CLR,MSIL and Jit Compiler and their roll in .net
Answer / ayub qureshi
the msil stands for microsoft intermidiate language,the
language which is understand by CLR(common language
runtime).MSIL created by compiling ur C# code and msil is
just like a virtual machine code.Clr again compiles ur Msil
into real machine code(understand by your stytem) with the
help of a real compiler jit(just in time).
hope u get some help with this!!
| Is This Answer Correct ? | 14 Yes | 10 No |
Explain the five stages in a dlx pipeline? : .NET Architecture
which tag i need to use manually to bind columns in a datagrid ?
Different types of authentication modes in .net framework ?
What is the difference between primary & secondary storage device? : Dot net architecture
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
12. Types of polymorphisem[Run and Design Exp.]
Explain Intermediate Language?
What is a service class?
What is parallel computing?
Use of Enable view state ? if turn off what happen ?
What is the purpose of Accordian in jquery? Where it can be used?
8. Oop-Why and were we use Interfacse and Abstract class.