.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
Introduction .NET 5 brings interesting new features. In this article I will introduce you a…
Read More
Introduction In computer science and software engineering in particular, software quality is an overall assessment…
Read More
What is Polly ? Polly is a .NET resilience and transient-fault-handling library that allows developers to…
Read More
Introduction I wanted to write this article because I recently came across an interesting test…
Read More
Building a Windows service with Worker Services and .NET Core 3.1, part 1: Introduction Building…
Read More
Building a Windows service with Worker Services and .NET Core 3.1, part 1: Introduction Building…
Read More
Introduction I write a lot of HttpClient, including typed client. Since I discovered Refit I…
Read More