December 2019
Intermediate to advanced
510 pages
11h 33m
English
In this chapter, we have seen how to implement mapper classes, validators, and service classes. All these types work together using the dependency injection of .NET Core. Dependency registration usually happens through the use of extension methods that group the registered classes by following some criteria. In this case, I will group the registered classes in the following way:
Now that we have defined the logic behind the separation of dependency ...
Read now
Unlock full access