Browsing Category
Development
9 posts
Hybrid Cache released!
Hey devs! Great news – .NET 9.0.3 just dropped a few days ago, and with it comes the long-awaited official…
03/18/2025
1 min read
Blazor .NET 9: a guide for beginners
Hello everyone! Today’s article is the first in an extensive series introducing Blazor development to…
03/17/2025
3 min read
Test APIs Directly in Visual Studio!
Recently, I had the opportunity to work on an integration project connecting my company’s system with a…
02/06/2025
4 min read
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…
01/21/2025
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…
01/21/2025
4 min read
HashSet<T> in .NET 9
What is a HashSet<T>? In .NET, a HashSet<T> is a collection that implements an unordered set of unique…
12/23/2024
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>.…
12/14/2024
3 min read
LINQ Extension Method
At the 2024 edition of Overnet’s WPC conference, I attended an insightful talk about LINQ extension…
12/14/2024
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…
12/14/2024
2 min read