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 the difference between model and entity?
What is entitytype? : Entity framework
How does the 'page lifecycle' of asp.net mvc works?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
Explain two instances where routing is not implemented or required?
What are the advantages of mvc over asp.net?
What is viewbag title?
What is the difference between entity framework and mvc?
In razor syntax, what is the escape sequence character for @ symbol?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
What is a view engine?
What are html helpers in asp.net mvc?
Where is tempdata stored?
Which are the important namespaces used in mvc?
Explain dependency resolution?