Fluent Validation in MVC
What is Fluent Validation in MVC ?
1119
08-Oct-2018
Updated on 16-Oct-2018
Anonymous User
16-Oct-2018Thanks, Sanat Sir
Your answer is very helpful.
Anonymous User
11-Oct-2018"Fluent validation in MVC"...
Often the fluent validation is a validation class library for the .NET framework and it uses lambda expressions for building validation rules for your business objects. If you want to use general validation in asp.net MVC application then data annotations validation is good but in case if you want to implement complex validation then you need to use Fluent Validation.
Age Validation Method
A rule for Date of Birth
Validating EmailID (Email Address)
Etc...
All the examples above are related to "Fluent validation ".