Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to map a protected property in EF 4.3 code first

Entity Framework: Naming conventions/suggestions for EDMX file and entity class?

How to map recursive relation on self in Entity Framework code-first approach

Adding a custom query backed Navigation Property to ODataConventionModelBuilder

Entity Framework 6 (code first) entity versioning and auditing

Why is the IdentityUser class in the Microsoft.AspNet.Identity.EntityFramework namespace and not in the Core package?

Entity Framework : map multiple classes to one table

c# entity-framework

Update Entity from ViewModel in MVC using AutoMapper

Entity Framework How Do I Detach All Objects Of Specific Type From Datacontext?

c# entity-framework

How to modify query in EF Core 2.0, before it goes to the SQL Server?

WCF Contracts from Entity Framework?

wcf entity-framework

Using EF 4 on .NET 3.5 SP1

Entity Framework BuildContainsExpression Causes Internal .NET Framework Data Provider error 1025

entity-framework internal

Dynamic LINQ GroupBy Multiple Columns

SQLite with EF Code First

C# EF Linq bitwise question

MVC "Add Controller" is "Unable to Retrieve Metadata...Config System Failed to Initialize"

How to prevent from DataAnnotations Attributes being deleted in DataBase First Model

Can't update database using EF Migrations after updating to EF 6.0.0-alpha

What are the benefits of ORM lazy loading?