…and now a random fact about Vin Diesel:
It takes 14 puppeteers to make Vin Diesel smile, but only 2 to make him destroy an orphanage.
It takes 14 puppeteers to make Vin Diesel smile, but only 2 to make him destroy an orphanage.
There looks like there is a freeware AJAX library for .NET 1.1. I know this stuff will be in ASP.NET 2.0, but that’s not out yet and this one is.
How to handle unhandled exceptions in Windows Forms
Eric Gunnerson’s C# Compendium : Visual Studio Debugging Slowness – Solved It looks like if you have an invalid directory in the “debug source files” list, ...
I saw a interesting post by David Kean about the performance of the nullable types in .NET 2.0. The new int? type is about 50% slower than int and the bool? ...