Tag: Yield
The Hidden Power of C#: Lazy Iteration with the Yield Keyword
Introduction In C#, writing performance-oriented code is often a critical goal. When working with large data sets, memory usage and […]
Code is like humor. When you have to explain it, it’s bad.
Introduction In C#, writing performance-oriented code is often a critical goal. When working with large data sets, memory usage and […]