Quantcast
Channel: neil kilbride's blog
Browsing all 25 articles
Browse latest View live

Configure log4net only once

log4net is a great logging framework with powerful levels of flexibility. This flexibility can result in complexity when used in larger systems. One key point when using log4net in complex systems is...

View Article


How to access the Call Stack C#

As methods are called, information about them are placed on the call stack. The call stack is invaluable in development work for debugging problems, but it can also be useful in other situations (e.g....

View Article


Use CSS not JavaScript for rollovers!

Why use Javascript for your rollovers when simple CSS will do? I prefer CSS over Javascript because it degrades better in non-compatible browsers in comparison to JavaScript and it's so straight...

View Article

Cannot resolve the collation conflict T-SQL

Cannot resolve the collation conflict between XXX and YYY in the equal to operation I recently got this whilst doing some SQL queries that involved joins between two fields with different (albeit very...

View Article

Out with the Old...

If anyone stumbles across this old thing, my shiny new blog can be found at http://www.dottodotnet.com

View Article

Browsing all 25 articles
Browse latest View live