A logger is a very useful tool when developing a (web)application, especially when you’re using an object-relation mapping solution such as NHibernate or Entity Framework. In order to improve the performance of your application it is useful to analyze the SQL queries and other information (e.g. warnings, errors, caching) about the object-relation mapping. Since NHibernate [...]
Posts Tagged ‘NHibernate’
Possible solution for NHibernate many-to-many criteria
How to query an NHibernate many-to-many relationship.
Using log4net to show NHibernate SQL in Visual Studio
Configure log4net in order to show NHibernate SQL queries in Visual Studio’s console.