Hello, I am ...
Adrian Bailador Panero
Senior Software Engineer | .NET | C# | Azure | JS
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- Jan 25, 2026LeftJoin and RightJoin in EF Core 10EF Core 10 finally introduces native LeftJoin and RightJoin LINQ operators, replacing the verbose GroupJoin + DefaultIfEmpty pattern with clean, readable code
- csharp
- dotnet
- efcore
- linq
- sql
- Jan 18, 2026Result Pattern in C#Learn how to implement the Result Pattern for cleaner error handling without exceptions. Discover when to use it, how to build it from scratch, and integrate it with ASP.NET Core Minimal APIs.
- csharp
- dotnet
- patterns
- error-handling
- functional-programming
- clean-code
- aspnetcore
- Jan 12, 2026Minimal API Validation in .NET 10Discover the new built-in validation support for Minimal APIs in .NET 10. Learn how to use DataAnnotations, custom validation attributes, and IValidatableObject without external packages.
- csharp
- dotnet
- dotnet10
- aspnetcore
- minimalapi
- validation
- dataannotations
- webapi
Website build with
Performing reactivity and statefulness, special guest
SolidJS
Recent projects
All projects- Mar 12, 2025Blog con Next.jsBlog con Next.js
- Next js
- Javascript
- Typescript
- Tailwind
- MDX
- Oct 12, 2024Wedding AppWedding App Adrian & Ana
- Next js
- Javascript
- Typescript
- Tailwind
- Css
- Apr 30, 2024Design PatternsThis repository contains a Visual Studio Code solution for implementing various design patterns in C# using .NET Core. Each design pattern is implemented in a separate console project within the solution.
- C#
- .NET