Skip to content

qserena/react-aspnet-entityframework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Client with ASP.NET Core Web API and Entity Framework


Description

This is a fullstack CRUD (Create, Read, Update, Delete) application with a React client, an ASP.NET Core Web API, Entity Framework and a SQL Server database.


Overview design of this app.

Overview of the system. The React client calls the .NET API and Entity Framework, which calls the database.


NOTE! The same project, but WITHOUT Entity Framework is found Here!

Technologies

  • HTML
  • CSS
  • JavaScript
  • React
  • ASP.NET Core Web API
  • C#
  • Entity Framework
  • SQL Server

User Interface / Client

Simple user interface.

The form shown above is used to execute the CRUD operations. I included quite a lot of input fields in order to handle many data types.

The React app includes the following techniques:

When using "Update" and "Delete" you have to first select the item in the list at the right.


Database

SQL Server database.

The Employee data is stored in a SQL Server database table (see above).


Inspirations and Credits

About

Same as repo react-aspnet but with Entity Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors