What is MSIL in .NET?

What is MSIL?

- MSIL stands for Microsoft Intermediate Language.
- The .NET compatible application will get converted to MSIL compilation.
- It gets converted into machine language or native code by JIT compiler.
- It supports for different runtime environments.
- It provides language interoperability as the code in any .NET language is compiled into MSIL.
- It includes instructions for loading, storing, initializing.
- MSIL produces metadata that describes the types in your code.
Class Web Forms inherit from.... - ASP.NET
Class Web Forms inherit from - XOML is an acronym for Extensible Object Markup Language. XOML files are the markup files....
What are the different IIS isolation levels in ASP.NET?
ASP.NET - What are the different IIS isolation levels in ASP.NET? - Low (IIS Process): This is the fastest and the default IIS4 setting. ASP pages run in INetInfo.exe and so they are executed in-process...
What is AppSetting Section in "Web.Config" file?
AppSetting section is used to set the user defined values....
Post your comment