Programming

Deploying Your Web Site to Azure Static Web Apps

💭 Imagine: merging a Pull Request is all it takes to automatically deploy your static or single-page app to a…

5 years ago

Finds of the Week – Oct 31, 2007

Here are my finds for this week: .NET Tip/Trick: Hard Drive Speed and Visual Studio Performance (ScottGu via weblogs.asp.net). ScottGu…

18 years ago

It’s OK to Be Lazy

At least when it comes to instantiating objects. Even in today's environment, when the typical amount of RAM on each…

18 years ago

A New Way to Measure Lines of Code

Is Lines of Code a good way to measure programmer output? Background First, some background: several studies (Sackman, Erikson, and…

18 years ago

StringBuilder is not always faster – Part 1 of 2

How often have you been told to use StringBuilder to concatenate strings in .NET? My guess is often enough. Here…

18 years ago