Categories :- Benefits of net framework , HR interview question and answer , 1-year-exp-asp.net interview question and answer , Interview questions and answers for 2 years , C# interview Question And Answer
The Two Components of .NET Framework are
1) Common Language Run time [CLR]
2) .Net Framework class Library
Other key components of .NET Framework:
NET Framework Class Library
3) Dynamic Language Runtimes (DLR)
4 ) Application Domains
5) Runtime Host
6) Common Type System
7) Metadata and Self-Describing Components
8) Cross-Language Interoperability
9) NET Framework Security
10) Profiling
Side-by-Side Execution
Briefly describe MSIL
.Net Framework is shipped with compilers of all programming languages to develop programs. There are separate compilers for the visual basic,C#, and visual c++ programming languages in .Net Framework.Each .Net compiler produces code after compiling the source code. The intermediate code is common for all languages and is understandable only to .NET environment. This intermediate is know as MSIL.
MSIL file is executable file that can transferred various machines. Therefore, it is said that MSIL file are portable to nay machine.
The Two Components of .NET Framework are
1) Common Language Run time [CLR]
2) .Net Framework class Library
Other key components of .NET Framework:
NET Framework Class Library
3) Dynamic Language Runtimes (DLR)
4 ) Application Domains
5) Runtime Host
6) Common Type System
7) Metadata and Self-Describing Components
8) Cross-Language Interoperability
9) NET Framework Security
10) Profiling
Side-by-Side Execution
Briefly describe MSIL
.Net Framework is shipped with compilers of all programming languages to develop programs. There are separate compilers for the visual basic,C#, and visual c++ programming languages in .Net Framework.Each .Net compiler produces code after compiling the source code. The intermediate code is common for all languages and is understandable only to .NET environment. This intermediate is know as MSIL.
MSIL file is executable file that can transferred various machines. Therefore, it is said that MSIL file are portable to nay machine.