Selasa, 05 Oktober 2010

A guide to cleaner XAML with custom namespaces and prefixes (WPF/Silverlight)

IntroductionWhen working with any type of application it's a good idea to split up your solution in multiple projects (assemblies) and namespaces. As your project grows you'll see your amount of namespaces grow with it. And if you plan to use classes / controls from these namespaces in your XAML code, you'll have to declare them with the following syntax: xmlns:PREFIX="clr-namespace:NAMESPACE"An

Tidak ada komentar:

Posting Komentar