What is intermediate language in .NET ?
Answer Posted / naresh
intermediate language is also konwn as MSIL(Microsoft Intermediate language) or CIL (Common Intermedicate language).
All .Net source code is compiled to IL.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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the advantages of VB.NET?
What keyword is used to accept a variable number of parameter in a method?
What is global assembly cache (gac)?
What is normal jit?
Explain about garbage collection?
What is late binding and early binding?
Explain the advantages of migrating to vb.net?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
What’s the difference between private and shared assembly?
Explain the use of console application?
Explain about visual basic.net?
Define clr?
What are the advantages of vb.net and c#?
Explain the services provided by common language infrastructure.
When do you use virutal keyword?