|
You are here |
codeblog.jonskeet.uk | ||
| | | | |
blog.cdemi.io
|
|
| | | | | One of the features being discussed for introduction in C# 8.0 is Nullable Reference Types. A proficient C# Developer might say "What?! Aren't all reference types nullable?" | |
| | | | |
kevinmontrose.com
|
|
| | | | | In the previous post I went over how Cesil has adopted all the cool, new, C# 8 things - except for the coolest new thing, nullable reference types. C#'s answer to the billion dollar mistake, I treated this new feature differently from all the rest - I intentionally delayed adopting it until Cesil was fairly... | |
| | | | |
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 ... | |
| | | | |
logr.cogley.info
|
|
| | | I usually use the static site generator called Hugo, but I am interested in this SSG called «elm-pages», which is a smart collection of elm scripts with sane defaults for site generation. ?? | ||