(1) Create a data table in SQL Server.
(2) Create a small C# Project to use Entity Framework to access this data table. (use the following link as an example)
(3) Implement repository pattern to access database (interface & dependency injection)
(4) Create unit test project to test behavior of this repository pattern
(1) Create a data table in SQL Server. (2) Create a small C# Project to use Entity Framework to access this data table. (use the following link as an example) (3) Implement repository pattern to access database (interface & dependency injection) (4) Create unit test project to test behavior of this repository pattern