Beginner CRASH COURSE for IEnumerable in .NET C#
February 26, 2023
• 14,652 views
dotnetdotnet coredotnet core tutorialdotnet core c#c# dotnet coreenumerableienumerableenumerables c#c# enumerablesc# ienumerable foreachc# iteratorc# iteratorsc# iterationc# foreachc# enumerable foreachforeach ienumerableforeach ienumerable vs listforeach ienumerable c#array vs enumerableienumerable vs ilistc# collectionsc# collections tutorialienumerable tutorialhow do enumerables worklinqforeachienumeratorienumerable c#
Enumerables and iterators are a confusing topic for many people even if they aren't new to C#. In this video we'll look at the IEnumerable interface and see how this works with respect to some basic collections. This will serve as a very basic introduction and later on we can expand to more complex topics!
When you're done with this video, you should follow up with this one:
https://youtu.be/fU5-QeSLG2I
You can also follow along in the corresponding blog post here:
https://www.devleader.ca...
