Category "ef-core-3.0"

Where to call EF Core Migrate in web API startup class?

I'm trying to process DB migrations during application startup in a Azure-hosted web API. However, no matter where I try to put it, I get the exception: ObjectD

EF Core: Map Many to Many relationship without navigation property

I'm trying to create a many to many relationship in entity Framework Core using Fluent API Here is my first model: MyCalculationSelector.cs public int Sort

IsConcurrencyToken(true) does not actually check concurrency tokens

I have a property configured like this: public byte[] Timestamp { get; set; } And then in my DbContext, i use the Fluent API like so: modelBuilder.Entity<