PreviousNext

Entity Framework Core – database initialization with Unit Test

by bill-s, 2017-07-29T03:48:36.000Z

I’ve recently been presented a concept of initializing the database (creating or re-creating it) with Unit Test method. Initially I thought it’s a non-sense, but after a while of taking a deeper look…

Read More