Log in

View Full Version : Mention what are the functions .NET Assembly performs?



pooja escorts
08-16-2021, 11:08 PM
Mention what are the functions .NET Assembly performs?

Melissahill045
08-17-2021, 01:03 AM
MSIL Means Micorsoft Intermediate Language.Its called as Managed Code.

The Expansion gives you basic understanding of MSIL. MSIL is a intermediate language which is used to convert our programming code to machine code.

The .NET Compiler will create MSIL while you run your programe and JIT(Just In Time compiler) will convert your IL to machine code.

jesica
08-17-2021, 04:10 AM
NET assemblies contain the definition of types, versioning information for the type, meta-data, and manifest. The designers of . NET have worked a lot on the component (assembly) resolution. An assembly can be a single file or it may consist of the multiple files.