Explain a MSIL ? Why is it appreciated by all developers?
Answer / Amit Kumar Pandey
MSIL (Microsoft Intermediate Language) is an intermediate representation of .NET code. When you compile your C# code, the compiler produces MSIL instructions instead of native machine code. The Common Language Runtime (CLR) then JIT compiles the MSIL into native code at runtime for optimal performance. MSIL allows cross-platform compilation and execution since it's an intermediary step before generating platform-specific machine code.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are windows services?
What are the two kinds of properties?
What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?
How many catch blocks can be there for a single try block?
What is escape character in c#?
How many types of constructors are there in c#?
What is token in c#?
Explain manifest in c#.
What type is string in c#?
What is an icollection in c#?
Can you prevent a class from overriding?
Why is .net so popular?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)