What is msil, il?
Answer / Devendra Kumar
MSIL (Microsoft Intermediate Language) and IL (Intermediate Language) are terms used to refer to an intermediary representation of .NET Framework source code. MSIL is a platform-independent, low-level programming language that allows .NET programs to be executed on different operating systems. IL code is generated by the compiler from the original high-level programming languages like C# and VB.NET and is then JIT (Just-In-Time) compiled into native machine code before execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
What?s Singleton activation mode?
How will you load an assembly which is not referenced by current assembly?
What are the different parts of an Assembly in .Net?
How do I spawn a thread?
How com+ related to the dna architecture?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
What does jit do?
Which ports are used by viruses? UDP/TCP?
What's typical about a windows process in regards to memory allocation in .net?
Explaing your project.
Please explain what is a delegate?
What is a resource? Provide an example from your recent project.