net.framework is a new managed code programming model for Windows; it combines powerful features with new technologies for building applications with visually compelling user experiences across technologies Seamless communication across borders and support various business processes.
The operating environment of this tutorial: Windows 7 system, Dell G3 computer.
What software is net.framework?
Microsoft .NET Framework is the new managed code programming model for Windows. It combines powerful features with new technologies for building applications with visually compelling user experiences, enabling seamless communication across technology boundaries, and supporting a variety of business processes.
.NET Framework security solutions are based on the concept of managed code, and security rules enforced by the Common Language Runtime (CLR). Much of the management code needs to be verified to ensure type safety and the behavior of other predefined properties.
For example, in the verified code, an access declared to receive a 4-byte value will reject a call providing an 8-byte parameter because it is not type safe. The verification process also ensures that the execution flow is only directed to known locations, such as method entry points - this process removes the ability to jump to arbitrary locations of execution.
The purpose of .NET Framework is to make it easier to build Web Services and Internet applications.
.NET Framework consists of three parts :
The first part is the Common Language Runtime (CLR, a common execution time component for all .NET programming languages),
The second part is the shared object category library (provides all .NET programs The basic objects required by the language),
The third part is rewritten in the form of components (the old version uses asp.dll to provide the objects required by ASP web pages).
For more related knowledge, please visit the FAQ column!
The above is the detailed content of What software is net.framework?. For more information, please follow other related articles on the PHP Chinese website!