Home > Article > Backend Development > What is the difference between ASP.NET and .NET
The differences between ASP.NET and .NET are: ASP.NET is a website development technology, and .NET is a platform; ASP.NET It can be regarded as a small execution environment of .NET, used to execute web programs
[Recommended courses:ASP.NET Tutorial 、C# Tutorial】
##ASP.NET
Meaning:
.Net
Meaning:
.Net framework is developed by Microsoft Software development platform. The framework is designed to create form-based applications and Web-based applications. You can also use the .Net framework to develop Web services. The framework also supports various programming languages such as Visual Basic. Therefore, developers can choose the language to develop the required applications.Net framework design principles
(1) Interoperability: The Net framework provides a large number of backward support. Suppose you have an application based on an old version of the .Net framework but you can still run it in a higher version (2) Portability: Applications built on the .Net framework can run on any Windows platform Running(3) Security: It has good security mechanisms. Each security mechanism is used to grant users access to the code or running program(4) Memory management: The .Net framework has all the capabilities to see the resources that are not used by the running program, and then it releases these resources accordingly(5) Garbage Collector: Run periodically and continue to check for unused system resources, and then Release them(6) Simplified deployment: The .Net framework also has tools that can be used to package applications built on the .Net frameworkThe difference between ASP.NET and .NET
ASP.NET can be seen as a small execution environment of .NET, used to execute web programs ASP.NET is a website development technology, and .NET is a platform , Abstract platform concept ASP.NET is a rich programming framework for building Web-based applications. Summary: The above is the entire content of this article, I hope it will be helpful to everyone.The above is the detailed content of What is the difference between ASP.NET and .NET. For more information, please follow other related articles on the PHP Chinese website!