Back to Browse

[C#] Null Reference & Reference Types in C# | Plus Nullable Data Types & The NullReferenceException

12.0K views
Jun 12, 2017
10:14

Today you'll learn all about the Null literal and Null reference in C# We'll take a look at what a reference type is and find out what references are exactly. This is the standard Microsoft docs definition Ace. We also have a brief look at the differences between reference types and value types Then I'll explain what the 'null' literal is and discuss the 'null' reference. This features a look at the Null Reference Exception (NullReferenceException), an error you will see throughout your programming life Ace After that we'll see what a 'null-coalescing operator' (??) is. This is similar to the ternary operators we have seen before Ace, and I'll give you a quick explanation of them And finally we'll touch upon Nullable types. Here I'll give you the Microsoft docs explanation and show you examples with the 'int?' type. The Nullable type uses generics Ace, but we won't be covering those in this video. I'll also show you the 'HasValue' and 'Value' property of the type, and I'll also show you the “InvalidOperationException: Nullable object must have a value”. As always Ace, I want to thank you so much for your continued support, with your comments, ratings and subscriptions. It really means a lot to me and keeps me motivated to create these videos for you. Enjoy :) [ Info ] Email ~ [email protected] Music ~ [Lensko - Heaven] https://www.youtube.com/watch?v=T3iSD8L0MUo Subscribe ~ http://www.youtube.com/channel/UC1Ff3gOuY3FiijhhjFZmKAw?sub_confirmation=1 Share Video ~ https://youtu.be/Eg0FMAnMiT0 Channel Files Git ~ https://gitlab.com/RetroTK2/Channel-Files.git Channel Files ~ https://gitlab.com/RetroTK2/Channel-Files/repository/archive.zip?ref=Channel

Download

0 formats

No download links available.

[C#] Null Reference & Reference Types in C# | Plus Nullable Data Types & The NullReferenceException | NatokHD