Browsing Category
Development
6 posts
Managing JWT Tokens with Polly
In this article, I want to share how I tackled the management of a JWT token during an integration project with…
5 min read
.NET 9 Hybrid Cache
In this article, we’ll delve into one of Microsoft’s latest innovations, currently in preview at the time of…
4 min read
HashSet in .NET 9
What is a HashSet<T>? In .NET, a HashSet<T> is a collection that implements an unordered set of unique…
2 min read
Discovering Span<T>
With .NET Core 2.1 and C# 7.2, a new type of struct was introduced: Span<T> and ReadOnlySpan<T>.…
3 min read
LINQ Extension Method
At the 2024 edition of Overnet’s WPC conference, I attended an insightful talk about LINQ extension…
3 min read
Retry failed queries with Microsoft.Data.SqlClient
In recent years, the new library Microsoft.Data.SqlClient has emerged. While initially similar to the well-known…
2 min read