Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/1kivanc/.netwebapis
- Owner: 1kivanc
- Created: 2024-09-16T13:56:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T12:29:34.000Z (3 months ago)
- Last Synced: 2024-11-21T22:49:20.418Z (about 2 months ago)
- Topics: dapper, dotnet, entity-framework-core, mvc
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)