ASP. NET Summary

Source: Internet
Author: User

1. Understanding of ASP. NET

ASP. NET is not ASP. Asp. NET is the next generation of ASP, not an updated version of ASP. ASP. NET is a new technology for server-side scripting. Microsoft has completely rewritten ASP. NET at the underlying layer, and ASP. NET is not backward compatible with ASP.

 

ASP. NET is the main part of the Microsoft. NET Framework. Is a server-side scripting technology that enables (embedded in a webpage) scripts to be executed by Internet servers.

2. The following is my summary of the Beida qingbird video:

3. How does ASP. NET work?

When the browser requests an HTML file, the server returns the file

When the browser requests an ASP. NET file, IIS will pass the request to the ASP. NET engine on the server.

The ASP. NET engine reads the file row by row and executes the script in the file.

Finally, the ASP. NET file will return to the browser in the form of pure HTML

 

4. Advantages of ASP. NET

ASP. NET has better language support, a set of new controls, XML-based components, and better user authentication.

ASP. NET provides better performance by allowing compiled code.

ASP. NET code is not fully backward compatible with ASP.

Support code reuse through Inheritance Mechanism

No need to register Components

Compile pages to improve execution speed

Declarative server controls

 

5. Conclusion: after learning the video, I started to think it was messy. Later I found that learning was just getting started. ASP. NET is powerful, code reusability is particularly good, and it is very convenient to Support web Services. If you want to develop a very good website in the future, come on.

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.