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?
i think i can does that by stream types,so what the need to yield return?