|
You are here |
kevinmontrose.com | ||
| | | | |
killalldefects.com
|
|
| | | | | Null reference exceptions are one of the most frequent errors encountered in.NET applications. As powerful as the framework is, it's built around a core assumption that reference types can point to null, so any code that works with a reference type needs to either know already that the object is ... | |
| | | | |
codeblog.jonskeet.uk
|
|
| | | | | Background: Noda Time and C# 8 Note: this blog post was written based on experimentation with Visual Studio 2019 preview 2.2. It's possible that some of the details here will change over time. C# 8 is nearly here. At least, it's close enough to being "here" that there are preview builds of Visual Studio 2019... | |
| | | | |
endjin.com
|
|
| | | | | The NotNull attribute enables C#8's nullable references feature to provide more useful warnings, by helping it infer information about a method argument. | |
| | | | |
bernsteinbear.com
|
|
| | | |||