-
[This article was originally published on my personal blog here . I hereby grant myself permission to re-publish it on NHForge.org.] [Code for this article is available on GitHub here .] One of the new features in NHibernate 3 is the addition of a fluent API for configuring NHibernate through code. Fluent...
-
[ My blog ] Perhaps not so many people know in how many ways NH can be configured since NH2.0.0. In this post I’ll try to summarize some one before implement Loquacious configuration in NH3.0.0. Xml (default) The xml way is the most common used so only some little notes are needed here. Inside...
-
Surfing in the NET, to find some NHibernate.Validator (NHV) example, I saw that there are various things not so clear about how NHV is working. In this post I’ll try to give you a more deep explication. Class validation definition In these examples I will use the follow simple class : public class...
-
As announced in the this post NHibernate.Validator (NHV for friends) has its own embedded configuration based on fluent-interface ( Loquacious for friends). This new feature will be general-available with the next version NHV1.2.0 . The NHV configuration As test and because the new configuration is “Loquacious”...