Skip to content

project with create a simple crud with c# and EntityFramework

Notifications You must be signed in to change notification settings

HAlejandro88/restApi-c--entityFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

project with create a simple crud with c# and EntityFramework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages