Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/1kivanc/.netwebapis

This GitHub repository contains the .NET Web API projects I've been working on. It's a collection of my efforts to learn and improve my skills in building APIs using .NET. Each project represents a step forward in understanding how to create efficient and scalable web applications.
https://github.com/1kivanc/.netwebapis

dapper dotnet entity-framework-core mvc

Last synced: about 2 months ago
JSON representation

This GitHub repository contains the .NET Web API projects I've been working on. It's a collection of my efforts to learn and improve my skills in building APIs using .NET. Each project represents a step forward in understanding how to create efficient and scalable web applications.

Awesome Lists containing this project

README

        

## .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](https://github.com/user-attachments/assets/b23b6bee-d7e9-4339-9fa6-7a52cfdae5a2)

### 2) Video Game Api(Dapper)
This is my first API project developed using Dapper.

![image](https://github.com/user-attachments/assets/61659632-8f09-4f66-a9e8-cdc7ad45de75)