Questions
Let’s take a look at a few practice questions:
- Is it true that injecting an Aggregation Service instead of multiple services makes our system better?
- Is it true that using mappers helps us extract responsibilities from consumers to mapper classes?
- Is it true that you should always use AutoMapper?
- When using AutoMapper, should you encapsulate your mapping code into profiles?
- How many dependencies should start to raise a flag telling you that you are injecting too many dependencies into a single class?