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- Feb 04, 2026Bulk Operations in EF Core 10: Beyond SaveChanges()ExecuteUpdate and ExecuteDelete provide 300-500x performance improvements for bulk operations, eliminating the need to load thousands of entities into memory
- csharp
- dotnet
- efcore
- performance
- sql
- optimization
- 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
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