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- Jul 08, 2026C# 15 Preview: Union Types and Closed Hierarchies, FinallyC# is finally getting union types. After a decade of sealed-class workarounds and OneOf packages, C# 15 ships real unions and closed hierarchies in the .NET 11 preview. Here's what they look like, when to reach for each, and the gotchas the announcement posts won't tell you about.
- csharp
- dotnet
- csharp-15
- dotnet-11
- language-features
- pattern-matching
- preview
- 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
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