Tag Archives forConfigureServices

ASP.NET Core – ConfigureServices vs Configure

Introduction We already talked about Configuration method inside of Startup when we talked about requests and middleware. In this post, we will see what exactly ConfigureServices and Configure methods are for and how they differ. In ASP.NET Core we have a Startup class where all the configuration is done and processed once the application is […]

Continue reading