https://github.com/louresb/dapper-blog
This repository contains the exercise completed as part of the Balta.io course on backend development.
https://github.com/louresb/dapper-blog
csharp dapper dotnet5 sqlserver
Last synced: 2 months ago
JSON representation
This repository contains the exercise completed as part of the Balta.io course on backend development.
- Host: GitHub
- URL: https://github.com/louresb/dapper-blog
- Owner: louresb
- License: mit
- Created: 2023-04-06T16:39:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T17:31:16.000Z (about 3 years ago)
- Last Synced: 2025-05-08T16:54:00.682Z (about 1 year ago)
- Topics: csharp, dapper, dotnet5, sqlserver
- Language: C#
- Homepage:
- Size: 3.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog - Dapper
[](https://github.com/louresb/DapperBlog/blob/main/LICENSE)

This is a simple CRUD application for a blog platform, implemented in C# using Dapper for data access.
## Database Setup
The scripts required to run are available at the [Scripts](https://github.com/louresb/DapperBlog/tree/main/Scripts) folder of this repository.
## Available Features
The application demonstrates the following CRUD operations on the `User` entity:
- Creating a new user
- Reading a single user by ID
- Reading all users
- Updating a user
- Deleting a user
Make sure to comment/uncomment features to verify them.
## Learning resources
This project was created using [Balta.io](https://balta.io/)'s backend course. I recommend checking it out if you're interested in learning about .NET programming.
## License
[MIT License](https://github.com/louresb/DapperBlog/blob/main/LICENSE) © [Bruno Loures](https://github.com/louresb)