Answer Posted / manjunatha s
jit is a just in time compiler,it converts msil code into
native code..it is different other compilers bcoz it compile
source code just in time and does not compile hole code at a
time...
Verification examines MSIL and metadata to find out whether
the code can be determined to be type safe, which means that
it is known to access only the memory locations it is
authorized to access.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is entity graph in entity framework?
What is entitytypes? : Entity framework
Is entity framework slow?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
Is .net framework 4.8 the last version?
explain what does .edmx file contains?
Which .net framework is installed?
How large is the .net framework 3.0?
What is edm designer? : Entity framework
What you mean by routing in mvc?
Can I set the unlimited length for "maxjsonlength" property in config?
What does a viewmodel do?
What are Non Action methods in ASP.Net MVC?
How we can invoke child actions in ASP.Net MVC?
differences between poco, model first and data first approach?