What are IL and C#?

Questions by Srikanth   answers by Srikanth

Showing Answers 1 - 3 of 3 Answers

vishnu bobade

  • Sep 14th, 2005
 

Microsoft intermediate language (MSIL)
A language used as the output of a number of compilers and as the input to a just-in-time (JIT) compiler. The common language runtime includes a JIT compiler for converting MSIL to native code

  Was this answer useful?  Yes

prabhu

  • Oct 21st, 2005
 

IL:

IL is a intermediate language, which is created when you compile the .net program. This is also a object oriented language. This makes cross language inheritance.

c#:

C# is a new OOPs language which is developed by Microsoft. This language gives flexibility, mordern, easy to use.

sanker

  • Nov 9th, 2005
 

A language used as the output of a number of compilers and as the input to a just-in-time (JIT) compiler. The common language runtime includes a JIT compiler for converting MSIL to native code.

              C#, which is an evolution of C and C++, is type safe and object oriented. It is compiled as managed code, it benefits from the services of the common language runtime, such as language interoperability, security, and garbage collection.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.