RSS

Blog posts tagged with 'Validation Rules'

Use of FluentValidation for creating a sophisticated data validation framework in ASP.NET MVC

Written by Lavish Kumar

written by Lavish Kumar

Data validation is quite critical when it comes to usability and data integrity of any software or application. It helps in improving the quality of the data as well as it ensures the data consistency. Data annotations is still one of the most popular ways to do model validation in ASP.NET MVC. But, a lot of developers and projects are leaning towards Fluent Validation library these days. Why? Well, Fluent Validation is quite versatile and offers advantages.