Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 398 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 398 Bytes

Rest Api with Entity Framework

Instalations

NuGet package

  • Microsoft.EntityFrameworkCore
  • Microsoft.EntityFrameworkCore.SqlServer
  • Microsoft.EntityFrameworkCore.Tools

Migration and create DataBase

Note: you need to open admin package console

  1. For create a migration you need tyo run a next command

Add-Migration "name"

  1. Create data base you need to run

Update-database