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

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!

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.