Here Mudassar Ahmed Khan has explained a simple tutorial with an example, how to use Entity Framework Core with Database First Approach in ASP.Net Core MVC.
Database First Approach means first the Database is configured and then it is connected to Application using Entity Framework Core.
This article will explain how to configure Entity Framework Core and connect to SQL Server database and finally the fetched data is displayed in ASP.Net Core MVC.