I read at C++ FAQ that ++i is better than i++ for C++.
Is there difference between ++i and i++ for C# ?
Is there difference between ++i and i++ for C# ?