GravatarBen Ramey's Blog
Scripture, programming problems, solutions and stories.

The Dumbest Code I Ever Wrote

Here it is, folks: some of the dumbest code I’ve ever written and I just now noticed it.

string.Concat("attachment; filename=\"", string.Concat(pagePdf.Name, ".pdf"), "\"");

Comments