Wednesday 13 January 2021

EF Core In-Memory DB Best Practices

 

In-memory databases are great for unit testing, but tread carefully if you want to avoid false positives - and worse, false negatives.

Topics include:

  • .NET Core
  • Entity Framework Core
  • Unit testing
  • Test Driven Development
  • Mocking
  • In-memory databases
Related videos:

No comments:

Post a Comment

The State Pattern

  How many developers does it take to change a lightbulb? With the State pattern, not very many. Topics include: The State Pattern Design Pa...