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)

3 results in tag: database-performance

Entity Framework core select causes too many queries

I have the following method which is meant to build me up a single object instance, where its properties are built via recursively calling the same method:...public ChannelObjectModel GetChannelObject(Guid id, Guid crmId) { var result = (from ...
c# database-performance entity-framework-core
asked by Mike Sowerbutts

How to improve performance of an EF Core query which uses several Includes

I've got this query, which I'll simplify for brevity:...public IQueryable<User> GetByIdAsync(Guid userId) { return MyContext .Users //Bunch of Includes //Most of which have a ThenInclude //Followed by anothe...
database-performance entity-framework-core performance psql
asked by AjLearning

C# .NET Core EF or ADO.NET query takes minutes and SSMS just 30 seconds, why?

So yeah, I'm currently stuck on a simple code that my app should do pretty quickly, considering the same query runs in SSMS in about 34 seconds and uses around 90mbps:...But then, look at what EF does while running the same query:...Not even using ADO.NET...
ado.net database-performance entity-framework-core networking ssms
asked by DARKGuy

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!