Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework - Transactions replacing SaveChanges(bool) with SaveChanges(SaveOptions)

How to update an entity's navigation properties in Entity Framework

Entity Framework POCOs without behaviour - redesign needed to remove code smell

Unit testing a two way EF relationship

Possible to have DbContext Ignore Migration/Version data in Database?

Foreign key must be mapped to some AssociationSet or EntitySets participating in a foreign key association on the conceptual side

entity-framework

How to avoid a "Nested transactions are not supported." error?

c# mysql .net entity-framework

The method ‘Skip’ is only supported for sorted input in LINQ to Entities. The method ‘OrderBy’ must be called before the method ‘Skip’

c# linq entity-framework

Creating a double linked list in Entity Framework

The ALTER TABLE statement conflicted with the FOREIGN KEY constraint

NpGsql EntityFramework 6 - "An operation is already in progress"

EF Core - Set Timestamp before save still uses the old value

How to Update Entity by Replacing in EF?

c# entity-framework

How to add an implementation of IDesignTimeDbContextFactory to add migration to .Net core 2.0 application?

Can Entity Framework CF store 'object type' values?

Why does EF 5.x use plural name for table?

c# entity-framework

Why does the Using statement give an error even though my type implements IDisposable?

What type to return when querying multiple entities in Repository layer?

iterating over DbSet<TEntity> vs IQueryable<out T>

entity-framework

Entity Framework - Table-Valued Functions - Parameter Already Exists