/TechMeetEfCore7

Sample code used in TechMeet to demonstrate EfCore 7

Primary LanguageC#

Update db: dotnet ef database update --project .\API\ Add migration: dotnet ef migrations add {MigrationName} --project .\API