Beginning C# 7 Collections
Almost every app requires data to be stored in collections. This course gives you a basic introduction, covering the most widely used collections – arrays, lists, and dictionaries – and gets you up to speed with querying and modifying data in them.
Collections are essential to store almost any real data in apps, but the vast number of different collections can be confusing.
In this course, Beginning C# Collections, you will gain the ability to leverage the most commonly used collections to query data.
First, you will learn how and when to use the three most widely used collections to group data together:
Author Name: Simon Robinson
Author Description:
Simon Robinson first cut his developer teeth in the early 1980s writing a scheduling system in BBC Basic(!) for his local college. Since then, his programming career has spanned industries ranging from academic research to telecoms to finance, and many computer languages such as C++, C# and Python, as well as writing front-end and back-end code for Windows and Web. He believes knowledge is to be shared, and has written or co-written more than a dozen books for professional programmers, includin… more
Table of Contents
- Course Overview
1min - Introducing Collections and Arrays
26mins - Importing from a Data Source into an Array
27mins - Resizing Collections with Lists
28mins - Storing Keyed Data with Dictionaries
26mins - Manipulating List Data
26mins - Selecting Items Using LINQ
27mins - Creating Collections of Collections
24mins - Taking Collections Further
16mins
There are no reviews yet.