What is intermediate language in .NET ?
Answers were Sorted based on User's Feedback
Answer / atul dhiman
CLR provides the environment that enables managed code to execute and also provide different services in run-time. It is a run-time process which runs the code and give services that makes the development easier. During run-time code converted to IL/ MSIL (Intermediate Language) which is understandable to CLR and then it is converted to Native code or Binary code/Machine Language with the help of Just IN Time (JIT) compiler.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / viniston
MSIL -> It is meant by Microsoft intermediate language.
When we will run our .net applications that will convert into MSIL or IL(intermediate language) by C# compiler.This is not machine code(binary code). It will understand by CLR(Common Language Runtime) only.This CLR will execute the task. Then JIT(Just in time) compiler will convert IL into Machine code or native code(Binary code).
Then this native code will execute by Computer's Processor.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / sowjanya
All .net code is compiled to IL(is also called as MSIL)
which doesn't understand machine.CLR uses JIT compiler to
convert IL into Executable file.
| Is This Answer Correct ? | 7 Yes | 7 No |
Answer / 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 |
Answer / nazrul
when we compile a file in cscharp through csc compiler it
reach at intermidiate state where it neighter in souce code
nor in machine native code.it can be exe or Dll which can
later be used in diffrent language.
| Is This Answer Correct ? | 6 Yes | 7 No |
Answer / venkatesh
Convert the .net programming language code into compiler
understand code
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / ranganath
which converts native code into byte code i.e machine
understandable code.
| Is This Answer Correct ? | 19 Yes | 25 No |
Answer / pappu
not MSIL
C# , J# , ASP.NET, VB.NET, and other 13 intermediat lanuages
| Is This Answer Correct ? | 14 Yes | 41 No |
In order to get assembly info whcih namespace we should import?
How does you get record no from 5 to 15 from a dataset of 100 records?
What is the purpose of an Assembly?
How do you call a stored procedure in Visual Basic?
What are the difference between dispose(), close(), exit(), end()?
what is difference between namespace and assembly?
Name some different types of control?
How is VB.Net different from VB6?
Name some of the features of C# which are not present in VB.NET?
how to get sum of two numbers in vb.net?
14 Answers Factorial, Paul Infotech, Satyam,
How to connect a service based database to vb.net forms? Do we have to create any specific database?
What is the exact defination of object?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)