hijack===
this is why i cant get going in .net
System::Windows::Forms::MessageBoxButtons::OKCancel
System::Xml::Serialization::XmlSerializer
and those arent even that bad...
god i really gotta just jump into it.
maybe i can really screw myself up and PHP.net
hijack===
These can be reduced by using, for example;
using namespace System::Windows::Forms;
You can then refer to MessageBoxButtons::OKCancel
using namespace System::Xml::Serialization;
would allow you to change System::Xml::Serialization::XmlSerializer to just XmlSerializer
Not as bad as brainfuck

Cheers,
td