What is intermediate language in .NET ?
Answer Posted / sowjanya
All .net code is compiled to IL(is also called as MSIL)
which doesn't understand machine.CLR uses JIT compiler to
convert IL into Executable file.
Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
What is early binding?
Define serialization in .net?
How to retrieve images in sql server database through vb.net?
Described strong typing and weak typing?
What are jagged arrays ?
What is internal keyword in .net framework?
What is portable executable?
Did vb6 support multi-threading ?
Explain what observations between vb.net and vc#.net?
How to run a dos command in vb.net?
How would you implement inheritance using vb.net?
Explain how to store decimal data in .net?
When do you use virutal keyword?
What are the objects in asp.net?
What would you do to remove microsoft visual basic name space?