Tag Results

4 posts tagged csharp

Simple log4net configuration file

You can disable logging activity only for NHibernate, see the file below:

Of course, my application have full logging, but NHibernate error only.

Object to Dictionary conversion in C#

This class map any properties of an object into a dictionary. I have added a function for handling null property value (remove NullReferencenceException from our code!).