- Keep Tests Short and DRY with Extension Methods
- C# – How to unit test code that uses HttpClient
- How to unit test a class that consumes an HttpClient with IHttpClientFactory in ASP.NET Core?
- ASP.NET Core 2+ best practices and practical tools for testing, part 1
- ASP.NET Core 2+ best practices and practical tools for testing, part 2, Use cases
- You will never give up a unit test anymore with ExpectedObjects in .NET Core
- How to unit test private methods in .NET Core applications? (even if it’s bad)
- Mock and Unit Test HTTPClient with MessageHandler
- Unit Test or Integration Test and Why You Should Care
- Unit Test Naming Convention
- Testing Exceptions with xUnit and Actions
- UnitTest
- Clean code tips - Tests
- .NET 5 REST API Tutorial 10 - Unit Testing and TDD
- Testing Production API Endpoints with xUnit
- Exploring Fluent Assertions
- Unit Testing with ILogger
- How to get ASP.NET Core logs in the output of xUnit tests
- Create fake user for ASP.NET Core controller tests
- Different kind of testing strategies with ASP.NET Core: The basics
- Unit testing data access in ASP.NET Core
- How to test your C# Web API
- How to mock dependencies with Manifest resources
- Unit and integration testing
- Should you unit-test API/MVC controllers in ASP.NET Core?
- Unit Test and Mock HTTPContext in ASP.NET Core Controller
- Unit Test and Mock HttpContextAccessor
- TDD – Unit Testing Naming Conventions and Standards
- Tips & tricks for unit testing in .NET Core 3: Mocking IHttpContextAccessor
- How to write good unit tests: Two issues to avoid
- Unit Testing Best Practices: A checklist
- How to name your unit tests. 4 test naming conventions
- 4 common mistakes when writing your first unit tests
- Unit Testing of Web API with xUnit and Moq
- Mocking a method in the same test class using Mockito
- Clean Testing: Clean Architecture with .NET Core - Jason Taylor - NDC Sydney 2020
- C# Unit Test Mocking with Moq
- C# Unit Testing Tutorial
- C# Unit Testing Example
- EFS003: Initialize ASP.NET Core Unit Tests
- Clean Testing - Clean Architecture with .NET Core - Jason Taylor - NDC Oslo 2020
- Clean Testing: Clean Architecture with .NET Core
- Pimp your testing strategy for micro services
- Writing tests in .NET using xUnit - xUnit Tutorial
- How to unit test Minimal APIs in .NET 6 (and why it's hard)
- How To Mock HttpClient in C# Unit Tests