Tune logging levels in Production without recompiling code
This article first appeared in Software Development Practice, Issue 1, published by IAP (ISSN 2050-1455) Abstract When raising log events in code it can be difficult to choose a severity […]
This article first appeared in Software Development Practice, Issue 1, published by IAP (ISSN 2050-1455) Abstract When raising log events in code it can be difficult to choose a severity […]
[This is a very old article I wrote back in 2002 when I worked for a company which built MRI scanners and was subsequently bought by Oxford Instruments. The driver for […]
Microsoft Application Blocks form a collection of ready-built ‘clumps’ of code which solve common problems such as security management, data access, logging, etc. They are the tangible result of the […]
Note: This article first appeared in CVu Issue 17.5 (October 2005). CVu is the journal of ACCU, an organisation in the UK dedicated to excellence in software programming. Some links […]
This article was first published in the ACCU magazine CVu in August 2005. Reproduced here with permission. Source code for this article (in C#/.NET 1.1) is at https://github.com/matthewskelton/TransactionsWithDelegates Introduction The Delegate type […]