In this chapter, we will continue building the FlixOne Inventory Management application (see Chapter 3, Implementing Design Patterns Basics – Part 1), and we will discuss the conversion of a console application to a web application. The web application should be more appealing to users, as opposed to a console application; Here, we will also discuss why we are going for this change.
The following topics will be covered in this chapter:
- Creating a .NET Core web application
- Crafting a web application
- Implementing CRUD pages
If you have not looked at the earlier chapters yet, please note that the FlixOne Inventory Management web application is an imaginary product. We are creating this application to discuss the various design patterns required in web projects.