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
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
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