Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ankitsharma-007/crud.aspcore.angular.webapi.ef
- Owner: AnkitSharma-007
- License: mit
- Created: 2018-03-12T17:50:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:27:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T12:53:21.164Z (about 1 month ago)
- Topics: angular-forms, angular8, ankit-sharma, article, asp-net-core, crud, entity-framework-core, ngrx, ngrx-effects, ngrx-store, sql-server, visual-studio, webapi
- Language: TypeScript
- Homepage:
- Size: 2.51 MB
- Stars: 26
- Watchers: 4
- Forks: 41
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/