XAML Assembly/Namespace mapping

Note: this entry has moved.

DonXML comments on a really ugly feature of XAML: processing instructions for namespace/assembly mapping?!?!?!? Well, I'm proposing another (more xml-friendly?) approach:

<my:FancyControl xmlns:my="MyAssemblyName#MyNamespaceForFancyControl">

This way, the namespace is sort of a fragment identifier inside the assembly, which makes more sense, doesn't it?

No Comments