↧
Using log4net to show NHibernate SQL in Visual Studio
I’m currently developing a web application in ASP.NET MVC and NHibernate. Since the application was very slow at some points I wanted to know which SQL queries NHibernate was executing. Since the...
View ArticlePossible solution for NHibernate many-to-many criteria
In one of my .NET projects I’m using the NHibernate library for object-relational mapping. I’m mainly using the ICriteria interface to fetch data from the database. Unfortunately I ran into a function...
View ArticleSimple logger for NHibernate 3
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...
View Article