Asp.net – .Net using Enum as data annotation , DTO , and DB column
I'm new to .NET, and I've been struggling with using Enum as data annotation for validation in my requests. It took me a full day to solve most of the issues, but I'm not confident that my solution is good…