Posts by Nilton • 1 point
1 post
-
0
votes5
answers371
viewsA: Validate model before inserting in the database
As far as I know if you can use the validation Annotation normally in your viewsmodels, with this you will perform the validation in the request. I advise the use of ModelState.IsValid in the…