The true progress is when innovation is for everyone
Console.WriteLine("Quick learning bites to grow together")
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…
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…
Blazor .NET 9: a guide for beginners
Hello everyone! Today’s article is the first in an extensive series introducing Blazor development to…
Test APIs Directly in Visual Studio!
Recently, I had the opportunity to work on an integration project connecting my company’s system with a…
Store passwords in a database
Recently, I undertook the development of a small Single Sign-On (SSO) portal—a web application designed to…
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…
.NET 9 Hybrid Cache
In this article, we’ll delve into one of Microsoft’s latest innovations, currently in preview at the time of…
SOLID Programming Principles
Recently, I finished reading a fascinating book titled Clean Architecture by Robert C. Martin (widely known as…
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…
Discovering Span<T>
With .NET Core 2.1 and C# 7.2, a new type of struct was introduced: Span<T> and ReadOnlySpan<T>.…