What is intermediate language in .NET ?
Answer Posted / vipul sachan
In .net when code compile by c# or vb.net compiler then it
convert into managed module.managed module contain IL along
with metadata.there are some points regarding IL as following -
1-IL commonly known as MSIL(microsoft intermediate language).
2-IL can readable only by CLR.Because of IL .net
applications are platform independent.
3.if we make application using any language(language must
support to .net environment)then after compilation it will
convert to IL.IL can be readable only by CLR.
4.In this way, through IL we achieve interoperability in .net.
5.we can check Intermediate language by command ILDASM
+space bar + file-name.dll/exe in visual studio command prompt.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain the advantage of option strict on?
What is different between web.config and machine.config and where it will be ?
what is diffrence constructor and destructor in vb
Can you please explain the difference between thread and process?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
What are the features present in vb 2005?
Explain the difference between dispose and finalize()?
Explain about jagged arrarys ?
Explain about the keyword must inherit?
Explain private assembly?
What are the shared variables?
Using VB, how can you change the Mouse Pointer?
Which is the base class for all the classes in .net framework?
What is the maximum size of the textbox?
Define cls?