Can I write il programs directly?
Answer / Lokendra
No, IL (Intermediate Language) code can't be written directly. It is an intermediate language generated by the compiler and executed by the Common Language Runtime (CLR).
| Is This Answer Correct ? | 0 Yes | 0 No |
Types of JIT and what is econo-JIT ?
How do I use the thread pool?
What are the different types of Classes in .NET?
What are two different types of remote object creation mode in .net?
What is il and c#?
Explain when should you use .net web forms over asp.net mvc?
What is the procedure to add assemly to gac to make it shared one?
What is value type and refernce type in .net?
What is a formatter?
C++ & C# differences ?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
Explain what are possible implementations of distributed applications in .net?