FluentValidation works in a similar way to DataAnnotations. Both are server-side frameworks, but MVC is able to convert a small subset of simple rules into client-side logic (but not for all rules).
Jeremy Skinner
Sent from my iPadFrom: sampath_lokuge
1. Is Fluent Validation framework only for server side validation ?
2. If so then which framework should I used for do client side validation ?
3. B'cos MVC Data-annotation does both client and server side validation.So can't I use FV for both client and server side validation ?