Hello, I am ...
Adrian Bailador Panero
Senior Software Engineer | .NET | C# | Azure | JS | React | AI Enthusiast
I possess solid knowledge of the entire software development lifecycle, including requirements analysis, application implementation, testing, and maintenance. I am always seeking opportunities to apply and expand my technical skills while delivering valuable and innovative solutions to software development teams.
My long-term goal is to become a Software Architect. I am continuously learning and improving my skills to achieve this objective. I strongly believe in the potential of technology to enhance business operations, and I am motivated by the opportunity to contribute to the creation of solutions that make a meaningful impact.
Recent posts
All posts- Jun 21, 2026Modernising Legacy .NET Applications Without a RewriteMost legacy .NET applications don't need a rewrite — they need a plan. Here's how to move a real enterprise codebase from .NET Framework to modern .NET without stopping feature work: async-first data access, structured logging, Polly resilience, health checks, and the strangler fig pattern done right.
- dotnet
- csharp
- architecture
- aspnetcore
- legacy
- refactoring
- production
- Jun 07, 2026Uncle Bob's Agent Pipeline: From Informal Specs to Mutation-Tested .NET CodeUncle Bob described a multi-agent pipeline where human interaction decreases at each stage — Specifier, Coder, Refactorer, Architect — transforming informal requirements into mutation-tested, property-verified code. Here's what each stage does and how to implement it in .NET.
- ai
- dotnet
- csharp
- testing
- agents
- architecture
- tdd
- mutation-testing
- Jun 02, 2026HybridCache in .NET 9: One Caching API, Stampede Protection IncludedIMemoryCache is fast but per-server. IDistributedCache is shared but slow and full of boilerplate. .NET 9's HybridCache combines both into one API — two-tier caching, built-in stampede protection and tag invalidation. Here's how to use it properly.
- dotnet
- csharp
- caching
- redis
- performance
- aspnetcore
Website build with
Performing reactivity and statefulness, special guest
SolidJS
Recent projects
All projects- Jun 21, 2026Enterprise .NET ModernisationBefore/after demo for migrating enterprise .NET apps to modern .NET — async, DI, EF Core Code First, Polly v8, health checks, Serilog, and the Strangler Fig pattern. Companion repo for the article.
- dotnet
- csharp
- architecture
- aspnetcore
- legacy
- refactoring
- Jun 07, 2026Uncle Bob's Agent Pipeline (.NET)A multi-agent pipeline — Specifier, Coder, Refactorer, Architect — that turns informal requirements into mutation-tested, property-verified .NET code. Companion repo for the article.
- ai
- dotnet
- csharp
- testing
- agents
- mutation-testing
- Jun 02, 2026HybridCache in .NET 9Two-tier caching with built-in stampede protection and tag invalidation, replacing the IMemoryCache/IDistributedCache split with one API. Companion repo for the article.
- dotnet
- csharp
- caching
- redis
- performance
- aspnetcore