Codú

Adrián Bailador's Coding Profile

Avatar for Adrián Bailador

Adrián Bailador

@adrian-bailador-3he

🚀 Full-Stack Dev 👨🏻‍💻 .NET Engineer 👾 Geek & Friki 💡 Talks about #dotnet, #csharp, #azure, #visualstudio and a little bit of #nextjs.

adrianbailador.github.io

Articles (85)

Adrián Bailador9 min

Result Pattern in C#

Error handling can make or break the clarity and reliability of your code. While exceptions are powerful, using them for expected business failures leads t

0
0
Adrián Bailador5 min

Channels in C#

Learn how to build high-performance, thread-safe producer-consumer applications using System.Threading.Channels. Explore bounded and unbounded channels, bac

0
0
Adrián Bailador3 min

Task vs ValueTask in C#

A clear and practical guide to understanding Task vs ValueTask in .NET, with benchmarks, examples, rules of thumb, and real-world recommendations.

0
0
Adrián Bailador5 min

Types of Unit Tests in C#

If you're a C# developer looking to improve your code quality, unit tests are your best mate. In this guide, I'll walk you through all the types you need to

0
0
Adrián Bailador2 min

MVVM in .NET

MVVM is a powerful architectural pattern used in .NET desktop applications like WPF, MAUI, and WinUI.

0
0
Adrián Bailador4 min

Multithreading in C#

Multithreading in C# might sound intimidating at first, but once you get the hang of it, it becomes a superpower for writing responsive, efficient, and mode

0
0
Adrián Bailador3 min

Git Cherry-Pick 🍒

The `git cherry-pick` command allows you to select one or more specific commits from one branch and apply them to another without merging the entire history

0
0
Adrián Bailador3 min

Middlewares in .NET

Middlewares play a fundamental role in configuring the request processing pipeline, allowing developers to manipulate requests and responses.

0
0
Adrián Bailador2 min

Rest API in C#

An API, or Application Programming Interface, serves as the entry point into a project from external sources.

0
0
Adrián Bailador4 min

Microservices

The adoption of microservices architectures has revolutionized the way modern applications are developed and deployed.

0
0