Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is intermediate language in .NET ?

Answers were Sorted based on User's Feedback



What is intermediate language in .NET ?..

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

What is intermediate language in .NET ?..

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

What is intermediate language in .NET ?..

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

What is intermediate language in .NET ?..

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

What is intermediate language in .NET ?..

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

What is intermediate language in .NET ?..

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

What is intermediate language in .NET ?..

Answer / venkatesh

Convert the .net programming language code into compiler
understand code

Is This Answer Correct ?    1 Yes 3 No

What is intermediate language in .NET ?..

Answer / sonia

Correct Answer is MSIL and it is 100% sure.

Is This Answer Correct ?    9 Yes 13 No

What is intermediate language in .NET ?..

Answer / ranganath

which converts native code into byte code i.e machine
understandable code.

Is This Answer Correct ?    19 Yes 25 No

What is intermediate language in .NET ?..

Answer / pappu

not MSIL
C# , J# , ASP.NET, VB.NET, and other 13 intermediat lanuages

Is This Answer Correct ?    14 Yes 41 No

Post New Answer

More VB.NET Interview Questions

What is the feature anonymous type?

0 Answers  


Explain how to send xml file on server using http protocol?

0 Answers  


Difference between a sub and a function?

2 Answers  


Which classes a dll can contain?

0 Answers  


What is the Difference between Dataset and Datareader?

7 Answers  


sql satement for 2nd maximum value

15 Answers   NIIT,


What is an indexed property?

1 Answers  


what is vb.net

1 Answers   TCS,


Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate

0 Answers   TCS,


Explain the difference between namespace and assembly?

0 Answers  


Can we use Vb.Net and C# language simultaneously in one .Net application?

0 Answers   PUCIT,


Is vb.net a programming language?

0 Answers  


Categories