Thursday 21 January 2021

Collections vs In-Memory Database

 

Entity Framework Core in-memory databases are great for unit testing, but would we ever use them in production code?

Topics include:

  • .NET Core
  • Entity Framework Core
  • In-Memory Database
  • Unit Testing
  • TDD
  • Mocking

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...