Filter by Category

Thumbnail for Understanding Dependency Injection in C#

Understanding Dependency Injection in C#

Architecture.NET

Published: 2024-03-12

Learn how Dependency Injection can improve your code structure, make your applications more testableand increase flexibility. A practical overview with C# examples.

Read more
Thumbnail for Mutation Testing in .NET with Stryker

Mutation Testing in .NET with Stryker

.NET

Published: 2024-03-11

Learn how mutation testing helps evaluate the quality of your unit tests by injecting artificial bugs into your code. We’ll walk through a practical example using Stryker.NET.

Read more