Resources

Unit testing + code coverage + VSCode

June 1, 2018 Just Code It 0

Interested in unit testing plus code coverage in VSCode? Check this post: https://www.hanselman.com/blog/AutomaticUnitTestingInNETCorePlusCodeCoverageInVisualStudioCode.aspx Thank you Scott Hanselman for having a blog 🙂

Resources

EF Core migrations explained

March 31, 2018 Just Code It 0

Some great reasources about EntityFramework (core) migrations: Migrations – Under the Hood Migrations – Existing Databases Migrations – Team Environments