Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How do I eagerly Include the child and grandchild elements of an entity in Entity Framework Code First?

Purpose of EF 6.x DbContext Generator option when adding a new data item in Visual Studio

Should Entity Framework Context be Put into Using Statement?

c# entity-framework

AsNoTracking() and Include

c# entity-framework linq

Could not load file or assembly Microsoft.Extensions.DependencyInjection.Abstractions, Version=1.1.0.0

Is it possible to run native sql with entity framework?

Working with SQL views in Entity Framework Core

MetadataException when using Entity Framework Entity Connection [duplicate]

entity-framework

Retrieve an object from entityframework without ONE field

c# .net sql entity-framework

EF codefirst : Should I initialize navigation properties?

Entity Framework and MongoDb

Enable Migrations with Context in Separate Assembly?

Get the name of a class as a string in C#

c# entity-framework

Error: "The specified LINQ expression contains references to queries that are associated with different contexts"

c# entity-framework linq edmx

How to explicitly name the database when using Entity Framework Migrations 4.3

How to Create a real one-to-one relationship in SQL Server

How to add foreign key relationship in Entity Framework?

How to change type of id in Microsoft.AspNet.Identity.EntityFramework.IdentityUser

Entity Framework Vs Stored Procedures - Performance Measure

Better way to query a page of data and get total count in entity framework 4.1?