April 2008 - Posts
Some days I wonder how customers debug .NET code. I've been debugging CLR for many years using a mix of techniques (VS.NET debugger and Windbg and logging of course). To be honest I hate debugging in VS.NET, the debugger just annoys me to no end
Read More...
I'm trying to write some CLR sprocs to test out the TDS behavior of CLR sprocs versus T-SQL sprocs for TDS protocol documentation purposes. If you are not aware, we now have the TDS protocol spec on MSDN for your bedtime reading: http://msdn2.microsoft.com/en-us/library/cc448435.aspx
Read More...
Over the years, I find more and more of the Windows UI is designed to hide things like where the files are coming from, file extensions, etc... from me. Why is this? I want to see this stuff. For example, why can't I get the full path to a
Read More...