.NET

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…

19 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…

19 years ago

Google Co-op

Google Co-op allows you to create customized search engines to fit your search interests. .NET developers, you may want to…

19 years ago

Debugging Oracle PL/SQL from Visual Studio

I have not tried this myself but there is now a way to debug Oracle PL/SQL from Visual Studio. Have…

19 years ago

Stop Your .NET Managed Memory from Taking a Leak

It's been a while since my last post... I have been very busy with wrapping the latest development project at…

19 years ago