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 |
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
Which is the best institute in chennai to learn DotNet? Please help.
48 Answers HCL, Infosys, NIIT,
Is .net easier than java?
What is WPF and WCF?
Does .NET runtime offer Deterministic Destruction or not?
Explain the difference between primary & secondary storage device? : .NET Architecture
Can you explain server controls in atlas?
Can you explain the difference between an ADO.NET Dataset and ADO Recordset?
2. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?
What is the use of web.config?
How to prevent my .NET DLL to be decompiled?
What is the purpose of cache? How is it used? : Dot net architecture