Sunday, April 5, 2009

Apply css to buttons

This is an article on applying css styles to web form controls.
Posted by chriseyre2000 at 09:46:51 | Permalink | No Comments »

Useful website tip

This is how to make data on your website easily available to Excel. 
Posted by chriseyre2000 at 09:45:35 | Permalink | No Comments »

log4net documentation

This is a great starter article for log4net.

I recently moved an application from using the Microsoft Enterprise Application logging block to log4net.
This was caused by a problem with WCF and the EAB.  There was an odd error that appeared to claim that different versions of the EAB were in use in different locations of the system (they were not!) however replacing it with the much simpler to configure log4net solved the problem. I did add a thin wrapper class so that my code is not tied to log4net.

log4net only requires that you deploy a single dll (compared to the three for EAB) and the configuartion entries are a quater the length (and don’t need a config tool to set up).

Posted by chriseyre2000 at 09:29:20 | Permalink | No Comments »