ASP. NET video learning summary and asp.net video summary
I spent more than ten days learning ASP. NET videos of Beijing Daqing bird. Follow the example in the video. Looking at the examples made by myself, I still have a sense of accomplishment. In the past, I used to learn to build clients, that is, C/S. Now I want to learn about web development, B/S.
Difference between C/S (Cient/Server) Advantages and Disadvantages: the advantage of C/S is that the client can process all the servers, reducing the burden on the Server and fast response speed. The C/S structure has strong transaction processing capabilities and can implement complex business processes. However, C/S requires that each client install and configure the software. After the software changes, you need to uninstall the software and reinstall it. Not easy to maintain. It is generally used only in LAN.
Advantages and disadvantages of Browser/Server:
It is distributed and can be used for query, browsing, and other business processing anytime and anywhere. Easy to maintain. You only need to change the web page to update it. High Security Requirements, high server configurations, and slow data transmission.
This is my summary of learning ASP. NET videos.
The first time I learned ASP. NET, I still don't know much about it. I still need to continue to practice and study it later.