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 a razor file?
What is the difference between windows vista and .net framework 3.0 ?
What is ado.net data provider? : Entity framework
What is the advantage of mvc?
Explain the advantages of dependency injection (di) in asp.net mvc?
How does work clr?
What is the mvc pattern (model view controller pattern)?
Why is entity framework used?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What are sections?
what is use of entitydatasource control?
What are the 2 ways of adding constraints to a route?
explain why t4 entity is important in entity framework?
What is the difference between adding routes, to a webforms application and to an mvc application?
What is the difference between partial and renderpartial?