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,
- Host: GitHub
- URL: https://github.com/jeim05/solucionapidbcrud
- Owner: Jeim05
- Created: 2024-10-19T03:45:11.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-07T02:48:42.000Z (7 months ago)
- Last Synced: 2025-01-15T21:27:48.693Z (4 months ago)
- Topics: api-rest, asp-net-core-web-api, asp-net-mvc, mvc-architecture, netcore
- Language: C#
- Homepage: https://www.apiempleado.somee.com/swagger/index.html
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.