Answer Posted / vara prasad
This is an acronym for Microsft Intermediate Language.
In .net code that a developers develops will be complied in
to MSIL code by the respective compilers and this code will
be targeted towards the CLR which inturn contains JIT
Compilers .This MSIL code will be converted in to the
machine understandable code by JIT compiler.
Is This Answer Correct ? | 77 Yes | 12 No |
Post New Answer View All Answers
Write the .net syntax for 'for loop'?
What are pdbs?
Describe the difference between inline and code behind which is best in a loosely coupled solution?
What is the difference between user control an custom control? Advantages/disadvantages?
Explain me what is encapsulation?
Why inheritance is important?
What are the different types of Classes in .NET?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What data providers available in .net to connect to database?
What do the terms “boxing” and “unboxing” mean?
What is the transport protocol you use to call a seb service soap?
What are the important components of .net?
What is SOAP? How you will do windows and forms authentication?
Explain how garbage collection works?