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 “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
What is model first? : Entity framework
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
what is use of entitydatasource control?
what is msl?
Explain entity lifecycle? : Entity framework
How you can implement custom validation in asp.net MVC?
Can we change web.config settings from iis?
What is viewdata?
how do you mark a property as required? For example, for a project, the name is a required field.
What is .net core framework?
How to Redirect Tracing to a File
what is code first approach?
What are Action Methods in ASP.NET MVC?