All Projects → AnkitSharma-007 → CRUD.ASPCore.Reactjs.WebAPI.EF

AnkitSharma-007 / CRUD.ASPCore.Reactjs.WebAPI.EF

Licence: other
CRUD Operations in ASP.NET Core application using React.js , Web API and Entity Framework core DB first approach with the help of VS 2017.

Programming Languages

typescript
32286 projects
C#
18002 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to CRUD.ASPCore.Reactjs.WebAPI.EF

SPA-With-Blazor
Creating a Single Page Application with Razor pages in Blazor using Entity Framework Core database first approach.
Stars: ✭ 27 (-66.25%)
Mutual labels:  article, entity-framework-core, asp-net-core, webapi, ankit-sharma
ASPCore.BlazorCrud
CRUD Using Blazor And Entity Framework Core
Stars: ✭ 39 (-51.25%)
Mutual labels:  article, entity-framework-core, asp-net-core, ankit-sharma
N-Tier-Architecture
This is a n-layer architecture based on Common web application architectures.
Stars: ✭ 105 (+31.25%)
Mutual labels:  entity-framework-core, asp-net-core, webapi
MinimalApi
ASP.NET Core 7.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.
Stars: ✭ 156 (+95%)
Mutual labels:  entity-framework-core, asp-net-core, webapi
.NET-Core-Learning-Journey
Some of the projects i made when starting to learn .NET Core
Stars: ✭ 37 (-53.75%)
Mutual labels:  crud, entity-framework-core, asp-net-core
BookCart
An e-commerce application for an online book store.
Stars: ✭ 116 (+45%)
Mutual labels:  entity-framework-core, asp-net-core, ankit-sharma
Blazor-CRUD-With-CloudFirestore
Single Page Application (SPA) using Blazor with the help of Google Cloud Firestore as Database provider
Stars: ✭ 34 (-57.5%)
Mutual labels:  article, asp-net-core, ankit-sharma
WebApiJwt
Asp.NET Core 2.0 WebApi JWT Authentication with Identity & MySQL
Stars: ✭ 118 (+47.5%)
Mutual labels:  entity-framework-core, asp-net-core, webapi
AngularCLI-ASPNET-Core-CustomersService
Example of integrating Angular with ASP.NET Core RESTful Services
Stars: ✭ 61 (-23.75%)
Mutual labels:  entity-framework-core, asp-net-core, webapi
generic-for-core
🏗️ Generic Repository & UOW Pattern For ASP.NET Core
Stars: ✭ 55 (-31.25%)
Mutual labels:  entity-framework-core, asp-net-core
Hexagonal-architecture-ASP.NET-Core
App generator API solution template which is built on Hexagnonal Architecture with all essential feature using .NET Core
Stars: ✭ 57 (-28.75%)
Mutual labels:  entity-framework-core, asp-net-core
CleanArchitecture
Clean Architecture Solution for .NET 5
Stars: ✭ 18 (-77.5%)
Mutual labels:  asp-net-core, webapi
Php Crud Api
Single file PHP script that adds a REST API to a SQL database
Stars: ✭ 2,904 (+3530%)
Mutual labels:  crud, sqlserver
Magic
Create your .Net Core/Angular/Database CRUD Web apps by simply clicking a button
Stars: ✭ 214 (+167.5%)
Mutual labels:  crud, asp-net-core
Ezsql
PHP class to make interacting with a database ridiculusly easy
Stars: ✭ 804 (+905%)
Mutual labels:  crud, sqlserver
Jsonapidotnetcore
JSON:API Framework for ASP.NET Core
Stars: ✭ 465 (+481.25%)
Mutual labels:  crud, webapi
WebAPI2CLI
Execute ASP.NET Core WebAPI from Command Line
Stars: ✭ 28 (-65%)
Mutual labels:  asp-net-core, webapi
CSharpCampReCapProject
Kodlama.io | C# Camp | Recap Project | Car Rental System | 2021
Stars: ✭ 17 (-78.75%)
Mutual labels:  sqlserver, webapi
OnionArchitecture
The onion architecture, introduced by Jeffrey Palermo, overcomes the issues of the layered architecture with great ease. With Onion Architecture, the game-changer is that the Domain Layer (Entities and Validation Rules that are common to the business case ) is at the Core of the Entire Application. This means higher flexibility and lesser coupli…
Stars: ✭ 314 (+292.5%)
Mutual labels:  asp-net-core, webapi
LocalTransactionTableTest
利用rabbitmq做消息队列,通过本地消息事务表序列化消息,通过定时轮训保证消息强行落地,最终达到数据最终一致性
Stars: ✭ 19 (-76.25%)
Mutual labels:  entity-framework-core, asp-net-core

CRUD.ASPCore.Reactjs.WebAPI.EF

In this article, we are going to create a web application using ASP.NET Core 2.0 and React.js with the help of Entity Framework Core database first approach. We will be creating a sample Employee Record Management system and perform CRUD operations on it. To read the inputs from the user, we are using HTML Form element with required field validations on the client side. We are also going to bind a dropdown list in the HTML Form to a table in the database using EF Core.

We will be using Visual Studio 2017 and SQL Server 2014.

Read the full article at

http://ankitsharmablogs.com/asp-net-core-crud-with-react-js-and-entity-framework-core/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].