JasperKent / InMemoryDatabase

Source code accompanying the video https://youtu.be/JKytAdsWaQs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InMemoryDatabase

Source code accompanying the video https://youtu.be/JKytAdsWaQs

Writing a mock repository for unit testing can require a large amount of coding that simply duplicates the features of a real database. Nowadays, the Entity Framework Core In-Memory database does the work for you.

To create the database, run update-database on the Package Manager console.

About

Source code accompanying the video https://youtu.be/JKytAdsWaQs


Languages

Language:C# 67.9%Language:HTML 23.4%Language:CSS 7.5%Language:JavaScript 1.3%