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

https://github.com/jeim05/solucionapidbcrud

Asp .NET web API of Employees data with ADO .Net,
https://github.com/jeim05/solucionapidbcrud

api-rest asp-net-core-web-api asp-net-mvc mvc-architecture netcore

Last synced: 3 months ago
JSON representation

Asp .NET web API of Employees data with ADO .Net,

Awesome Lists containing this project

README

        

# EMPLOYEES API REST
API of employees and departaments.

### Characteristics
- SQL Server databases: I implement the queries of DB and Stored procedures for CRUD functions to have better control when performing any insertion, editing or deletion.
- ASP .NET WEB API.