phpc.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A server for PHP programmers & friends. Join us for discussions on the PHP programming language, frameworks, packages, tools, open source, tech, life, and more.

Administered by:

Server stats:

800
active users

#aspnet

4 posts4 participants0 posts today

Are you using Testcontainers in your tests?

Use Testcontainers in ASP NET Core testing to get better coverage -- because you'll be using *real* dependencies.

Learn how to simulate your prod dependencies, test in parallel, and the opportunity to integrate with CI/CD tools.

A great addition to your granular unit tests are larger scale tests working with real systems!

Check out the article:
devleader.ca/2024/02/20/testco

Everyone's talking about vertical slices - So here's a free project template for you.

Approaching software development by delivering thin vertical slices as well as vertical slice architecture are getting a lot of attention.

A vertical slice architecture aims to have features defined end to end through all of the layers of the application. It can be incredibly helpful, especially in ASP NET applications.

Check out this free template you can use to get started with.

Check out the article:
devleader.ca/2023/11/03/asp-ne

How can we use NUnit to test ASP.NET Core?

In this article, I explain how to leverage NUnit in ASP NET Core tests with simple code examples.

xUnit has been my preferred testing framework, but I felt like it was important to dive back into NUnit as well. While I still need to dedicate more time to it, I wanted to document some of the process so that you can see how to leverage NUnit in your ASP NET Core tests!

Check out the article:
devleader.ca/2024/02/16/nunit-