Explore >> Select a destination


You are here

endjin.com
| | codeblog.jonskeet.uk
9.8 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...
| | csharp.christiannagel.com
10.9 parsecs away

Travel
| | In older solutions I've created a service that returns all the different configurations used by different projects in a solution, e.g. URLs to APIs, connection strings, and more. Now with Azure App Configuration a service is offered by Microsoft Azure that makes this easy a lot easier: a service that can be used by your...
| | killalldefects.com
9.5 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 ...
| | grantisom.com
45.9 parsecs away

Travel
| As a software engineer, staying up-to-date with the latest developments and best practices...