Describe the .Net Framework Architecture - .NET Framework

Describe the .Net Framework Architecture.

The .Net Framework has two main components:
.Net Framework Class Library: It provides common types such as data types and object types that can be shared by all .Net compliant language.

The Common language Runtime: It provides services like code execution, type safety, security, thread management, interoperability services.
What are the components of the .Net Framework - .NET Framework
.NET Framework - Class Loader, Compiler, Garbage Collection, Type checker, Debug engine.....
Explain the role of assembly in the .Net Framework - .NET Framework
DOT.NET - .Net Framework keeps executable code or DLL in the form of assembly....
Describe the GAC in the .Net Framework - .NET Framework
.Net Framework provides Global Assembly cache, a machine-wide cache...
Post your comment