Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

ASP Net Core Web API: Client side GroupBy is not supported

Entity Framework Core where clause with multiple values

EF Core - How to Configure Column Type depending on the Database Provider used

c# entity-framework-core

Why does "dotnet ef migrations add" throw a Win32Exception?

ASP.NET vnext and open database

Update Database after Model Changes - Entity Framework 7

Is it possible to execute custom SQL query using EF7

c# entity-framework-core

How can I prevent EF7 from eagerly fixing up navigation properties?

entity-framework-core

Entity Framework Core 1.0 code-first migrations using code?

entity-framework-core

How to validate models before SaveChanges in EntityFramework Core 2?

entity-framework-core

EF Core 2 tries to create same table twice

Changing default column name for navigation property

Configure ValueGenerator for autoincrement decimal field in InMemoryProvider

Queryable<T>.Union behaviour in EFCore

Debugging Code Called by EF Core Add-Migrations

EF Core - How enable lazy loading in Entity framework core?

Entity Framework Core DbContext.RemoveRange and type constraints

Expression to get LINQ with Contains to EF for SQL IN() where on entities child's property equals value

Entity framework core lazy loading not performed when inserting new instances

If I ignore a dbset used for a procedure I cannot use EF Core to get that procedure