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 ArticleHow 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 ArticleUse 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 ArticleCannot 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 ArticleOut with the Old...
If anyone stumbles across this old thing, my shiny new blog can be found at http://www.dottodotnet.com
View Article