04. Entity Framework Sqlite Unit Tests

preview_player
Показать описание
Unit testing our code is important, but having an entire SQL database up and running for it is a waste of computer resources and our time. Using a lightweight, in-memory database will make the unit tests much more efficient. Let's take a look at Sqlite to achieve this.
Рекомендации по теме
Комментарии
Автор

Does SQL Lite in memory support temporal queries?

z_prospective