Nullable Reference Types in C# 8 • Jon Skeet • GOTO 2019
Video Statistics and Information
Channel: GOTO Conferences
Views: 10,475
Rating: 3.9795918 out of 5
Keywords: GOTO, GOTOcon, GOTO Conference, GOTO (Software Conference), Videos for Developers, Computer Science, Programming, GOTOcph, GOTO Copenhagen, Jon Skeet, C#, C Sharp, C# 8, C Sharp 8, Nullable Reference Types, DotNet, .Net
Id: 1tpyAQZFlZY
Channel Id: undefined
Length: 50min 40sec (3040 seconds)
Published: Fri Mar 06 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
This is a talk from GOTO Copenhagen 2019 by Jon Skeet, +34,000 answers on Stack Overflow. Give the full talk abstract a read below:
The biggest feature of C# 8.0 is undoubtedly nullable reference types. Rather than trying to rush through all the new features, in this talk I'll just talk about this one. What's the point? What's the syntax? What's should you expect? What might be unexpected? I'll go into all of this and more!
What will the audience learn from this talk?
Does it feature code examples and/or live coding?
The talk will be live coding for the whole time, with samples on GitHub
[removed]
Can't find good words to comment this video. I have not known how Jon Skeet looks. I know his SO achievements, I've considered him a legend and a hero. Now I saw him and I'm... confused
Yes, Sir! I will force my daughter into coding and my son into any other job, no matter what!
That said, the talk itself was very informative, thanks.
This is awesome I tryed using these a month ago but I couldnt figure out why I was getting so many errors and the project I had in mind was written in C#7 with .net framework so I just went back to what I had to begin with.