Browsing Category
.NET
13 posts
MediatR and AutoMapper pricing unveiled
Hey everyone, today we’re talking about news that has “shaken” the .NET developer world. A few…
18 July 2025
4 min read
Home automation into your AI agent
Hey everyone, Today I’m excited to share a fascinating project that bridges the worlds of AI and home…
6 July 2025
7 min read
MCP Server: extend Claude capabilities with .NET 9
If this is your first time landing on my site, welcome! If you’re a returning visitor, welcome back! 🙂…
3 July 2025
6 min read
Ocelot API Gateway
In modern architectures, especially those based on microservices, the API Gateway represents a fundamental…
16 May 2025
5 min read
FluentValidation
Throughout my career as a developer, I’ve built, maintained, and extended hundreds of .NET applications.…
9 May 2025
6 min read
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…
18 March 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…
17 March 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…
21 January 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…
21 January 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…
23 December 2024
2 min read