Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

C# Pass expression as argument and use PredicateBuilder

entity framework complex objects with lists

EntityFramework enable-migrations ArgumentException

Check null values in Linq query in Entity Framework

I need help solving why Entity Framework won't save if I add the virtual keyword to a property

c# entity-framework

How to make M:N (many-to-many) relationship where both M and N are the same entities?

c# entity-framework

How to add to/update a class collection navigation property in ASP.NET Web API (or REST in general)

Entity Framework Update Problem

Entity Framework Generic Repository

Initializing a POCO Entity using a constructor

Multiplicity constraint violated. The role xxx of the relationship xxx has multiplicity 1 or 0..1

Entity Framework - unmapped entity. Possible?

c# entity-framework

Nullable enum field with Code First Approach doesn't create the enum Field in Database

Is it possible to modify entity object within ObjectStateManagerChanged handler?

Passing connection string to Entity framework at runt time for each call

My Mocked DbContext writes to db in Unit Test using Moq