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 |
Name for built-in permission sets in .Net
Difference between class and interface in .net?
What does the "EnableViewState" property do?
What are the types of jit?
What are the different types of assemblies?
What is typical about a windows process in regards to memory allocation in .net?
How to debug failed assembly binds?
What is namespaces in .net?
What is il and c#?
What is view state?
What are HTML controls, Web controls, and server controls?
What makes .net core cross platform?