Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 552 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 552 Bytes

.Net Web API's

1) Employee Api

This is my first .net api, I created a simple Employee API that allows you to add, update, and manage employees. For this project, I used DTOs (Data Transfer Objects) like AddEmployeeDto and UpdateEmployeeDto to handle the data more efficiently.

image

2) Video Game Api(Dapper)

This is my first API project developed using Dapper.

image