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!
Found here
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!
Found here