December 2019
Intermediate to advanced
510 pages
11h 33m
English
Every time we implement a class, we should always bear the single responsibility principle in mind. Therefore, the action methods inside our controllers should be simple handlers that call methods that act as data. The controllers in an ASP.NET Core service usually behave as follows:
Let's proceed and build our controller class by creating a new OrderController type inside the Controllers folder. This ...
Read now
Unlock full access