Server side validation.
Closed this issue · 0 comments
marcellpaganini commented
Use data annotations for common server side validation, such as: string length, min characters, email, phone format etc.
Also add a custom validator to check if a supplier with the same name is already in the database.