[From a instructor's Q &]
The following describes how to learn web development:
Phase I
C # basic syntax + ASP. NET basic controls + database. In addition, you must learn DHTML and CSS to lay the foundation for web page layout and Ajax in the future.
In practice for small projects, we will use the previous knowledge in the project.
2. Basic Improvement stage
C # advanced syntax (such as generic) and. net Framework class library (such as set namespace) + database programming (such as stored procedures, transactions, etc.) + Software Architecture (such as MVC and layering), JavaScript + Ajax;
Medium-sized hierarchical project development. This project is based on the theory discussed and discussed. After practice, it is used in the project to strengthen students' ability to transform from simple code to business + code.
3. Improvement stage
C # application of design patterns (good coding methods) and. net Distributed Technology (WebService + MSMQ), code optimization, Web performance optimization, database performance optimization ), comprehensive capabilities (such as UML and Development Process Control), bug reporting tools, and version control tools (VSS );
Team practice, business modeling (students break down the requirements provided by software companies into project requirements suitable for their own development), System Modeling (UML static diagram, dynamic diagram + agile development ), coding, testing, installation and deployment.
========================
I don't know what stage I should be.
First? Second?
The process of self-study is hard to understand.