Dotnet
2024
Telemetry-Driven API Evolution: Removing Obsolete Endpoints in ASP.NET Core
·8 mins
Dotnet
Otel
Aspire
It’s common to evolve HTTP APIs, and while it’s very easy to expose new and improved versions of a given functionality, not so much to safely obsolete and eventually remove an API.
2022
EF Core 7 is here - Welcome typed entity id 🍾
·7 mins
Ef-Core
Dotnet
Ddd
Sql
Source code
Azure WebJobs, Service Bus and Managed Identity: Lesson learned
·2 mins
Azure
Dotnet
Managed-Identity
Today I was converting some Azure webjobs to connect to Azure Service Bus using managed service identity (MSI).
2021
Integration testing with EF Core, part 2
·4 mins
Efcore
Testing
Dotnet
Docker
In the first part of this mini series, I described how I implemented integration tests with EF core and SQL Server running on top of a Docker container.
Integration testing with EF Core, part 1
·4 mins
Efcore
Testing
Dotnet
Docker
In this mini series I will go through some challenges and the solutions I applied in implementing integration testing with EF Core and SQL Server running on Docker.