C# Equality and Hashcodes
Coding Tutorial: C# offers lots of different ways to determine if two objects are equal. Here we discuss the whole range. Source code available at: https://github.com/JasperKent/Equalit...

▶︎
C# Value Types and Reference Types

▶︎
Stackalloc and Spans

▶︎
Delegates in C# - A practical demonstration, including Action and Func

▶︎
C# 9 Records

▶︎
C# Delegates and Lambdas

▶︎
Top 10 C# Mistakes that will get you in trouble

▶︎
Turbocharged: Writing High-performance C# and .NET code, by Steve Gordon

▶︎
.NET Boxing (And Unboxing)

▶︎
Deep .NET: A Complete .NET Developer's Guide to Span with Stephen Toub and Scott Hanselman

▶︎
C# Yield Return: What is it and how does it work?

▶︎
Understanding File Descriptors in Unix/Linux

▶︎
HashMaps & Dictionaries, Explained Simply

▶︎
Why Senior Devs Build Their Own Monads

▶︎
Implementing IEnumerable

▶︎
.NET Core Garbage Collection

▶︎
CppCon 2014: Mike Acton "Data-Oriented Design and C++"

▶︎
Interfaces in C# - What they are, how to use them, and why they are so powerful.

▶︎
The Dangers of Equality in C# – Don't Make This Common Mistakes

▶︎
C# Events - Creating and Consuming Events in Your Application

▶︎
