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 |
What is MS chart control in visual studio?
what is the shortcutkey for solution explorer and add new item?
what are constructors and destructors?
Explain about code access security?
What is the difference between abstract class and Interface? Give an example how will u write an abstract class using .NET Framework
.net platform independent or dependent?
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?
What is abstact class? in which scinario we can use abstact class?
State and explain about microsoft.net?
What are the five stages in a dlx pipeline? : Dot net architecture
What does the term "green architecture" mean? : Dot net architecture