Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Create Table, Run Time using entity framework Code-First

Entity Framework code first add constraint for positive numbers

change all string property max length

Package Installation Error - Entity Framework

c# entity-framework

EF entity is not saving child property of same entity type on update

"Include" not working after SelectMany + Select in Entity Framework Core

EF can you make a Mutli-column Index using shadow properties?

How to update a Collection in Many-Many by assigning a new Collection?

Entity Framework Core 2.1 throwing ArgumentException on left join

How to make EF eager load a collection navigation property through a GroupJoin?

Entity Framwork Core – Is a “Insert if not exists” possible?

EF Update-Database Error: Value cannot be null Parameter name: type

Entity framework supported databases

EDMX connection string

Does any .NET ORM support localized entities out-of-the-box?

c# .net entity-framework orm

Entity Framework and Repository Pattern (problem with IQueryable)

How do you actually perform relationships in Entity Framework 4 Code-First CTP 5?

Why does Entity Framework Code-First (with an existing DB) keep trying get data from an EdmMetadata table?

Entity Framework losing binding to connection string in Visual Studio

How to solve the following MappingException

c# entity-framework