Okay so in the last two weeks or so I have been developing some code that generates a pivot-table with x, y and z axis by using a datareader and generics. A datareader is a forward-only datareader, in other words the data is simply ‘relayed’ so-to-speak to wherever and this works just great for the [...]
Continue reading about Where C# code is a better option than a stored procedure