You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ToArray(Async) vs ToList(Async) in Entity Framework 8
2
+
3
+
When retrieving data from your database with **Entity Framework**, there are two major options: `ToArray` and `ToList`. Besides the different return type, is there any significant difference in performance between the two? Let's find out!
4
+
5
+
Found [here](https://steven-giesel.com/blogPost/4ec751cd-d773-44c2-996e-cc4ae9ae966c)
0 commit comments