Implementing Design Patterns for Web Applications - Part 1

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 ...

Get Hands-On Design Patterns with C# and .NET Core now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.