C#C
C#2y ago
eid

yield return

i can't understand the benefits of yield return , if it's benefit to avoid fetching all data from database and storing them in the memory,and reading each data on demand.
i think i can does that by stream types,so what the need to yield return?
Was this page helpful?