Explore >> Select a destination


You are here

kevinmontrose.com
| | killalldefects.com
11.2 parsecs away

Travel
| | 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
9.4 parsecs away

Travel
| | 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
18.6 parsecs away

Travel
| | 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
43.6 parsecs away

Travel
|