filmov
tv
Nullable Reference Types and Null Operators in C#
![preview_player](https://i.ytimg.com/vi/xRxcfSyMD6Y/maxresdefault.jpg)
Показать описание
New projects in C# have nullable reference types enabled by default. This helps make the intent of our code more clear, and we can catch potential null references before they happen. But things can get confusing, particularly when migrating existing projects. In this video, we will look at the safeguards that nullability provides as well as the problems we still need to watch out for ourselves. In addition, we will learn about the various null operators in C# (including null conditional, null coalescing, and null forgiving operators). These can make our code more expressive and safe.
C# Language Highlights: Nullable Reference Types
C# Nullable reference types – No more null reference exceptions!
Nullable Reference Types and Null Operators in C#
Coding Shorts: Nullable Reference Types: Or, Why Do I Need to Use the ? So Much!
Manage Nulls Like a Boss and Never Fail!
C# 10 Nullable Reference Types and Null Parameter Check Using NET Core 6
Nullable Reference Types - The Good, The Bad, The Ugly
C# and nullable reference types
How to stop worrying and adopt nullable reference types
Nullable reference types in C# 8
C# - Nullable Type
The Right Way to Check for Null in C#
[C#] Null Reference & Reference Types in C# | Plus Nullable Data Types & The NullReferenceE...
Андрей Дятлов — Nullable reference types — advanced guide
Nullable Reference Types in C# 8 • Jon Skeet • GOTO 2019
Working with Null in .NET 6 and C# 10
C#8: Nullable Reference Type Checking Primer
Avoid Returning Null From Methods – There Is a Better Way To Write Them!
Nullable Reference Types in C# - NO MORE Null Reference Exception 💥 | What's New in C# 8.0
Nullable Reference Types
C# Nullables - How to CREATE and when to USE them
Designing Nullable Reference Types in F# - Phillip Carter
Nullable reference types in C# 8
Embracing NON-NULLABLE Reference Types in C# 8.0
Комментарии