blog.javierescobar.netRethinking Mediator: Why I Opt for Simplicity in .NET ProjectsThe Mediator pattern has become almost a default choice in many .NET projects I’ve seen over the years. It promises better separation of responsibilities, cleaner controllers, lower coupling, and the idea that it is the right enterprise approach for ...Nov 11, 2025·4 min read
blog.javierescobar.netBoosting C# Performance: A Guide to BenchmarkDotNetIn the fast-paced world of software development, the need to assess the performance of algorithms or compare the efficiency of libraries is a recurring challenge. Developers often find themselves racing against tight deadlines to deliver a certain fe...Dec 3, 2023·4 min read