Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Mocking EF6 with validation that occurs on SaveChanges

How to prevent private properties in .NET entities from being exposed as public via services?

wcf entity-framework

Where did Entity Framework 6.1 put my database?

FirstOrDefault throws NullReferenceException

Stored procedure whose result set lacks a primary key won't execute with Entity Framework 6

EF Model First and Database First Alternatives?

c# entity-framework devart

add where clauses to linq query with generic column name

c# entity-framework linq

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