c#

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

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