Skip to content

Igor-Pchelko/blog-repository-cache

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages