It seems NHibernate team is turning out some pretty cool new stuff at the moment:
- NH Prof(iler): Architectural Overview
- NHibernate Profiler is a real-time visual debugger allowing a development team to gain valuable insight and perspective into their practice of using NHibernate or Hibernate.
- NH Prof: NHibernate Profiler vs. Sql Profiler
- This is basically predicated on the fact that NHibernate can cache responses, so obviously DB tracing cant show what it was never called with
.
- This is basically predicated on the fact that NHibernate can cache responses, so obviously DB tracing cant show what it was never called with
- NHibernate – <natural-id/>
- Interesting use of the ‘natural id’ or ‘business id’.
- NHibernate 2.1.0Beta2
- For those are using sources, there is a new branch named : 2.1.x. All next releases of NH2.1 will be released from the branch. The trunk, stating from few minutes, will be NH3.0.0 and its target is .NET3.5 (“good bye” to .NET2.0 compatibility).
- NHibernate Cache Providers 2.1.0Beta1
- More about caching in NH can be found here: http://blogs.hibernatingrhinos.com/nhibernate/archive/2008/11/09/first-and-second-level-caching-in-nhibernate.aspx
- NHibnerate : Handling the Special Cases
If you have not looked at NHibernate now may be the time,
Gareth