Can I write il programs directly?



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

Post New Answer

More Dot Net General Interview Questions

Types of JIT and what is econo-JIT ?

5 Answers   Hewitt, TCS,


How do I use the thread pool?

1 Answers  


What are the different types of Classes in .NET?

1 Answers   PUCIT,


What are two different types of remote object creation mode in .net?

1 Answers  


What is il and c#?

1 Answers  


Explain when should you use .net web forms over asp.net mvc?

1 Answers  


What is the procedure to add assemly to gac to make it shared one?

1 Answers  


What is value type and refernce type in .net?

1 Answers  


What is a formatter?

2 Answers   Infosys, TCS,


C++ & C# differences ?

1 Answers  


What is Polymorphism? How does VB.NET/C# achieve polymorphism?

1 Answers  


Explain what are possible implementations of distributed applications in .net?

1 Answers  


Categories