
.NET Core Current and Long Term Support Levels
.NET Core gives two support options: Long Term Support (LTS) and Current. .NET Core adapted behaviors similar with other open … Continue reading .NET Core Current and Long Term Support Levels
.NET Core gives two support options: Long Term Support (LTS) and Current. .NET Core adapted behaviors similar with other open … Continue reading .NET Core Current and Long Term Support Levels
A .NET guideline specifies that an application should never throw a NullReferenceException. However, many applications and libraries do. The NullReferenceException … Continue reading C# 8 & No More NullReferenceExceptions – What about legacy code?
With Visual Studio 15.7 it was planned to have Library Manager available to manage client side libraries with Web applications. … Continue reading Bower or Library Manager?
I’ve three children aged 9, 8, and 2. Just this week I’ve done programming with two classes from my 8 … Continue reading Programming with Children
The HttpClient class can be easily used in a way how it’s not meant to be. While this class is … Continue reading HTTP Client Factory with .NET Core 2.1