Media Summary: There are billions of lines of production C# code out there in the world that were written prior to C# 8.0. Maybe you are responsible ... GitHub Repository (Source Code) NullReferenceExceptions ... Welcome to .Net Core Central YouTube channel. In today's video, I will walk through the new

Nullable Reference Types It S - Detailed Analysis & Overview

There are billions of lines of production C# code out there in the world that were written prior to C# 8.0. Maybe you are responsible ... GitHub Repository (Source Code) NullReferenceExceptions ... Welcome to .Net Core Central YouTube channel. In today's video, I will walk through the new In this video we begin by reviewing how static flow analysis works and what kind of warnings we wish the C# compiler would give ... Download the source code: We've all been there: You design a slick ... NULLABLES are an ESSENTIAL piece in your code when it comes to getting a CLEAN RESULT, so learning more about them

Photo Gallery

C# Language Highlights: Nullable Reference Types
Nullable Reference Types: It's Actually About Non-Nullable Reference Types
Coding Shorts: Nullable Reference Types: Or, Why Do I Need to Use the ? So Much!
C# and nullable reference types
C# Nullable reference types – No more null reference exceptions!
Nullable Reference Types 6 - Migrating Existing Code
Nullable Reference Types
Nullable reference types in C# 8
90. C# Nullable Reference Types
Nullable Reference Types and Null Operators in C#
Nullable Reference Types - The Good, The Bad, The Ugly
Working with Null in .NET 6 and C# 10
Sponsored
Sponsored
View Detailed Profile
C# Language Highlights: Nullable Reference Types

C# Language Highlights: Nullable Reference Types

Learn about the benefits of

Nullable Reference Types: It's Actually About Non-Nullable Reference Types

Nullable Reference Types: It's Actually About Non-Nullable Reference Types

Isn't `

Sponsored
Coding Shorts: Nullable Reference Types: Or, Why Do I Need to Use the ? So Much!

Coding Shorts: Nullable Reference Types: Or, Why Do I Need to Use the ? So Much!

As the C# language matures, Microsoft

C# and nullable reference types

C# and nullable reference types

Nullable reference types

C# Nullable reference types – No more null reference exceptions!

C# Nullable reference types – No more null reference exceptions!

Are you tired of

Sponsored
Nullable Reference Types 6 - Migrating Existing Code

Nullable Reference Types 6 - Migrating Existing Code

There are billions of lines of production C# code out there in the world that were written prior to C# 8.0. Maybe you are responsible ...

Nullable Reference Types

Nullable Reference Types

Nullable Reference Types

Nullable reference types in C# 8

Nullable reference types in C# 8

June Lightning Talks

90. C# Nullable Reference Types

90. C# Nullable Reference Types

GitHub Repository (Source Code) https://github.com/etrupja/100-csharp-concepts-in-100-minutes NullReferenceExceptions ...

Nullable Reference Types and Null Operators in C#

Nullable Reference Types and Null Operators in C#

New projects in C# have

Nullable Reference Types - The Good, The Bad, The Ugly

Nullable Reference Types - The Good, The Bad, The Ugly

Nullable reference types is

Working with Null in .NET 6 and C# 10

Working with Null in .NET 6 and C# 10

That includes nullable value types,

C# - Nullable Type

C# - Nullable Type

C# -

Nullable reference types in C# 8

Nullable reference types in C# 8

Welcome to .Net Core Central YouTube channel. In today's video, I will walk through the new

Nullable Reference Types 2 - Annotations

Nullable Reference Types 2 - Annotations

In this video we begin by reviewing how static flow analysis works and what kind of warnings we wish the C# compiler would give ...

How to stop worrying and adopt nullable reference types

How to stop worrying and adopt nullable reference types

Nullable reference types is

C# 10 Nullable Reference Types and Null Parameter Check Using  NET Core 6

C# 10 Nullable Reference Types and Null Parameter Check Using NET Core 6

In this video I am showing C# 10

Check If a Type is Nullable at Runtime

Check If a Type is Nullable at Runtime

Learn how to determine if a

Avoid Returning Null From Methods – There Is a Better Way To Write Them!

Avoid Returning Null From Methods – There Is a Better Way To Write Them!

Download the source code: https://www.patreon.com/posts/source-code-for-88052099 We've all been there: You design a slick ...

C# Nullables - How to CREATE and when to USE them

C# Nullables - How to CREATE and when to USE them

NULLABLES are an ESSENTIAL piece in your code when it comes to getting a CLEAN RESULT, so learning more about them

Related Video Content

Nullable value types - C# reference | Microsoft Learn information

Jan 20, 2026 · A nullable value type T? represents all values of its underlying value type T and an additional null...

Nullable type - Wikipedia information

Nullable types are a feature of some programming languages which allow a value to be set to the special value NULL...

java - @Nullable annotation usage - Stack Overflow information

If you would try to pass null without an annotation the framework would refuse to do it's job. What is more,...

Nullable types in C# - GeeksforGeeks information

Sep 6, 2025 · Suppose, in a table a column required null values, then you can use nullable type to enter null values....

Java Nullable Annotation: A Comprehensive Guide - javaspring.net information

Mar 28, 2026 · Nullable annotations are special annotations in Java that are used to indicate whether a reference...