🚀Master C# and .NET programming EASILY with our best-selling C# Masterclass: bit.ly/47Hk3u7 Here is an article about IEnumerable and IEnumerator Interfaces with a complete code, enjoy! tutorials.eu/ienumerable-and-ienumerator/
@gazell3s3 жыл бұрын
Super clear explanation - exactly what I needed!
@lowkeyhuman2 жыл бұрын
This is some top tier explanation, I have no choice but to subscribe :)
@simonroyjonesuk Жыл бұрын
Wow that was brilliant. I finally understand what IEnumerable does. I didn't know what a queue was, so I watched your video on that, which was also great. So well explained and really helpful. You are definitely my new go to source for C#. Thanks again. Simon
@dayday84213 жыл бұрын
Best explanation on KZbin. Thank you!
@angel_machariel Жыл бұрын
Good video. Question: how relevant is it to learn how to implement IEnumerator ? Should it be an urgent matter for post-beginner students/juniors or shouldn't one be bothered with it for now?
@bryanburger2 жыл бұрын
Great job at conveying the principles!
@juniorlucival2 жыл бұрын
top top top, thanks, you are the best c# teacher .
@oaksoeaung76469 ай бұрын
Thanks, a lot. This video helps me a lot.
@Issam_seb2 жыл бұрын
Clean and Simple
@carlossantamaria18202 жыл бұрын
amazing video, now i understood what this mean, this video also helped me to see the importance of interfaces in general, not only IEnumerable interface.
@Javier-uh7mb3 жыл бұрын
Very interesting, thanks!
@tutorialsEU3 жыл бұрын
Glad you liked it!
@FumeCreates3 жыл бұрын
Thank you so much for this video. Well explained and I received so much value
@BackeB Жыл бұрын
The first ”ahaa” moment I’ve had regarding interfaces, when you described the issues presented without interfaces. So they provide similar functionality among othervise unrelated classes. For example 😁
@siestitrokot38433 жыл бұрын
Great demo! Thank you!
@Gojam123 жыл бұрын
Good practical and usable explanation
@heshamabdo60242 жыл бұрын
Thank you so much for this video
@andrewfedorov9198 Жыл бұрын
Well. I got the examples but I didn't get the main idea why do we need this "IEnumerable" thing? To treat List and int array with the same function? At the end they both are so we can collect List values to array first and just make a function to work only with arrays. Or array to list. Because they both are . So why do we need all of this?
@shubhangimane85563 жыл бұрын
nice video
@DanFlakes3 жыл бұрын
Thanks for clearing it up!
@RealityCheck6T93 жыл бұрын
Good video thanks
@danielbereketsiyum825 Жыл бұрын
Can we consider this as runtime polymorphism, because the IEnumerable interface is holding different array types at runtime? Thank you.
@RobertoTexis-h5i Жыл бұрын
Kind of...
@nikolazagorac8634 Жыл бұрын
Great video, why can't I save it?
@Valentine-o5l2 жыл бұрын
So we use IEnumerable, when we want introduce class like array or list. Yes?
@andreashecht2723 жыл бұрын
so just a logical question: Why don't we just make dogs a public list and itterate in the foreach loop through shelter.dogs?
@TheKr0ckeR2 жыл бұрын
i have the same question in my head
@TheKr0ckeR2 жыл бұрын
Instead of going, foreach loop shelter, couldnt we just loop though => shelter.dogs in the foreach looop since its public list?
@youtischia3 жыл бұрын
Good video but can you explain why it is necessary to have 2 interfaces Ienumerable and Ienumerator ? What is the need for Ienumerable when it is Ienumerator that does all the work ?
@maythesciencebewithyou2 жыл бұрын
from what I've heard, it's because when C# came out it didn't have generics yet and they built it on that.
@oblivion37993 жыл бұрын
Thank you ... you didn't cover anything necessary about it ... Very elementary ... but It helpful yet
@malcox52183 жыл бұрын
7:38
@stbny44442 жыл бұрын
was following until you called dogs.GetEnumerator(). This function was never defined. What does GetEnumerator() actually do? Where's the implementation?
@Mike-tb9xq2 жыл бұрын
Why couldn't you just use shelter.dogs in your foreach loop?
@melone28483 жыл бұрын
Kartoffelsalat
@thomasjust2663 Жыл бұрын
The cartons and images seriously detract from the usefulness of the video, also by having the IDE do the work, you are actually are creating programmers who don't know truly what they are doing, thumbs down and I would recommend anyone from staying away from your courses
@muhammedozalp2 жыл бұрын
I am just at the beginning of the video. But please remove that weird animations if your target audience is not under 5 years old kids. They are so distracting.
@oladipotimothy60072 жыл бұрын
loosen up 😀
@RobertoTexis-h5i Жыл бұрын
Books exists though, you can use them and surely don't gonna find any animation within...