Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 490 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 490 Bytes

This project demonstrates implementation of repository with cache on dotnet core which can work within TransactionScope.

dotnet database Repository with Cache blog post

Test project in local environment

Start MSSQL database via docker-compose command line:

docker-compose up -d

Run tests:

dotnet test test/RepositoryTest

Cleanup MSSQL database:

docker-compose down