Course Information
Course Overview
A Masterclass Course on Collections in C# and .NET
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.
Course Content
- 7 section(s)
- 28 lecture(s)
- Section 1 Introduction
- Section 2 Attributes
- Section 3 Common Collections
- Section 4 System.Collections.ObjectModel
- Section 5 Concurrent Collections
- Section 6 Writing Iterators
- Section 7 Conclusion
What You’ll Learn
- Have a solid and practical understanding of Collections in C# and .NET
- Jump into learning about common collections, including working with arrays, the HashSet, and the SortedSet.
Skills covered in this course
Reviews
-
HHenry Lee
Execellent! Clear, concise and easy to understand A*****
-
PPatrick Boynton
It's a great overview of the more common collections, and how and where to use them. It also appears this person knows what he is talking about, which is sometimes a rare thing when you go into an internet tutorial. The only reason I gave 4.5 and not 5, is I was hoping for more exercises, and examples but it doesn't bother me that much.
-
SSean Newman
The pacing was good and a lot of ground was covered in a short amount of time. As mentioned by another review, a demonstration of Comparer would have been great.
-
TTom Lee
The course was very well put together. I think it would be much better if we had exercises. There is a lot of material and few exercises would have driven home some of the collection types. But overall it was a very good course