What is the difference between ASP.NET and .NET

清浅
Release: 2018-12-12 09:04:39
Original
9683 people have browsed it


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

What is the difference between ASP.NET and .NET

##ASP.NET

Meaning:

ASP.NET is a unified web development model integrated with the .NET Framework for the purpose of Create dynamic web applications and provide web services. It has many advantages such as multi-language interoperability, type safety, garbage collection and inheritance, etc. It was created to separate presentation and content to write clean code and facilitate the development of distributed applications in a structured and object-oriented manner


Web Forms is an application development tool in ASP.NET building blocks. They provide great flexibility by allowing controls to be used as objects on the page. These controls can handle events such as Load, Click, and Change. In addition to web forms, ASP.NET can be used to create XML web services that can build modular distributed web applications written in any language that can interoperate across platforms and devices.

What is the difference between ASP.NET and .NET

.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 framework

The 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.

What is the difference between ASP.NET and .NET

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!