Menu

Tag Archives: Codebase

To Var or Not to Var
When a programming language introduces a new language feature, inevitably that feature will become central to a style debate; When to use it, when not to [...]
System.Threading.ThreadLocal equivalent for .NET 2.0 and 3.5
One of the big reasons I’ve found myself preferring C# Over Java is that C# is about a million times easier to refactor. By this, I mean that often [...]