December 2005 - Posts

Test Signing and Instrumentation
30 December 05 07:54 PM | john | 1 Comments   
Boy, I seem to spend all my time in the deep dark recesses of the CLR. OK, this post is a little bit out there; I hope someone finds it useful. There's a problem with doing instrumented profiling of applications in Visual Studio 2005 Team System that Read More...
Refactoring XmlValidatingReader in .NET 2.0
28 December 05 12:42 PM | john | 0 Comments   
I seem to have come across this several times in the past week or two, so it's worth making a note. In .NET 2.0 XmlValidatingReader is obsolete. You need to do something like the following in order to create a validating reader now: XmlReaderSettings Read More...