Do you support ASP.NET Code First?

Programming, error messages and sample code > ASP.NET
Yes we do, however we do not support Create/Delete database permission.  So in order to use Code First, you'll also have to use EF Migration.  For more information about EF Migration, please visit https://docs.microsoft.com/en-us/ef/ef6/modeling/code-first/migrations/index?redirectedfrom=MSDN

OR

You can compile your application locally and then restore your database onto our server when you move your application to our hosting service.  You can restore your database via our control panel.