mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

15K
active users

#ASPNet

3 posts3 participants0 posts today

You've put it off for long enough now...

It's time to build your very first ASP.NET web API!

Learn how to build an ASP.NET core web API in this article! This tutorial for beginners will guide you through setting up the project to building the API endpoints.

You'll be set to build your very own web APIs going forward!

Check out the article:
devleader.ca/2023/11/13/how-to

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