Video description
In this Collections in C# and .NET training course, expert author Jeremy McPeak will teach you how to use the collection classes in the .NET framework. This course is designed for users that are already familiar with the basic fundamentals of C# and the .NET framework.
You will start by learning about attributes, then jump into learning about common collections, including working with arrays, the HashSet, and the SortedSet. From there, Jeremy will teach you how to create your own collection with Collection, bind data with BindingList, and prevent collection modifications with ReadOnlyCollection. Finally, you will learn about concurrent collections and how to write iterators.
Once you have completed this computer based training course, you will have gained a solid understanding of what the collection classes are in the .NET framework and how to use them. Working files are included, allowing you to follow along with the author throughout the lessons.
Publisher resources
Table of contents
-
Introduction
- Welcome And What To Expect 00:02:19
- About The Author 00:01:06
-
Attributes
- What Are Attributes? 00:06:57
- Writing An Attribute Class 00:07:53
- Making Magic Happen With Reflection 00:08:36
-
Common Collections
- The Collection Interface Hierarchy 00:08:54
- Working With Arrays 00:07:10
- Super Arrays - The List 00:08:28
- The LinkedList Collection 00:06:45
- Storing Key And Value Pairs With Dictionary 00:07:49
- Binary Sorted Key Values With SortedList 00:05:04
- The HashSet 00:06:49
- The SortedSet 00:04:25
- FIFO With Queue 00:06:34
- LIFO With Stack 00:08:13
-
System.Collections.ObjectModel
- Creating Your Own Collection With Collection 00:07:57
- Binding Data With BindingList 00:07:34
- Notifications With ObservableCollection 00:05:33
- The KeyedCollection 00:05:20
- Preventing Collection Modifications With ReadOnlyCollection 00:05:45
- Using The ReadOnlyObservableCollection 00:03:38
- Concurrent Collections
-
Writing Iterators
- The IEnumerator Interface 00:05:36
- The Yield Keyword 00:06:23
- Implementing The IEnumerable Interface 00:07:38
-
Conclusion
- Wrap Up 00:01:46
Product information
- Title: Collections in C# and .NET
- Author(s):
- Release date: November 2015
- Publisher(s): Infinite Skills
- ISBN: 9781771374989
You might also like
video
Programming in C# .NET
In this computer based training course on C#.NET, teacher and author Mike McMillan introduces you to …
video
C# and .NET for Object-Oriented Programmers
How to use C# in conjunction with object-oriented design principles.
video
Hands-On Parallel Programming with C# 8 and .NET Core 3.0
With the new industry standard of increasing the processing power of machines, the concept of parallel …
video
Generics in .NET
In this Generics in .NET training course, expert author Joe Wirtley will teach you how to …