Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

How can I use database Views in a scaffolded DbContext with Entity Framework Core 1.0 (EF7)

Getting Null Exception for Entity Framework core 1.1

The specified deps.json '$$$' does not exist

Entity Framework Core + SQlite. Async requests are actually synchronous

Can I use an Interface as a property with Entity Framework?

entity-framework-core

EF core ,Create Custom Default Constraint Name

entity-framework-core

EF Core LINQ use scalar function

SingleOrDefault and FirstOrDefault returning cached data

c# entity-framework-core

Column Order EF Core with inheritance

Entity Framework 7 group by

Entity Framework Core SelectMany then Include

Access denied to ContextModelSnapshot while migrating

How to use SqlException in .NET CORE?

DbSet does not have an async method for remove range?

entity-framework-core

How to define navigation for in-class encapsulated property?

c# entity-framework-core

Cannot convert from 'string' to 'Microsoft.EntityFrameworkCore.ServerVersion

How to apply EF Core migrations if you should not use MigrateAsync() for production environments?

DbSet.Include operator for ef7 accepting string path

entity-framework-core

Separate In Memory Databases EF7

How to implement Select For Update in EF Core