The main goal of this chapter was to start a basic web application.
We started the chapter by discussing business requirements, why we needed a web application, and why we wanted to upgrade our console application. We then covered the step-by-step creation of a web application using Visual Studio in the MVC pattern. We also discussed how a web application can work as a client-server model, and looked at user interface patterns. We also started building CRUD pages.
In the next chapter, we will continue with the web application and discuss more design patterns for web applications.