I would like to better understand the differences between the ConfigureServices and Configure methods in the startup.cs class.
The comparison of the launch class of the starter application and the musicstore application from github seems to be configured in a completely different way, so I do not really understand what the difference is and what needs to be done inside each.
source share