Wednesday, May 23, 2007

Double post


Coding for the .NET framework has its advantages, like being able to see the internal Microsoft function calls. This came from an exception trying to read a file that didn't exist:

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

What a great parameter.

And this is a feature I guess: IIS memory leak automatic protection. It's easier than writing a good garbage collection algorithm I guess.

No comments:

Contributors