Deploy Blazor Entity Framework code first on IIS
Hello everyone I was asked to deploy a Blazor Application with EF Code First, in order to run the migrations on the server do I have to get all the code and then compile it from the server or can I still run the migration only with the binaries?
1 Reply
migrations are compiled into the application unless you deleted them
you can migrate on startup with code like