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
Described strong typing
Which properties are used to bind a DataGridView control?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
How would you implement inheritance using vb.net?
How to retrieve images in sql server database through vb.net?
Is vb.net a programming language?
How to store decimal data in .net?
What is late binding?
Explain convert.tostring and i.tostring method?
What are the differences between vb.net and c#, related to oops concepts
How does vb.net achieve polymorphism?
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
What are the advantages of an assembly?
Explain the use of console application?
Define serialization in .net?