About the author
Yet another bug found in ASP.NET.
I was working on a new project, and I had to submit the form to another form. Guess what? I couldn't.
Then, with Lutz Roeder's Reflector, I managed to trace the bug down to HtmlForm's RenderAttributes method, which reads like the code below.
Whoever wrote the following code should be fired from Microsoft!
protected override void RenderAttributes(HtmlTextWriter writer){
How to free more space on your home drive by redirecting the location for SDKs in RAD Studio
Learn the command line used to compile System.pas in Delphi
A method to design records so that they're allocated on a specific byte boundary, such as 16 bytes, 512 bytes, 4096 bytes, etc.
Learn why the map is cool in Go!