mas.to is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hello! mas.to is a fast, up-to-date and fun Mastodon server.

Administered by:

Server stats:

12K
active users

#ASPNet

12 posts9 participants2 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

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