adspace
What is msil, and why should my developers need an appreciation of it if at all?
Answer Posted / 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 View All Answers
difference between Response.write,server.transfer and also which one is used when ?
How do I know when my thread pool work item has completed?
How does an appdomain get created?
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
Explain
Different types of authentication modes in .net framework ?
I can't be bothered with cas. Can I turn it off?
Why am I getting an invalidoperationexception when I serialize an arraylist?