FluentValidation server side validation
I am new to FluentValidation .I have a quick question. in FluentValidation
we know we have .Must function for post back validation.In there can I
apply somthing like.."some database record existing validations" ?
rather than having basic validations do some server side validation done
with rule's Must function in FluentValidation is it good idea ?
No comments:
Post a Comment