Nullable Reference Types and Null Operators in C#

preview_player
Показать описание
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.

Рекомендации по теме
Комментарии
Автор

Welcome back, Jeremy. Hope you'll upload more frequently with up-to-date topic on C#. Love your way of teaching.

CRBarchager
Автор

Great presentation as always, thank you Mr. Bytes! Very happy to see you publishing again :)

davideaton
Автор

Thanks, your videos are perfectly paced and explain things very clearly. I wish you would make more videos :)

geoffw.
Автор

Always enjoy your videos. Even enjoyed attending your sessions at the one Visual Studio Live event I attended years ago.

SheldonS
Автор

Thanks My Bytes for this great video. I was wondering if the project used for the video is wpf. If is, pls can you do a video lecture on wpf. Thanks!

patrickizekor