mina shaker

mina shaker

  • 1.6k
  • 54
  • 2.8k

Understanding Configuration and Service Registration in ASP.NET Core

Aug 11 2024 1:56 AM

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)