I miss stdafx.h :)
In some way I miss stdafx.h when I have to add the using clauses in C# code, I often use the namespaces System, System.Text, System.Collections, System.Xml then I have to write the "usings" every time I create a new class.
Then I would like to have a global using section...