IQueryable Vs IEnumerable (jinaldesai.net)
IQueryable inherited IEnumerable, so it obviously get all the functionality IEnumerable has. The working style of both is still different. There are still lot many differences exists between the two which impact the decision we took in usage of either one. Both of these suits for particular scenarios. Following are some differences using which we can took decision to use anyone of these optimally.
0 comments
[ 2.5 ms ] story [ 11.9 ms ] threadNo comments yet.