BrandGhost
← Back to Software Engineering

Software Architecture

Articles

Testing Feature Slices in C#: Unit Tests, Integration Tests, and What to Test
  • 04/21/2026
  • 5 minute read

Testing Feature Slices in C#: Unit Tests, Integration Tests, and What to Test

Learn how to test feature slices in C# effectively. Covers unit tests for handlers, integration tests with WebApplicationFactory, and when to use each testing strategy.

Read the whole article

Feature Slicing Without MediatR in C#: Plain Handlers That Actually Work
  • 04/19/2026
  • 6 minute read

Feature Slicing Without MediatR in C#: Plain Handlers That Actually Work

Learn how to implement feature slicing in C# without MediatR. Build clean, testable feature handlers using plain classes and ASP.NET Core Minimal APIs.

Read the whole article

Feature Slice Folder Structure in .NET: Organizing a Real Project
  • 04/17/2026
  • 6 minute read

Feature Slice Folder Structure in .NET: Organizing a Real Project

Learn how to design a feature slice folder structure in .NET with real-world examples, structure decisions, and guidance on handling shared code and nested features.

Read the whole article

Feature Slicing in C#: Organizing Code by Feature
  • 04/15/2026
  • 8 minute read

Feature Slicing in C#: Organizing Code by Feature

Learn what feature slicing is in C# and how to organize your .NET projects by feature instead of by layer. Practical examples using a task app, no MediatR required.

Read the whole article

An error has occurred. This application may no longer respond until reloaded. Reload