The following questions will allow you to consolidate the information contained in this chapter:
- If you are not sure what type of service lifetime to use, which type is it best to register a class as? Why?
- In .Net Core ASP.Net solutions, is a Scope defined per web request, or per session?
- Does registering a class as a Singleton in the .Net Core DI framework make it thread-safe?
- Is it true that the .Net Core DI framework can only be replaced with other Microsoft-supplied DI frameworks?