Skip to main content
  1. Tags/

Validation

Validating Inputs with FluentValidation

Deep Dive .NET · Dec 1, 2024 · 6 min read
Introduction # Validation is the one part of a request I refuse to trust anywhere but the edge. Domain objects assume they are already valid; rejecting a malformed email or a missing name belongs at the API boundary, before that data reaches a service or a repository.
Validating Inputs with FluentValidation