Lecture 01: [Review] Various techniques and common problems of using the VS development environment
Original link: https://chenyan98.cn/3635.html VS version recommendation: (2019, 2022) Database version recommendation: SQLServer2012 Project type: (console –> mainly for learning; form programs (windows, c/s, desktop applications), web programs, web service programs) Project Composition: [1] Solution: It is mainly used to manage various projects we add. All projects within the solution can be compiled uniformly. Develop a […]