Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Transactional SaveChangesAsync in EF

c# entity-framework

How to add Data Validation in EF Core with Database First approach?

How to seed data in .NET Core 6 with Entity Framework?

A circular reference was detected while serializing an object of type 'System.Data.Entity.DynamicProxies

Entity Framework map struct/complex type without model properties

Entity Framework returns stale data when selecting the whole entity but up to date when selecting just a field

Entity Framework : join two tables and where clause

Multiple left join using lambda syntax in Entity Framework

Entity Framework Core table Splitting approach

LINQ: single list which consists of multiple properties of same type of object collection

linq entity-framework

Scaffold-DbContext doesn't produce models

Generic Linq to Entities filter method that accepts filter criteria and properties to be filtered

Why is Entity Framework generating a JOIN on SELECT

How to universally create Repositories that inherit from a generic type?

Rename a column in EF with Code First

i would like to do the generic search option in repository pattern

NetArchTest Layered Architecture Tests