.NET and More

T07 C# 7.x Like a Boss!

03/05/2019

9:30am - 10:45am

Level: Introductory to Intermediate

Adam Tuliper

Principal Software Engineer

Microsoft

C# brings long requested features to what is already a powerful language. This new version contains many rich features that have had strong interest from the developer community. In this session, we'll explore the new features from C# 7 onwards include features such as pattern matching to do advanced comparisons with values in objects, local functions for function-in-function support (which can be better than anonymous if you understand their use cases), and tuple value types. If you thought that was pretty good with just that, there's even more. Attend this session to get a good understanding of the entire new feature set and when to use them.

You will learn:

  • C# 7.x language features
  • C# 8 language features
  • Real world examples of using C# 7 and 8 from live code samples