In this article, we are going to create a web application using ASP.NET Core 3.0 and Angular 8 with the help of Entity Framework Core database first approach. We will be creating a sample Employee Record Management system. To read the inputs from the user, we are using Angular Forms with required field validations on the client side. We are also going to bind a dropdown list in the Angular Form to a table in the database using EF Core. We will also implement NgRx in our application, including features such as NgRx store and NgRx effects.
We will be using Visual Studio 2019 and SQL Server 2017.
http://ankitsharmablogs.com/asp-net-core-crud-using-angular-5-and-entity-framework-core/