c#

My Article on Dotnetslackers.com: Bulk Operations Using Oracle Data Provider for .NET (ODP.NET)

My first article for Dotnetslackers.com is up. Here's an excerpt: In a typical multi-tier application, one of the biggest performance…

18 years ago

Finds of the Week – 10/24/2007

.NET Improve ODP.NET Performance (Mark A Williams, via Oracle Magazine) shows how Connection Pooling, Controlling Fetch Size, and Statement Caching…

18 years ago

StringBuilder is not always faster – Part 2 of 2

In a previous article ("StringBuilder is not always faster), I provided some quick benchmark data and gave "rules of thumb"…

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