Skip to content

AldwinPagan/Change-Management-Inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Change Management Inventory

This project was made with the purpose of learning .Net MVC Framework, Entity Framework and Razor

Entity Framework CLI commands

To create Migration file use:

add-migration <MigrationName>

To update database with current migration file use:

update-database

Troubleshooting

Cannot find path of ..\rosly\csc.exe

Run

Update-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors