Back to home
Tags:validation
(All the posts with the tag "validation")
A clean way to use required value types in ASP.NET Core
Sep 17, 2023
Dealing with required non-nullable value types in input models without making your integers nullable. Using nullable ints everywhere is ugly, so what can we do?