Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 301 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 301 Bytes

A Simple ASP .NET Wep API application that performs the CRUD operations, which are:

CREATE - Add a new employee to the database.

READ - Retrieve an employee data from that database.

UPDATE - Change the values of an existing employee in the database.

DELETE - Remove an employee from the database.