Published onAugust 22, 2022C# Unit Testing with Moq: Verifying Method Calls and Exceptionscsharpunit-testingmoqtestingmockingdotnetA practical guide to using the Moq library for unit testing in C#, including how to verify method calls, handle exceptions, and test logging logic.
Published onAugust 22, 2022Project Structure and Testing in .NET Core 6 vs .NET Core 5: Unit Tests, GraphQL, and Test Server FixturesdotnetcsharptestinggraphqlunittestaspnetcoreA practical comparison of .NET Core 5 and 6 project structures, with real-world examples for unit testing, GraphQL integration, and test server fixture setup.