What is il and c#?



What is il and c#?..

Answer / 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

More Dot Net General Interview Questions

Name for built-in permission sets in .Net

1 Answers  


Difference between class and interface in .net?

1 Answers  


What does the "EnableViewState" property do?

1 Answers  


What are the types of jit?

1 Answers  


What are the different types of assemblies?

3 Answers  


What is typical about a windows process in regards to memory allocation in .net?

1 Answers  


How to debug failed assembly binds?

1 Answers  


What is namespaces in .net?

1 Answers  


What is il and c#?

1 Answers  


What is view state?

6 Answers   TCS,


What are HTML controls, Web controls, and server controls?

1 Answers  


What makes .net core cross platform?

1 Answers  


Categories