Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

Six seconds warmup time for the first entity framework 6 nonquery

Automapper causing error: missing type map configuration or unsupported mapping

Cleanest way to change database schema in EF6

oracle entity-framework-6

Is calling AsQueryable<T> on a DbSet<T> "safe"?

c# .net entity-framework-6

Mapping a long data property to int in database

Code First: Avoid discriminator column and keep inheritance

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