Back to home
Tags:asp.net core
(All the posts with the tag "asp.net core")
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?