Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

Example of using asp.net 5 MVC 6 with Identity and EF 6

Moq & EF6 - Mocking EF6 Remove method not removing an object

Controlling column mapping with a custom convention in Entity Framework 6

Sorting nested collection in projection: Unable to cast object of type 'SortOp' to type 'ProjectOp'

Entity Framework 1to1 relationship via association table not working in EDMX

Entity Framework List Contains in lambda

SQL server view return different results in Entity Framework

Dynamic table names in Entity Framework linq

Entity Framework 6 inserting duplicate values

EF Combine several tables into one IQueryable

Does adding AsNoTracking in Entity Framework impact a Count?

c# entity-framework-6

Creating a double linked list in Entity Framework

Entity Framework 6 & TPH inheritance: Map properties with the same name to same column by default

Upgrade to EF 6.1.1 makes effect of [NotMapped] disappear

Renaming Identity tables with EF6 Migrations Failing

Entity Framework 6 Programmatically Connect to Postgres

What is the difference between IdentityDbContext and IdentityDbContext<ApplicationUser> in MVC5

What binds ApplicationUser to the aspnetusers table in Database First?

Is there a way to generically mock the DbSet.Find method with Moq?

Get Entity Table Name - EF7