July 2019
Intermediate to advanced
410 pages
10h 32m
English
The .Net Core framework provides great flexibility and functionality, but some features might not be supported, and a third-party container might be a more appropriate choice. Fortunately .Net Core is extensible and allows for the built-in service container to be replaced by a third-party container. To provide an example, we will use Autofac as our IoC container of the .Net Core DI.
The first step is to add the required Autofac package to the project. Using the package manager console, ...
Read now
Unlock full access