Skip to content

Latest commit

 

History

History
44 lines (40 loc) · 2.82 KB

File metadata and controls

44 lines (40 loc) · 2.82 KB

C# Full Course

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.


Table of Contents

  1. Fundamentals
  2. Beginning C# Collections
  3. Working with Nulls in C#
  4. Object Oriented Programming
  5. Dates and Times in .NET
  6. Interfaces
  7. LINQ Fundamentals
  8. Defensive Coding in C#
  9. C# Events, Delegates and Lambdas
  10. C# Extension Methods
  11. Getting Started with Asynchronous Programming in .NET
  12. Automated Testing with MSTest V2
  13. Getting Started with Dependency Injection in C#
  14. Concurrent Collection
  15. Tips and Traps