1
Answer

Understanding Configuration and Service Registration in ASP.NET Core

mina shaker

mina shaker

Aug 11
333
1

Understanding Configuration and Service Registration in ASP.NET Core: Builder vs. Application Level

ln an ASP.NET Core application, why are some configurations and services only allowed to be added at the builder level, while others can be configured at the application level during instantiation? What are the key differences between the builder and application levels in terms of configuration and service registration, and why does this distinction exist?

 

Answers (1)