Further reading
Here are a few links to build on what we have learned in the chapter:
- MediatR: https://adpg.link/ZQap
- To get rid of setting
ProductId
manually in the Clean Architecture with MediatR project, you can use the open source projectHybridModelBinding
or read the official documentation about custom model binding and implement your own:- Custom Model Binding in ASP.NET Core: https://adpg.link/65pb
- Damian Edward’s MinimalApis.Extensions project on GitHub: https://adpg.link/M6zS
ForEvolve.DependencyInjection
is an open source project that adds support for contextual dependency injection and more: https://adpg.link/myW8