Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework 6 error serverversion : (System.Data.SqlClient.SqlConnection)customerOrderContext.Database.Connection).ServerVersion

Select entities with multiple and nested levels without using Include

c# entity-framework linq

EF Core 1.1 to WebApi Core - Add-Migration fails

How the right way to rollback migration with Entity Framework

How to know project is code-first or database-first?

Handle duplicate key violations in EntityFramework Core

How to get IEnumerable<Foo> instead of IEnumerable<string> from LINQ?

c# entity-framework linq

Get number of days between 2 dates in Entity Framework

Executing EFcore Migrations inside a .NETStandard Library project

SQL Server In Memory Equivalent

Entity Framework Dynamic Where Clause

Need advice on selecting a data access method

Entity Framework and repository pattern problem

Using Entity Framework generated classes in Business Logic Layer

Is there a generic way of using AutoMapper's ValueResolver to map EntityKey values for EF Entities?

How to have multiple projects accessing same Entity Framework project?

entity-framework

Entity Framework 4.0 Use Database Default Value

.net entity-framework

Best way to implement a Notes Table for many entities Tables in SQL

sql entity-framework

'IN' & 'NOT IN' in Linq query

Parametrized POCO Constructors with the Entity Framework