https://github.com/mc-programmer/simple-dapper
this is a repository for dapper samples on console and asp.net core mvc and api apps!
https://github.com/mc-programmer/simple-dapper
dapper dapper-crud dapper-donet-core
Last synced: 4 months ago
JSON representation
this is a repository for dapper samples on console and asp.net core mvc and api apps!
- Host: GitHub
- URL: https://github.com/mc-programmer/simple-dapper
- Owner: mc-programmer
- License: mit
- Created: 2025-04-01T22:24:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-30T16:48:14.000Z (about 1 year ago)
- Last Synced: 2025-05-18T23:12:26.964Z (about 1 year ago)
- Topics: dapper, dapper-crud, dapper-donet-core
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .NET SIMPLE DAPPER (in progress)
This document serves as a guide for building a simple crud using ASP.NET Core 9 (mvc), ASP.NET Core 9(web api), console app and xUnit.
> [!TIP]
> This is a simple project thid dapper micro orm
## Get started!
```
Add-Migration init
```
simply add migration to infrastructure layer and create your database
and start using dapper as repository!
## Give a Star! ⭐
If you find this `simple-dapper` valuable, show your support by giving this repository a star!
### Tests
- [ ] Unit Tests
- [ ] Integration Tests
- [ ] Functional Tests
## Contributing
We welcome contributions to this project! Feel free to open pull requests with improvements, bug fixes, or additional features.
## License
This project is licensed under the MIT License: [MIT License](https://opensource.org/licenses/MIT).
## Stay Connected
Feel free to raise any questions or suggestions through GitHub issues.