Skip to content

chadatomixdev/CSharp8Features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

CSharp8Features

Project to test out the latest features released in C#8

How do you know whether a parameter you're passing or a result you're receiving can be null? With nullable reference types in C# 8.0 the answer is no longer "read the documentation": It's right there in the code, and C# will tell you when a null goes where it's not supposed to go. We'll look at the feature and how to embrace it in your own code.

About

Project to test out the latest features released in C#8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages