Web API solution based Dapper MicroORM And Dapper infrastructure + UnitOfWork, Repository patterns
1. Data Access layer (Data/Infrastructure, Data/Repositories)
- UnitOfWork.cs
 - ConnectionFactory.cs
 - RepositoryBase.cs
 - Repositories (DeviceRepository.cs)
 
2. Services
- DeviceService.cs
 
3. API (Controllers)
- DevicesController.cs
 
- Clone repository
 - Run UnitTests.
 - Run SQL scripts (
1-CreateDatabase.sqlthen2-InitDatabase.sql) inData\Scriptsto create and initialize the database. - Build / Run.
 
- Fork it!
 - Create your feature branch: 
git checkout -b my-new-feature - Commit your changes: 
git commit -am 'Add some feature' - Push to the branch: 
git push origin my-new-feature - Submit a pull request
 
All changes can be easily found in RELEASENOTES
This project is licensed under the MIT License