Category: .NET
.NET 5: How to enable .NET 5 runtime on console apps instead of .NET Core 3.1 ?
Introduction You may have noticed it already, but when you create a console application with…
Read More.NET 5: Exploring System.Net.Http.Json namespace
Introduction .NET 5 brings interesting new features. In this article I will introduce you a…
Read MoreIntegrate NDepend 2020 into your .NET Core projects
Introduction In computer science and software engineering in particular, software quality is an overall assessment…
Read MoregRPC & ASP.NET Core 3.1: Resiliency with Polly
What is Polly ? Polly is a .NET resilience and transient-fault-handling library that allows developers to…
Read MoreTips & tricks for unit testing in .NET Core 3: Mocking IHttpContextAccessor
Introduction I wanted to write this article because I recently came across an interesting test…
Read MoreBuilding a Windows service with Worker Services and .NET Core 3.1, part 2: Migrate a timed service built with TopShelf
Building a Windows service with Worker Services and .NET Core 3.1, part 1: Introduction Building…
Read More