
Category: .NET


.NET: Learn LINQ as you never have before
Introduction Dear developer friends, I wanted to share with you a book that particularly amazed…
Read More
.NET 6: Enhance your gRPC client logs with a generic logging interceptor
Introduction As you might suspect, logging what is happening in your application is good practice….
Read More
.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 More
Integrate NDepend 2020 into your .NET Core projects
Introduction In computer science and software engineering in particular, software quality is an overall assessment…
Read More
gRPC & 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 More