What is intermediate language in .NET ?
Answer Posted / sivasubramanian hariharan
MSIL (Microsoft Intermediate Language) or CIL (Common
Intermediate Language). All .NET source code is compiled to
IL. This IL is then converted to machine code at the point
where the software is installed, or at run-time by a Just-
In-Time (JIT) compiler.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Allowed program to auto-correct the database when loading a presentation.
How do you call a stored procedure in Visual Basic?
Can you please explain the difference between namespace and assembly?
Define clr?
Explain private assembly?
What is the ruby interface generator?
What is an arraylist?
What is private assembly?
What are the different variables in vb.net?
What keyword is used to accept a variable number of parameter in a method?
How many ways the function can return values?
How to retrieve images in sql server database through vb.net?
Explain the advantages of migrating to vb.net?
Define manifest?
What is redim keyword?