Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Use Entity Framework to update column length and data in single migration

Get Entity Table Name - EF7

How to get all DbSet from DbContext

c# entity-framework

How to create 2 dbsets with the same type in Entity Framework code first?

c# entity-framework

How to perform SUM operation in Entity Framework

Scaffold new tables and keep the existed ones?

EF Core OwnsOne fails when saving

To handle multiple schemas in one DBContext

Where to start with Entity Framework [closed]

Lambda vs LINQ- "Expression is always false"

If I dispose of my ObjectContext, are my entities detached?

c# .net entity-framework

Entity Framework - is it suitable for Enterprise Level application?

Entity Framework 4.1 - Refresh is not a member of Context

The specified type member is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties are supported

Difference between DbSet.Remove and DbContext.Entry(entity).State = EntityState.Deleted

One of two properties is required from the data model

Dataset vs Entity Framework with stored procedures

Updating many-to-many navigation property in Entity Framework 6, changes not being saved

Connecting to SQL Server with EF6

Foreach in a Foreach in MVC View