Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Concurrency across a scoped DbContext

Check if a table exists using EF Core 2.1

Property or navigation with the same name already exists on entity type - how to add foreign keys in migration scenario of Entity Framework

Entity Framework Core DbContext inheritance problem with DbOptions in constructor

Does a unique column constraint affect the performance of INSERT operations in SQL Server

Generic Repository in C# Using Entity Framework

How to make the EF Core Tools 3.1.2 work?

entity-framework nuget

Is there a way to programmatically check pending model changes in Entity Framework Core?

How to replace columns in a Queryable<T> in a generic fashion without executing the Queryable

Is there a planned release date for Entity Framework 2.0?

entity-framework

linq to entities inheritance query problem

C# + LINQ + ADO.NET EF , join 2 tables and return everything without specifying all fields manually

How to write an entity comparator in C# (with example code of first attempt) [duplicate]

Asp.net membership Table: aspnet_UsersInRoles not showing up in Enity Framework designer

asp.net entity-framework

L2S (LINQ to SQL) or EF (Entity Framework)

Where to place Business Entities, Enums, Custom exceptions?

How does TransactionScope guarantee data integrity across multiple databases?

Entity Framework and the XmlIgnoreAttribute

entity-framework

Entity Framework - Optimistic Concurrency Issue

LINQ. Grouping by days. How to do this easily?