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