Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework: Duplicate Records in Many-to-Many relationship

Get Count Of Nested Entities

c# linq entity-framework

SimpleMemership CreateUserAndAccount Customization

how to inc/dec multi user safe in entity framework 5

entity-framework tsql

Get Navigation Properties of given EntityType

Override SaveChangesAsync

c# asp.net entity-framework

Add new table to an existing database using Code First approach in EF 6 and MVC 5

Update existing database with Entity Framework Code First in MVC

EntityFramework refuses to forget old columns

Mapping foreign key to non primary surrogate key column in EF code first

EntityFramework Core relation to composite key

How to: Use async methods with LINQ custom extension method

Getting error : The binary operator Equal is not defined for the types 'System.Guid' and 'System.String'

Entity Framework Core migrations error using UseInMemoryDatabase

EF4 POCO (not using T4): Mapping and metadata information could not be found for EntityType

Does Entity Framework 4 Code First have support for identity generators like NHibernate?

EF4 Mapping varbinary(max) to Binary - Code First Error

Entity Framework MigrationSqlGenerator for SQLite

Why do I need a ToList() to avoid disposed context errors?

How to map a nullable property to a DTO using AutoMapper?