Improving with C# 8.0
Key takeaways
- You will discover how Null Reference Exceptions is (almost) eliminated with Nullable Reference Types
- You will learn how to write more readable and less error prone code when adapting to the pattern matching changes and switch expressions
- How to write more powerful code with the changes in C# 8.0
- How asynchronous streams change the way we work with streams of data
In this session we will look at features introduced in C# 8.0, and focus on how it makes us write better and more powerful applications. You will learn how the language features have changed, or been added from the previous iteration of C# (7.0), and how this changes the way we look at building our software.