This project was made with the purpose of learning .Net MVC Framework, Entity Framework and Razor
To create Migration file use:
add-migration <MigrationName>
To update database with current migration file use:
update-database
Run
Update-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r