adspace


What is il and c#?

Answer Posted / Piyush Dixit

IL stands for Intermediate Language, which is an intermediate representation used by the .NET framework to execute code across multiple platforms. C# is a programming language designed specifically for creating applications within the .NET environment that compile into IL code.nnWhen you write C# code, it gets compiled into IL, which is then executed by the Common Language Runtime (CLR).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143