Back to home
Tags:model-binding
(All the posts with the tag "model-binding")
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?