In the previous post we
saw on how to setup Entity Framework Core for out Asp.Net Core application. In
this post we will use the EFCore and
create a controller for CRUD operation.
In this sample we will not do too many customization we will rather use the
Built in Scaffolding from Visual Studio to create the controller.
In Visual Studio Right-click on the Controllers folder in Solution Explorer and select Add > Controller.
In Visual Studio Right-click on the Controllers folder in Solution Explorer and select Add > Controller.

