Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How To Properly Unit-Test CRUD Operations on a Repository?

How can I modify the default code generation strategy for edmx?

EF Codefirst validate unique property?

How to log a predicate Expression?

Using Entity Framework Code-first am I required to have the model of my domain anemic?

Filter with multiple derived classes with Code-first Entity Framework

How to reset database migrations using EF code first?

Using IEnumerable<T> and IQueryable<T> in a generic repository

Proper way to construct linq queries to achieve fastest performance?

Saving in entity framework

Do I have to set foreign key properties manually when I change associations?

Inheritance: why is changing an object's type considered bad design?

Entity Framework queries miss filtered index WHERE BIT field = 0

The data reader is incompatible with the specified model

How can I trace a SQL query generated by EF back to the code that created it

Getting past entity framework BeginTransaction

Entity Framework Data Transfer Objects Best Practice

c# entity-framework linq dto

EF retrieves incorrect decimal precision

c# entity-framework

INSERT statement conflicted with the FOREGIGN KEY constraint

How to find out field maximum length in Entity Framework in .NET 4?