How null checks have changed in C#



How null checks have changed in C#

How null checks have changed in C#

Become a Patreon and get source code access: https://www.patreon.com/nickchapsas
Check out my courses: https://nickchapsas.com

Hello everybody I’m Nick and in this video I want to talk about how null checks have changed over the different versions of C#. This won’t touch on null reference types but only focus on the == null checks.

Don’t forget to comment, like and subscribe 🙂

Social Media:
Follow me on GitHub: http://bit.ly/ChapsasGitHub
Follow me on Twitter: http://bit.ly/ChapsasTwitter
Connect on LinkedIn: http://bit.ly/ChapsasLinkedIn

Timestamps
Intro – 0:00
C# 6 – 0:48
C# 7 – 3:03
C# 8 – 9:57
C# 9 – 12:53

#dotnet #null #csharp