CGCWProjects / NewFriendsRegistration

Digitalize the new friend registration process and save information to database.
0 stars 0 forks source link

Get familiar with C# & Azure SQL #2

Open jamesdong668 opened 9 months ago

jamesdong668 commented 9 months ago

(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