What is msil, and why should my developers need an appreciation of it if at all?



What is msil, and why should my developers need an appreciation of it if at all?..

Answer / Irfan Ahmed

MSIL (Microsoft Intermediate Language) is the low-level bytecode generated by .NET compilers. It allows for platform independence since the same code can run on different operating systems as long as a compatible runtime environment is available. Developers should understand MSIL to optimize their applications, troubleshoot performance issues, and debug code at a lower level.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net AllOther Interview Questions

What is MS chart control in visual studio?

1 Answers  


what is the shortcutkey for solution explorer and add new item?

5 Answers   Six Sigma,


what are constructors and destructors?

1 Answers   Six Sigma,


Explain about code access security?

1 Answers  


What is the difference between abstract class and Interface? Give an example how will u write an abstract class using .NET Framework

4 Answers   T3 Softwares,


.net platform independent or dependent?

5 Answers   TCS,


1. How to restrict a class from allowing to create only one object. I.e., one should be allowed to create only one object of the class type.

1 Answers   247Customer, FinEngine, TCS,


Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?

1 Answers  


What is abstact class? in which scinario we can use abstact class?

4 Answers   iGate,


State and explain about microsoft.net?

1 Answers  


What are the five stages in a dlx pipeline? : Dot net architecture

1 Answers  


What does the term "green architecture" mean? : Dot net architecture

1 Answers  


Categories