IEnumerable and IEnumerator Interfaces in C#
Offered By: tutorialsEU via YouTube
Course Description
Overview
Explore the advanced C# topic of IEnumerable and IEnumerator interfaces in this comprehensive 34-minute video tutorial. Gain a deep understanding of what these interfaces are, their advantages, and when to use them effectively in your C# projects. Learn how IEnumerable and IEnumerator relate to lists, arrays, and other collection types. Discover the differences between generic and non-generic versions of IEnumerable, and understand why generic collections are preferred in modern C# development. Explore scenarios where using IEnumerable is recommended, such as working with massive database tables, and situations where alternative data structures like arrays or lists might be more appropriate. Through practical examples and explanations, master the implementation of these interfaces and enhance your C# programming skills.
Syllabus
IEnumerable IEnumerator Interfaces in C#
Taught by
tutorialsEU
Related Courses
Intro to Computer ScienceUniversity of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera