Tag Archives: .NET

How to download .NET Reflector 6 for free

If you like, you can skip the introduction and jump to Downloading .NET Reflector. A brief history of .NET Reflector In the beginning In case you somehow missed it, .NET Reflector is a class browser, analyzer, and decompiler for .NET … Continue reading

Posted in Articles | Tagged , , | 3 Comments

The Legend of FinkyPieheimer@zoobatz.com

Occasionally, you want a quick disposable email address for registering on suspicious websites, or in my case, for testing your own website’s registration system. While there are several options, I use Mailinator because you don’t need to set up anything … Continue reading

Posted in Articles | Tagged | 1 Comment

Announcing Manta

It’s taken much too long, but I’ve finally created an online project for Manta, which until recently didn’t even have an official name. Manta is an open source .NET library that currently features a variety of I/O- and web-related classes … Continue reading

Posted in Articles | Tagged , , | Leave a comment

Crouching Enumerator, Hidden Boxing

A few months ago, I was playing around with a simple C# permutation generator to build a word list, with each character position having its own list of characters to iterate through: Oddly, I was getting a compilation error on … Continue reading

Posted in Articles | Tagged , | Leave a comment

The Joy of ASP.NET, Visual Studio and Proxies

Some time ago, the web project I was working on started refusing to open. Every time I tried to reload the ASP.NET project, Visual Studio (In this case, VS.NET 2003, but it may affect 2005 and 2008) gave a strange … Continue reading

Posted in Articles | Tagged , , | Leave a comment