ASP.NET Core 8 MVC model validation – [Required] vs nullable type indicator
I’m trying to understand how model validation works as I finalize the design on my website using ASP.NET Core 8 MVC in Visual Studio. I’ve read several tutorials and posts on here, but the behavior I’m seeing doesn’t seem to match what I was expecting.