What are the most common or vicious mistakes when experienced C++ programmers develop in C#?
using Hungarian Notation and other C++ naming conventions
private int m_iMyIntField; class CWidget { ... }