Questions
Let’s take a look at a few practice questions:
- What is the lifetime of
IOptionsMonitor<TOptions>
? - What is the lifetime of
IOptionsSnapshot<TOptions>
? - What is the lifetime of
IOptionsFactory<TOptions>
? - Can we write log entries to the console and a file at the same time?
- Is it true that we should log the trace- and debug-level log entries in a production environment?