csharpfritz / csharp_with_csharpfritz

Show notes, slides, and samples from the CSharp with CSharpFritz show
MIT License
659 stars 215 forks source link

NullReferences features #29

Closed csharpfritz closed 3 years ago

csharpfritz commented 4 years ago

Introduce and discuss NULL, NullReferenceException.

Tips, tricks, and why you NEED to use this NullReferences and nullability in your C# code

csharpfritz commented 4 years ago

Merging with #24

csharpfritz commented 3 years ago

Let's also include with this idea of markup / meta-programming the concepts around xml documentation and generating documentation for a project

csharpfritz commented 3 years ago

Covered in 0402