I would like to understand better the differences between the ConfigureServices and Configure methods in the startup.cs class.
Comparing the startup class of the starter app and musicstore app from github seems to be configured in a very different way, so I don't understand very well which is the difference and what must be done inside each one.
The ConfigureServices
method is used to configure the DI container and its services. The Configure
method is usually used to configure the pipeline.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With