Skip to content

Entity Framework Core testing using SQL Server, InMemory and SQLite

Notifications You must be signed in to change notification settings

flarocca/tmenos3.netcore.eftesting

Repository files navigation

TMenos3.NetCore.EFTesting

Having a good set of testing can singnificantly increase the quality of the software. This is also true when it comes to implementing Entity Framework Core, even though it can be hard if we don't know how deal with it.

In this exercise, we will learn how to write good tests, including consistency, using Entity Framework Core and how, by doing some small changes, we can eliminate the dependency with a real database.

Technologies used:

  • Net Core 3.1
  • Entity Framework Core 3.1
  • Entity Framework Core for SQL Server
  • Entity Framework Core for InMemory Database
  • Entity Framework Core for SQLite

About

Entity Framework Core testing using SQL Server, InMemory and SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published