Collections and LINQ in C# .NET
Learn different collection types in the .NET framework and their usage in C# .NET in this online course. We'll also work with LINQ and databases.
We'll introduce C# .NET collections, explain what genericity means, and learn how to create our own generic classes.
Written by David Capka
Lesson 2
Lists with arrays in C# .NET
In this tutorial, we'll introduce the List collection, and explain how to work with the first List type in the .NET framework. All done in C# .NET.
Written by David Capka
Lesson 3
Linked Lists in C# .NET
In this tutorial, we'll look at singly and doubly linked lists, and we'll learn about the LinkedList structure, which is a part of C# .NET.
Written by David Capka
A placeholder article referring to the Multi-dimensional arrays in C# .NET article.
Written by David Capka
Lesson 5
Dictionaries and sets in C# .NET
In this tutorial, we'll introduce dictionaries and sets. We'll describe the Dictionary and HashSet classes and try them out on a few examples.
Written by David Capka
Lesson 6
Queue and stack in C# .NET
In this tutorial, we'll describe the queue and stack collections, create some examples, and learn how to use the Queue and Stack classes in C# .NET.
Written by David Capka
In this tutorial, we'll introduce the LINQ technology and the basics of data queries in C# .NET. We'll learn how it all works and make some simple queries.
Written by David Capka
In this tutorial, we'll describe LINQ providers and learn how to declare anonymous types. We'll begin with a description of LINQ syntax and grouping.
Written by David Capka
Lesson 9
LINQ operators in C# .NET
We'll describe more LINQ operators, which we use in queries in C# .NET. In this tutorial, we'll look at take, skip, distinct, union, intersect, and except.
Written by David Capka
Lesson 10
More on LINQ operators
We'll describe some more LINQ operators which you can use in LINQ queries in C# .NET. These will be first, last, range, repeat, any, all, sum, min and max.
Written by David Capka
In this tutorial, we'll finish up with operators. We'll go over Concat, SequenceEqual, and Join. We will also take a look at deferred execution.
Written by David Capka
C# .NET Community Projects - Collections and LINQ
Section 0 Items
A collection of C# .NET apps using collections with source codes from local members. Sources are not verified as in the courses and their quality may vary.