nhibernate-validator
How to get interpolated message in NHibernate.Validator
I\'m trying to integrate NHibernate.Validator with ASP.NET MVC client side validations, and the only problem I found is that I simply can\'t convert the non-interpolated message to a human-readable on[详细]
2022-12-27 03:00 分类:问答xVal Date Validation with Nhibernate Validator
I am using xVal with NHibernate Validator and I have a hard time to validate the dates. First, NHibernate does not have validation for Date/DateTime formatting (except Past and Future). Second, I tr[详细]
2022-12-16 03:13 分类:问答How to use Nhibernate Validator + NHib component + ddl
I just configured my NHibValidator. My NHibernate creates the DB schema. When I set MaxLenght=\"20\" to some property of a class then in[详细]
2022-12-13 10:11 分类:问答Switching from xVal to nHibernate Validation
I have an ASP.NET MVC project with xVal and data annotations and I need to switch to nHibernate Validation. With data annotations I had a DataAnnotationsValidationRunner and I was doing something like[详细]
2022-12-10 16:50 分类:问答NHibernate Validator - passing resource manager and key
According to the NHibernate Validator documentation here: http://nhforge.org/wikis/validator/nhibernate-validator-1-0-0-documentation.aspx[详细]
2022-12-08 04:29 分类:问答Which validation library for ASP.NET MVC?
I\'m trying to decide what validation approach to take for a new ASP.NET MVC project. (And wow there are plenty of options!)[详细]
2022-12-08 02:46 分类:问答