Proud to announce the release of this validation framework, that comes with more stability and full compliance with NHibernate 2.0.1 to use it in production. Binaries, source and examples Documentation online here Enjoy !
I know, this title sounds like: "hmm?" Let me explain it with more detail. NHibernate is a framework that use natively Xml in order to configure a mapping between objects and tables, is in charged of join these different worlds. But now, what is going wrong with this? Many people can say that...
NOTE: This post was originally published on July 4, 2008 I love NHibernate but one of the things that bothers the hell out of me is that i keep forgetting to add the virtual keyword to each method or property in my entities. And since NHibernate needs your classes' properties and methods to be virtual...