Back to Browse

Iterator Design Pattern (An Introduction for .NET Developers [.NET 6 and C# 10])

3.3K views
Dec 20, 2021
12:49

Iterator pattern is a Behavioral design pattern. The main intent of the pattern is to provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation. The previous two videos in this Design Pattern series are: 1. Factory method design pattern: https://youtu.be/CsuBXpJ8veM 2. Abstract factory design pattern: https://youtu.be/NZLk__ZR5ww 3. Builder design pattern: https://youtu.be/1bL7jX7iK0o 4. Prototype design pattern: https://youtu.be/OFwKNjnQJJ0 5. Adapter design pattern: https://youtu.be/0apTk9rBrqs 6. Bridge design pattern: https://youtu.be/664aFCwHfbo 7. Decorator design pattern: https://youtu.be/3Sq3bkbyK9w 8. Façade design pattern: https://youtu.be/99mmC3NSdio 9. Flyweight design pattern: https://youtu.be/LdQbaABMuII 10. Proxy design pattern: https://youtu.be/H11Tn-EnnT4 11. State design pattern: https://youtu.be/FhjNi7PGDaQ 12. Command design pattern: https://youtu.be/iwOxDOr2scs My GitHub URL: https://github.com/choudhurynirjhar My Blogsite URL: https://dotnetcorecentral.com/

Download

0 formats

No download links available.

Iterator Design Pattern (An Introduction for .NET Developers [.NET 6 and C# 10]) | NatokHD