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 |
What is latest version of .net framework?
What is .net architecture and framework?
What is Globalizationa and Localization
How route table is created in ASP.NET MVC?
What is entity graph? : Entity framework
What is Value type and reference type in .Net
What are the 3 main components of an asp.net mvc application?
What is entitytype? : Entity framework
How we can invoke child actions in ASP.Net MVC?
What is session state management?
Can we have more than 1 partial classes in the same file?
Which is the base class for .net Class library?