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

Entity Framework Core - Knowledge Base (KB)

2 results in tag: sql-update

Entity Framework Core. How to update the related data properly?

This question is a common one, but I still can't understand how to update the related entity properly?...I have the following code:... public async Task<bool> UpdateStepAssignedToLevelAsync(Step step, Guid levelId, int priority = -1) { var ...
c# entity-framework-core one-to-many sql-update
asked by Nikita Fedorov

What is better way to update data in EF Core

What is the best way to update data in EF core in asp.net core application? I can do it like this...public class Repository<T> : IRepository<T> where T : BaseEntity { private DbContext context; private DbSet<T> entities; public Repository(DbCo...
.net c# entity-framework-core repository sql-update
asked by user3233682

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
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!