Questions
Let’s take a look at a few practice questions:
- Name one interface we can use to inject a settings class.
- Name the two phases ASP.NET Core uses when configuring options.
- How significant is the order in which we register configuration objects and inline delegates?
- Can we register multiple configuration classes?
- What is eager validation, and why should you use it?
- What interface must we implement to create a validator class?