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
http://www.php.cn/course/386.html
http://www.php.cn/course/80.html
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!