0006 - Configuration files in ASP.NET MVC Core tutorial
У вашего броузера проблема в совместимости с HTML5
Title: Configuration files in ASP.NET MVC Core tutorial
Using configuration files in ASP.NET Core to connect to the SQL database using Entity Framework Core and updating the MVC Views using built-in dependency injection framework.
This video builds on top of the Contacts application that we created in the prior videos. I show you how to leverage the appsettings.json file to store configuration information for the database connection details and tell adjust the initialization logic of the Entity Framework database context to use the settings file to establish the connectivity.
I then show you some basic steps of how to use the same appsettings.json file to update the application title to avoid having to change code later when you want to simply adjust the application title in your application.
#dotnetcore #aspnetcore #asp.net #mvc #entityframework #guide