zzz projects Entity Framework Core EF Core
Home EF Core 5 Articles Knowledge Base Online Examples
  • Home
  • EF Core 5
  • Articles
  • Knowledge Base
  • Online Examples

Entity Framework Core - Knowledge Base (KB)

2 results for: in tag: deep-copy

How to deep clone/copy in EF Core

What I would like to do is duplicate/copy my ...School... object and all of its children/associations in EF Core...I have something like the following: ...var item = await _db.School .AsNoTracking() .Include(x => x.Students) .Include(x => x.Teachers) .Inc...
deep-copy ef-core-2.0 entity-framework-core
asked by tania_s

Reading and writing with Entity Framework Core without spontaneous changes of entity objects

EF Core modifies objects it tracks by setting keys and maintaining navigation properties....As an example of why this may be a problem, let's say you start a task which will add an entity to a DbContext. If you then immediately enumerate some navigation p...
c# deep-copy entity-framework entity-framework-core entity-framework-core-2.1
asked by relatively_random

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...

Related

  • EF Extensions Online Benchmark
  • WIN an EF Extensions license
  • EF6 BatchSaveChanges for only $79