Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-core-2.0

Why is [Timestamp] column in EF core backed by byte[] column instead of UInt64

.Net Core 2 EF core connection string problem

EF Core Fluent API Configurations with Inheritance

Database.Migrate() creating database but not tables, EF & .NET Core 2

Net core MVC clean architecture without repository pattern

... may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints

Why am I getting this error when trying to implement UseNetTopologySuite in my ASP.Net Core 2.2 api?

How to auto increment a column using an Entity Framework core in memory database?

EF Core 2.0 - Circular Dependency with required FK on either end

EF Core 2 Stopping Circular Dependency on Many to Many Relationship

Performance problems with EF core QueryFilter

EF Core 2.0 OwnsOne column prefix

ef-core-2.0

Make dynamic expression of EF core "Like" function

Using Interfaces With DbSet, Possible with EF Core?

EntityFramework Core format DateTime in sqlite database

Apply EF core migrations one by one in code

GetEntityTypes: configure entity properties using the generic version of .Property<TEntity> in EF Core