Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework 4.1+ many-to-many relationships change tracking

Prevent Entity Framework adding ORDER BY when using Include

Local user account store for Web API in ASP.NET Core 2.0

EntityFramework code first: Set order of fields

Entity Framework Merge Nightmare

Entity Framework - Detach and keep related object graph

entity-framework

Multiple Includes() in EF Core

Why is there need for an explicit Dispose() method in asp.net MVC Controllers? Can anyone explain its intricacies? (asp.net specific)

How to order child collections of entities in EF [duplicate]

linq entity-framework

Getting data from stored procedure with Entity Framework

Use the ColumnAttribute or the HasKey method to specify an order for composite primary keys

Entity Framework: DbContext and setting the ProviderName

entity-framework

What are the Java equivalents to Linq and Entity Framework

java linq entity-framework

Simple example using System.Data.SQLite with Entity Framework 6

Binding Entity Framework objects to a Datagridview C#

Implementing Audit Log / Change History with MVC & Entity Framework

When to use DbSet<T>.Add() vs DbSet<T>.Attach()

Configure multiple database Entity Framework 6

Does EF upsert have to be done manually?

c# sql entity-framework

EntityFramework Code First FluentAPI DefaultValue in EF6.X