Dario Quintana

at blogging

NHibernate Validator 1.2 Beta2 released

Download NHibernate Validator 1.2 beta2 with sources, binaries and example here here

For use it with NHibernate 2.1 GA.

Enjoy it !

  • nefajciar

    I just want to ask (without doing proper research as I don’t have much time), can I do fluent validation of my entities?

    e.g. I am looking for a library w/o attributes (so Enterprise Validation Block is already out) as that polutes my models…

    thanks for answer, I’ll dig more if it will be positive…

  • http://darioquintana.com.ar/ Dario

    Of course it can, you should download the NHibernate Validator examples, there is a quickstart where you can dig in.
    Actually, with NHibernate Validator you can configurate using Attributes (internal to the type), Fluent & Xml (both externals to the type).