Integration Testing with ASP.NET Core 3.1 - Swapping a Dependency
Looking at how you can write integration tests for your application but swapping out a 3rd party dependency
Looking at how you can write integration tests for your application but swapping out a 3rd party dependency
How to write an integration test to access your REST end point api with ASP.NET Core 3.1
How to write a basic integration test with ASP.NET Core 3.1
Exploring the multiple ways you can register your service dependencies with the new IHost found in ASP.NET Core 3 (Preview).
Refactoring to use the Decorator Design Pattern to help apply the Single Responsibility Principle.
Adding strongly typed configuration settings and injected them through dependency injection.
Starting the journey of going past the basics of beginner training resources to appy software development practices and design patterns.
Ever wanted to allow native country error messages from your ASP.NET Core api?
My first published article in DotNetCurry Nov-Dec 2018.
Started a new ASP.Net Core API application and want to default to a different route? Read on to find out how.