I suppose it's like any markup language. If you put all the styles inline, and don't use something like CSS, it can get pretty nasty. I tend to make my xaml very simple and let others to the "styling".
You can do a lot of stuff with arrays using LINQ like set operations. The cool thing is, it is very generic and will on arrays of all types (even arrays of your own objects). The LINQ syntax takes some getting used to.

Reply With Quote