Yield in C# is very tricky concept and would take at least a couple of reads to understand its use or purpose. Lets try…
Now that we have talked about “Enumerable” .Lets talk about “Enumerator”.
Enumerable is a data structures that can be iterated, counted or enumerated. Array, List, Dictionary are some data…