Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Combine columns in entity framework into one column with the edmx designer

Why MetadataType doesn't do my validation in database first approach?

Entity framework mapping when foreign key column name is different

How to guarantee consistent code with derived fields using entity framework

How to select last hour and groupby minute?

c# entity-framework linq

EF provider for Oracle

Cannot update alternate key entity framework core 1.0

How to convert this Entity Framework query to a SQL Server query

What is the overhead of Entity Framework tracking?

ef core - two one to one on one principal key

Exclude entities based on property IsDeleted value when loading from DbSet<TEntity>

c# entity-framework

Self-tracking Entity - Tries to insert an unchanged entity when adding to collection

How do you just use a DBContext in dotnet Core

Generic Func<T,K> to sort collections of different types

Entity Framework Eager load only a subset of other tables

c# sql entity-framework

With Entity Framework how to create nested objects without one massive query resultset or hundreds of small queries?

Use string as type of DbSet like DbSet<string> in EF-CodeFirst

Query the Unioned Results of Multiple Tables With Entity Framework

c# entity-framework

EF 4.4 Doesn't detect changes done by AutoMapper