Overview
Learn advanced C# concepts including IEnumerable, Indexer, Enumerator, Operator Overloading, Custom Casting, and Anonymous Types in this comprehensive tutorial. Explore creating custom collections, implementing indexers, overloading operators, converting objects to strings and integers, and working with anonymous types. Follow along with the provided code examples and practice exercises to enhance your C# programming skills.
Syllabus
Intro
Creating a custom collection
Indexers
Box
Overloading Operators
Overloading Example
Overload Abilities
Converting Objects to Strings
Converting Objects to Integers
Testing
Anonymous Type
Taught by
Derek Banas