It this post I’d like to share experience in PostgreSQL, XPath and XML processing.
It this post I’d like to share experience in PostgreSQL, XPath and XML processing.
In my previous post I’ve provided draft implementation of bridge between NHibernate and NLog. Bridge assembly was “hard” referenced against both NHibernate and NLog assemblies. In this post I’ll provide more advanced bridge implementation which won’t be referenced against NLog assembly at all
NHibernate 3 introduces new ILoggerFactory interface which allows it to integrate with NLog (and possibly any other logging framework). This is though a bit tricky. In this article I will provide fully working integration between NHibernate 3x and NLog
Update: More advanced version is available here