.Net.

I am working on an ASP.NET project using MVP architecture. We would like to use the object verification infrastructure in the domain, but are not familiar with the available frameworks other than the Castle.Components.Validator namespace.

Does anyone have experience with any other lightweight object validation structures. If not, what approach do you use for validation in the domain (without responding to validation of the ASP.NET validator)?

+3
source share
3 answers
+3

Fluent Validation. codeplex :

http://fluentvalidation.codeplex.com/

, (: ).

,

+1

I am not very familiar with the MVP pattern, but this guy seems to know what he is doing. Here it handles validation using MVP.

0
source

Source: https://habr.com/ru/post/1698493/


All Articles