Unit Testing .Net Core Application With SQLite

preview_player
Показать описание

Blog contains url of the source code and other details.
Рекомендации по теме
Комментарии
Автор

For making NUnit work, I had to install the Nuget package: Microsoft.NET.Test.Sdk.
Also in minute 7 of the video, I meant to say is that Home and Cell phone are saved as "-" separated, hence I am using string as data type.

DotNetCoreCentral
Автор

why did you use, 3 "using" statements? wouldnt just 1 suffice?

pulkitgupta