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
Real-Time Monitoring of 300 Web Applications: A Case Study
In today’s article, I’ll share my experience developing a centralized logging system for monitoring…
03/17/2025
4 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
Store passwords in a database
Recently, I undertook the development of a small Single Sign-On (SSO) portal—a web application designed to…
01/21/2025
3 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
SOLID Programming Principles
Recently, I finished reading a fascinating book titled Clean Architecture by Robert C. Martin (widely known as…
12/23/2024
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