What is Jit compilers?.how many are available in clr
Answer / kirti
Just-In-Time compiler- it converts the language that you write in .Net into machine language that a computer can understand. there are tqo types of JITs one is memory optimized & other is performance optimized.
| Is This Answer Correct ? | 0 Yes | 0 No |
reading doc file in textbox using .net2005 with c#
When do you absolutely have to declare a class as abstract
How does assembly versioning work?
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;
What is serialization ?
What is the advantage of using asp.net routing?
what do you mean by table-per-type?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
How can I tell what .net framework is installed?
what is complex type?
What is the difference between entity framework and mvc?
If foreground completes its processing will it wait for background threads?