Answer Posted / latha
msil means->
for example:in java ,when we compiled a source code that
will be converted into byecode(which is platform
independent)then we r interprit thes byte code making use
of jvm,
in the same way n .net the source cde will be compiled and
then it named as msil r cil(it is platform independent)then
it will be interprit by making use of clr(common
languageruntime),then the code executed by aking use of
clr+o.s
thats it
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is route config?
what is ssdl?
Explain peek method in tempdata in asp.net mvc?
Explain .Net Framework? Why we use it?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
Can I uninstall microsoft .net framework?
Explain something about model, view and controllers in asp.net mvc?
Which version of .net framework is installed?
will there be any issues adding a table without primary keys to a data model?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
What is the difference between .net core and .net framework?
In which assembly is the mvc framework defined?
What is the difference between ViewData, ViewBag and TempData?
Can you please explain the request flow in ASP.NET MVC framework?
How to use multiple submit buttons in asp.net mvc?