Home > Article > Backend Development > Learning sequence and learning content sharing for learning asp.net
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
Recommended:http://www.php.cn/course/507.html
2. You can also learn JavaScript Find relevant free tutorials on the PHP Chinese website. Related recommendations:http://www.php.cn/course/386.html
3. Learn computer network PrincipleLearning 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
Video Tutorial:http://www.php.cn/course/562.html
4. Learning ASP.NET presentation layer technologyNeeds 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 architectureRelated recommendations :http://www.php.cn/csharp-article-375866.html
7. Learning XML and WebRelated recommendations:http: //www.php.cn/course/580.html
8. Learn AJAXRelated recommendations:http://www.php.cn/course/ 565.html
9. Learn RIA technologyRIA: 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!