Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

EF6 - Cannot Mock Return Value for ObjectResult<T> for Unit Test

Code First migration from int to Guid primary key issue

entity-framework-6

Asp.Net Core: Add data to IdentityDbContext or use DbContext

How to group by DateTime.Date in EntityFramework

Entity Framework child objects not populating

Entity Framework 6 Code first: How to seed data with a 'circular' relationship and store-generated columns?

How can I get the parameters of an Entity Framework query?

same key value for is already being tracked

c# entity-framework-6

The type RoleStore<IdentityRole> is not assignable to service IRoleStore<IRole>

Get next and previous entity of specific Id with Entity Framework?

c# entity-framework-6

Entity Framework 6 and Asp.Net Identity UserManager: Multiple DbContext

Why isn't SaveChangesAsync actually saving all of my changes?

Use int Id for a bigint column in EF6

Table 'DBNAME.dbo.TableNAME' doesn't exist Entity Framework 6 with MySQL

The navigation property is not a declared property on type during Code First migration with EF6 and MVC 5