Learning sequence and learning content sharing for learning asp.net

巴扎黑
Release: 2017-08-03 13:20:06
Original
2419 people have browsed it

ASP.NET is part of .NET FrameWork. It is a Microsoft technology. It is a server-side scripting technology that enables scripts embedded in web pages to be executed by Internet servers. It can be used when requesting documents through HTTP. Create them dynamically on the web server.

The order and content of learning new knowledge are very important. Let's summarize how to learn ASP.NET.

1. Learn HTML and CSS

There are a large number of free video tutorials and text tutorials about HTML and CSS on the PHP Chinese website

Recommended:

http://www.php.cn/course/507.html

Learning sequence and learning content sharing for learning asp.net

2. You can also learn JavaScript

Find relevant free tutorials on the PHP Chinese website.

Related recommendations:

http://www.php.cn/course/386.html

Learning sequence and learning content sharing for learning asp.net

3. Learn computer network Principle

Learning computer network principles is mainly to learn some knowledge about domain name resolution and HTTP protocol. If you are a college student who graduated from a related major, I believe you have already learned these contents in school; for those who are not studying computer-related majors in college or who have not attended college, the PHP Chinese website also has tutorials on it, which are given below. Everyone recommends:

Text tutorial:

http://www.php.cn/course/80.html

Learning sequence and learning content sharing for learning asp.net

Video Tutorial:

http://www.php.cn/course/562.html

4. Learning ASP.NET presentation layer technology

Needs to learn various Web controls How to use it, understand how information is transmitted in web pages, such as the use of Cookie, ViewState, Session, etc., the life cycle of ASP.NET applications and web pages, and the uses of related objects (such as httpcontext, response, request), ASP. NET implements event-driven internals, custom user controls, etc.

PHP中文网Related recommendations: http://www.php.cn/course/284.html

5. Master database technology

Related recommendations:

http://www.php.cn/course/605.html

6. Understand multi-layer architecture

Related recommendations :

http://www.php.cn/csharp-article-375866.html

7. Learning XML and Web

Related recommendations:

http: //www.php.cn/course/580.html

8. Learn AJAX

Related recommendations:

http://www.php.cn/course/ 565.html

9. Learn RIA technology

RIA: Rich internet application can be seen as an attempt to combine the advantages of C/S and B/S into one.

Related recommendations:

http://www.php.cn/csharp-article-375867.html

The above is the detailed content of Learning sequence and learning content sharing for learning asp.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
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!