Are you using Testcontainers in your tests?
Read more here:
https://www.devleader.ca/2024/02/20/testcontainers-in-asp-net-core-a-simplified-beginners-guide/
A Mistake I Made with ASP.NET Core Middleware
I once added some logging middleware… at the wrong place in the pipeline.
Result? I missed all the early failures.
Lesson: Order matters in ASP.NET Core middleware.
Put logging and error handling before your app-specific stuff.
Learned that one the hard way.
Everyone's talking about vertical slices - So here's a free project template for you.
Read more here:
https://www.devleader.ca/2023/11/03/asp-net-vertical-slice-project-template-how-to-start-easily/
https://dev.to/damikun/integrate-webhook-under-net-c-backend-4f7 - #WebHooks in #ASPnet. Nice article https://github.com/damikun. I love that it's part of a larger #monitoring in #dotNET workshop.
How can we use NUnit to test ASP.NET Core?
Read more here:
https://www.devleader.ca/2024/02/16/nunit-in-asp-net-core-what-you-need-to-get-started/
How can we use xUnit to test ASP.NET Core?
Read more here:
https://www.devleader.ca/2024/02/13/xunit-in-asp-net-core-what-you-need-to-know-to-start/
Unit testing user interfaces makes some people uncomfortable.
Read more here:
https://www.devleader.ca/2023/10/30/blazor-unit-testing-tutorial-how-to-master-practical-examples/
So, why did you skip out on those Blazor unit tests?
Read more here:
https://www.devleader.ca/2023/10/26/blazor-unit-testing-with-bunit-how-to-get-started-for-beginners/