ToListAsync is fast again in Entity Framework (kind of) #142
Replies: 1 comment 1 reply
-
|
Did this issue affected EntityFrameworkCore in general or only the MSSQL implementation? Asking because I use the Npgsql provider and I am unsure if I sacrificed performance because of this 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ToListAsync is fast again in Entity Framework (kind of)
Last year I wrote an article about how ToListAsync was slow in Entity Framework titled: "Be careful with ToListAsync and ToArrayAsync in Entity Framework Core". Things have evolved since then, so let's celebrate!
https://steven-giesel.com/blogPost/dd7ab934-c311-45e0-9a04-9a28c624b957/tolistasync-is-fast-again-in-entity-framework-kind-of
Beta Was this translation helpful? Give feedback.
All reactions