Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Using DTO's with OData & Web API

Entity Framework data migration with custom logic?

Entity Framework Core 3.0 performance impact for including collection navigation properties (cartesian explosion)

The LINQ expression could not be translated. Either rewrite the query in a form that can be translated, or switch to client evaluation EF Core 3.1

Are there any good resources for developing Entity Framework 4 code-first?

Compose queries across Entity Data Models

No mapping exists from object type System.RuntimeType to a known managed provider native type

entity-framework

EF: In search of a design strategy for DatabaseFirst DbContext of a Modular Application

entity-framework generics

Property not updated after SaveChanges (EF database first)

c# entity-framework

Execution-Deferred IQueryable<T> from Dynamic Linq?

Sometimes, error "ORA-00933" occurs when using entity framework to query to Oracle DB but when I restart the webapp, it works

oracle entity-framework

Can Anyone recommend a well design open source project with Entity Framework? [closed]

.net entity-framework

DataTable and DataSet should be obsolete now?

EF 4.1 Code-first executes queries 3x slower than regular EF in my application

Entity Framework Migrations - Managing In Branches

TVF (Table Value Function) in entity framework using code-first

Why do I have to reference EF in my UI project?

Entity Framework 6: is there a way to iterate through a table without holding each row in memory

Get max & min from Entity Framework, in one query and with best query possible

Merging migration entries in Entity Framework