💠Imagine: merging a Pull Request is all it takes to automatically deploy your static or single-page app to a…
Here are my finds for this week: .NET Tip/Trick: Hard Drive Speed and Visual Studio Performance (ScottGu via weblogs.asp.net). ScottGu…
At least when it comes to instantiating objects. Even in today's environment, when the typical amount of RAM on each…
Is Lines of Code a good way to measure programmer output? Background First, some background: several studies (Sackman, Erikson, and…
How often have you been told to use StringBuilder to concatenate strings in .NET? My guess is often enough. Here…