Download NHibernate Validator 1.2 beta3 with sources, binaries and example here here For use it with NHibernate 2.1 GA. For examples and documentation see the serie of blog posts of Fabio Maulo about NHibernate Validator here
Download NHibernate Validator 1.2 beta2 with sources, binaries and example here here For use it with NHibernate 2.1 GA. Enjoy it !
Part I: Introducing NHiberate and WPF: The ChinookMediaManager Part II: Nhibernate and WPF: The core Part III: Nhibernate and WPF: Models concept Part IV : Nhibernate and WPF: ViewModels and Views In this post I will show you an easy way to handle validations in WPF. In System.ComponentModel we have...
Download binaries, source and examples here Read the release notes of this release here: Remember you can see examples in our quickstart. This release of NHibernate Validator is ready to use it with NHibernate 2.1GA.
This release of NHibernate Validator is for use it with NHibernate 2.1CR1. Download binaries, source and examples here: http://tinyurl.com/ph9q7a Read the release notes of this release here: http://tinyurl.com/olswlw
The NHibernate Validator Team had prepared examples to you be able to use this validation framework in a easy way. With four examples we are covering the following topics: 1) Winforms In this example you will how you can easily integrate NHibernate Validator and some helper clases with System.Windows...
Validation is one of those things that goes hand in hand with data access. I guess it is not much of surprise that one of the contrib projects for NHibernate is extensive validation support. True, there are about as many validation frameworks as there are ToDo applications, but NHibernate Validator bring...
Download the example here. Asp.Net MVC has a cool way to add validation errors from the model and display them all into the View. It’s actually using the ModelState. As you may know NHibernate Validator (NHV) is a framework to validate entities, so what about if we let the validation to the framework...