Tagged Questions

1
vote
1answer
445 views

Configuring NHibernate Validator on a Burrow ASP.net Application

I'm looking for the best way to configure NHibernate Validator on a classic ASP.net app that is using NHibernate Burrow to manage NH sessions. How do I get it to register the interecptors ...
0
votes
1answer
368 views

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 ...