Hi,
For enterprise web apps, every little bit counts.
What performance tips can you share to help programmers program more effeciently?
To start it off:
Use StringBuilders over strings since strings are Mutable (they get re-created everytime you modify them).
Avoid using Datasets as they are very bloated, using SqlReader instead.