Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ankitsharma-007/crud.aspcore.angular.webapi.ef

CRUD Operations in ASP.NET Core 3.0 using Angular 8 , Web API and Entity Framework core DB first approach with the help of VS 2019.
https://github.com/ankitsharma-007/crud.aspcore.angular.webapi.ef

angular-forms angular8 ankit-sharma article asp-net-core crud entity-framework-core ngrx ngrx-effects ngrx-store sql-server visual-studio webapi

Last synced: 23 days ago
JSON representation

CRUD Operations in ASP.NET Core 3.0 using Angular 8 , Web API and Entity Framework core DB first approach with the help of VS 2019.

Awesome Lists containing this project

README

        

# ASP.NET Core: CRUD Using Angular and Entity Framework Core
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.
# Read full article at
http://ankitsharmablogs.com/asp-net-core-crud-using-angular-5-and-entity-framework-core/