Software Development

Visual Studio 2022 - Remote Testing

This post shows how Remote Testing works in Visual Studio 2022, by running and debugging a unit test in a WSL Ubuntu distribution.

Read

C# Static fields inline initialization - Be Lazy

This post explores static field inline initialization in C# and how can we have full control of the exact moment when they get initialized.

Read

Chasing a failed test in CI/CD pipeline

This post describes the troubleshooting experience of having a test failing in CI/CD pipeline, which was not easy to reproduce locally in my machine.

Read

VS 2019 on Windows - Debugging a unit test running in a Linux container

This post shows how to debug in VS 2019 on Windows a unit test running in a Linux container

Read

DDD is fancy - Are we doing it right? Should we use it?

This post is a reflection about Domain Driven Design (DDD).

Read