1. Do not do an outdated discussion for ASP. The important thing is not whether you use advanced technology, but whether your design ideas are advanced;
2. Consider the universality of the project during design, and never do things without promotion (except for the rice -keeping bowl);
3. The program design should be concise, and the good -oriented process is far better than the target of the feet;
4. The theory is serving the practice, so don't be bound by theory (especially the design mode);
5. In the case of reasonable division of labor, as much as possible personnel constitute the project team, the overhead of communication is too large;
6. There is no constant demand, leaving enough room for expansion for your procedures. At the same time, you must consider the way to reduce the workload and difficulty when transplanted by the system;
7. Do not ignore the interface design. In many cases, this has become the only criterion for your project evaluation;
8. Use a formal file to write down your variable usage. As the system increases, the cost of Debug is almost doubled;
9. Do not handwritten with the code generated by a machine. The most precious thing is time;
10. Select the database or choose Oracle!