11
Jun
2011
The Tuple class, which was introduced in .NET 4.0, is handy for passing short-lived objects consisting of multiple related values.
6
May
2011
DebugView is a great way to see what your code is doing while an application is running, for example to see what the code for an ASP.NET web application does while browsing the site.
23
Apr
2011
ILSpy is a free alternative to Reflector for disassembling .NET binaries. The project started as a reaction to Red Gate turning the previously free Reflector tool commercial.
27
Jan
2011
I felt that I needed to give the HttpUtility some well deserved time in the spotlight. Also thought I spend some written space on the ParseQueryString() method, a really nice feature in the System.Web.HttpUtility class that helps you parse a querystring to a NameValueCollection.