Base solution for your next web application
Open Closed

entities by using EF database first rather than code first #5498


User avatar
0
aspnetzero created

Can we build user login tables by creating new entities defined by us? also, Does ASPNETZero support EF database model rather than code first?


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    I don't think so, Code First is the recommended practice (such as EF Core only supports Code First)