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

Entity Framework 6 - Knowledge Base (KB)

4 results in tag: entity-framework-extensions

bulk insert using EntityFramework-Plus

I was planning to use ...EntityFramework-Plus... for bulk operations however i am not sure if it supports bulk insert....So for example, i have ...Paren...t entities and i want to insert ...Child... entities in bulk how do i dot that using EF Plus...In co...
entity-framework entity-framework-extensions entity-framework-plus
asked by LP13

Differense between EF Extensions UpdateFromQuery() and EF Plus Update()

The library Entity.Framework.Extensions (paid) has a method for doing entity updates: ...context.Customers .Where(c=>c.XXX = "") .UpdateFromQuery(c=>new Customer{ Timestamp = DateTime.UtcNow }) ...The library Entity.Framework.Plus (free) has a similar met...
entity-framework entity-framework-extensions entity-framework-plus
asked by Freddy

Entity Framework extension's batch operations vs EFE's bulk operations

I was looking into Entity Framework extensions for bulk operations and I found from the same developers EF Plus. Now EFE has bulk operations which are payed and EF PLus has Batch operations, which claim to perform bulk update and delete only, but are call...
c# entity-framework-6 entity-framework-extensions entity-framework-plus
asked by Radoslav.Ivanov

Clarification on what exactly is cached by EF Plus

If I have a table of service requests and I run the following code on it:...var serviceRequest = await _ctx.ServiceRequests.DeferredAny(t => t.Id == h.Id).FromCacheAsync("ServiceRequestByID"); ...Would that be the same as saying save this query:...SELECT ...
entity-framework entity-framework-extensions entity-framework-plus
asked by BinaryNexus

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
Save your entities 20× faster with EF Extensions
SaveChanges vs BulkSaveChanges

EF Extensions
Try for free now
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!