.NET ARCHITECTURE
.NET Framework
Runtime environment, Classes, API’s, Tools needed to build and deploy ".NET Applications".
The .NET Framework is required to build and run any .NET application and is available today as a download via Windows Update or directly from the Microsoft .NET Web site
(http://www.microsoft.com/net).
A major and important component of .NET Framework is the runtime environment (understands the instruction and execute them).
.NET Framework
Runtime environment, Classes, API’s, Tools needed to build and deploy ".NET Applications".
The .NET Framework is required to build and run any .NET application and is available today as a download via Windows Update or directly from the Microsoft .NET Web site
(http://www.microsoft.com/net).
A major and important component of .NET Framework is the runtime environment (understands the instruction and execute them).
What is CLR
A .NET Application is compiled into IL (Intermediate Language), Also known as MSIL (Microsoft Intermediate Language) or Managed Code.
The runtime environment in .NET is called CLR (Common Language Runtime).
CLR Compile IL code and executes it.
A .NET Application is compiled into IL (Intermediate Language), Also known as MSIL (Microsoft Intermediate Language) or Managed Code.
The runtime environment in .NET is called CLR (Common Language Runtime).
CLR Compile IL code and executes it.
.NET Languages
- Multiple languages (syntaxes) are supported in .NET Framework to build .NET Applications.
- E.g. C#, Visual Basic.NET, J#, Managed C++.
No comments:
Post a Comment