Preface: The course ASP. NET will be introduced from the next semester. I have been teaching the first computer professional course in H3C for three years.ProgramDesign is intended for non-computer students. Although ASP. net has developed some projects, but ASP. NET technology is very difficult for the students to understand and thoroughly explain. Therefore, the students will prepare their teaching plans for the next semester by taking advantage of the holidays, hoping to pass on the complete knowledge I have accumulated over the years to the students. First, let's talk about the general ideas and principles of Teaching: in terms of teaching content, I will talk more about principles, less about specific controls and functions.Code(Assign assignments to students), and finally combine the learned knowledge through an actual project. The slides are rarely used in teaching methods. The important principles should be embodied through the instance program, discover, introduce, and solve problems through program debugging. A good idea is that I don't know if this lazy person can stick to it.
Chapter 1 WEB programming Overview
With the development of Internet/Intranet network technology, web systems are widely used. More and more enterprises are using web technology to develop a variety of application systems, including enterprise portal websites, enterprise ERP, e-commerce platforms, supply chain management systems, and customer relationship management systems.
1.1 Browser/Server (B/S) Model
1.1.1 Client/Server (C/S) model Problems
1.1.2 Advantages and Disadvantages of Browser/Server (B/S) Model
1.2 web servers and Web requests
1.3 Development of web development technology
1.3.1 development of client Technology
1.3.2 development of server technology
1.3.3 J2EE vs. net
1.4 ASP. NET Technology
1.4.1 ASP. NET and ASP
1.4.2 ASP. net1.1 2.0 3.5
1.5 other basic knowledge