How to do server side validation like email address already exist and Password is incorrect
@Дмитрийсекрет-н7о7 ай бұрын
Спасибо.
@wprtube6 ай бұрын
What's the difference b/t the data annotation [Required] and `public required string...`? (Still watching...) Now I see there's a 'DataAnnotationsValidator'. I guess that's probably the difference. Still watching... Yes. I tried it and nothing happens without the annotation.
@FrankLiuSoftware6 ай бұрын
They are completely different. The required key word has nothing to do with data validation. Please search online about it.