1.. NET (dot net)
. NET is a platform, abstract platform concept.
The implementation form is library: ① defines the basic type (common type system Cts,common type systems).
The ② contains the. NET Common language runtime (Clk,common language runtime, which manages the operation of all applications developed with the. NET Library).
The core is the. NET Framework
NET Framework consists of two key constituent elements:
A.common Language Runtime, Common language Runtime (CLR)-provides features such as intrinsic management, code security detection, and more.
B.. NET Framework Class Library,. NET Framework class Library (FLC)-Provides a large number of application class libraries to improve development efficiency.
2. C # (C sharp)
C # is a programming language that is just a language that runs on the. NET CLR and is used to create high-level languages for applications.
3, ASP. NET is a website development technology, just. The application model in the NET Framework.
ASP. NET is a content-rich programming framework for building web-based applications.
Differentiate between. NET, C #, and ASP.