What is intermediate language in .NET ?
Answer Posted / bovindra singh
It is cpu independent language.It is only understand by
CLR.due this language(MSIL) vb.net application can run on
any platform on which .net framework is present.
| Is This Answer Correct ? | 18 Yes | 8 No |
Post New Answer View All Answers
What is sealed class?
What are the differences between server-side and client-side code?
Explain about jagged arrarys ?
What is internal keyword in .net framework?
What is the advantage of using system.text.stringbuilder over system.string?
how to get dynamic control array position or its index position?
Explain public assembly?
Explain the services provided by common language infrastructure.
What is the difference between static or dynamic assemblies?
What is the source code for display the picture in button click event?
What is strong name in .net assembly?
How many classes a dll can contain?
What is late binding and early binding?
What is the main use of a namespace?
What is the difference between manifest and metadata?