Which approach for ASP.NET MVC validatation do you prefer and why? Fluent Validation? Data annotations? Any other?
相关问题
- MVC-Routing,Why i can not ignore defaults,The matc
- Generic Generics in Managed C++
- How to Debug/Register a Permanent WMI Event Which
- 'System.Threading.ThreadAbortException' in
- Bulk update SQL Server C#
I clearly prefer Data Annotations because ...
I prefer Fluent Validation: