What is intermediate language in .NET ?
Answer Posted / mayur
IL : Intermediate Language
Code written in .net language is compiled which is called IL.
IL basically is exes, DLL etc.
At run time, CLR converts IL to machine language according to machine configuration using JIT.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the size of .net object?
What is redim keyword?
Explain clr?
What are the difference between dispose(), close(), exit(), end()?
What is the difference between custom control and user control?
What is the difference between import system.data.sqlclient and system.data.oledb?
What are the advantages of migrating to vb.net?
Define manifest?
What would you do to remove microsoft visual basic name space?
How do you define a read only property in a class module?
Explain the observations between vb.net and vc#.net?
What are the advantages of vb.net and c#?
Explain internal keyword in .net framework?
What is the use of system.diagnostics.process class?
Which is the tool which can convert visual basic old version to .net compatibility version?