compiler

c#

Compiler, It Hurts When I Do This

Here's a question that recently came up on an internal mailing list: how do I create an enum with a name that happens to be a c# keyword? I immediately knew the answer for VB.net; you use brackets to delimit the word. Public Enum test [Public] [Private]

By Jeff Atwood ·
Comments

processor

Athlon 64: Developer's Choice

I've commented on .NET compiler performance before, and I recently uncovered another Xbit Labs article that confirms my previous conclusion: For compiling .NET code, the Athlon 64 is 33% faster than a Pentium 4 of the same speed. That's a significant productivity boost for a developer.

By Jeff Atwood ·
Comments

.net

.NET Compiler Performance

After working with VB6 and "classic" ASP for so long, I got spoiled with effectively nonexistent compile times. Part of that, of course, is due to how old the environments are – or were. I remember using VB5 shortly after its release on Pentium 1 class hardware, and it

By Jeff Atwood ·
Comments