.NET from the mountain

Different kinds of testing strategies with ASP.NET Core: Component tests

Want to test ASP.NET Core applications in isolation that use HTTP clients and database integrations? Then read this blog about how to build small and isolated components tests that are aimed to run tests purely on your application code

Different kind of testing strategies with ASP.NET Core: The basics

In this post we explain the different kind of tests we can make for ASP.NET Core applications, such as "component tests" and "integration test". This is the first post in a series of posts.

.NET from the mountain © 2026