Each number is a complete course which contains sessions. I needed to review C# from beginning to advanced and I thought it would be a good idea to record each session and share with other programmers, this repository contains courses projects. So you can find all sessions on my Youtube channel or click on each item in below list to watch each session individually. This list will update every time I publish a new video on Youtube.
- Fundamentals
- Beginning C# Collections
- Course Overview
- Introducing Collections and Arrays
- Importing from a Data Source into an Array
- Resizing Collections with Lists
- Storing Keyed Data with Dictionaries -- 📷 Recording ...
- Manipulating List Data
- Selecting Items Using LINQ
- Creating Collections of Collections
- Taking Collections Further
- Working with Nulls in C#
- Object Oriented Programming
- Dates and Times in .NET
- Interfaces
- LINQ Fundamentals
- Defensive Coding in C#
- C# Events, Delegates and Lambdas
- C# Extension Methods
- Getting Started with Asynchronous Programming in .NET
- Automated Testing with MSTest V2
- Getting Started with Dependency Injection in C#
- Concurrent Collection
- Tips and Traps