C# very optimisation



hi,

do you know where i can find some ebooks or websites talking about C# optimisation ?

for exemple, i just learned that ++i is faster than i++. i would like to know more about the things that can make code faster than fast.

thank you.
.