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
How does the .net framework 3.0 relate to windows vista?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
Which are the important namespaces used in mvc?
Explain JSON Binding?
What operating systems will the .net framework 3.0 be available for?
In Server how to check whether model has error or not in ASP.Net MVC
What are the options can be configured in AJAX helpers?
What are the possible razor view extensions?
Can a view be shared across multiple controllers? If yes, how we can do that?
What is meant by bootstrap in mvc5?
What is the use of action filters in an mvc application?
How does servicing work for the .net framework 3.0?
What is ado.net data provider? : Entity framework
What is domain class model?
Can any particular component of .net framework 3.0 be removed?