What does il do?
Answer / Pawan Kumar Jaiswal
IL stands for Intermediate Language, which is an intermediate representation of high-level programming languages such as C# and VB.NET. It is used by the .NET Framework to execute code across different platforms.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is typical about a windows process in regards to memory allocation in dot net?
What is difference between .net core and .net standard?
How to implement DataGrid in .NET?
Explain webfarm vs webgardens in .net?
What is meant by globalization?
How will you do redo and undo in textbox control?
What is a DLL?
What is Ajax design pattern in .NET?
What is the best way to crack the certification?
How many design patterns can be created in .net?
What is a delegate in .NET?
Is it true that objects don't always get destroyed immediately when the last reference goes away?