The other day Lindsay Rutter with Microsoft did a webcast on the Enterprise Library. I've used the exception handling block in a few projects, but my opinion had been that the library was bloated and was low on my priority list of technologies to investigate. The talk on dependency injection in the webcast changed my mind. I immediately got a return on my investment as I wanted a more flexible method for tracing then what is offered from the Trace class in the System.Diagnostics namespace. And most ......