If you aren’t using any form of source control in your project then stop right now and fix this. To get up and running with Git takes a whole 10 minutes to set up, and you will have your source code up in the cloud, should your computer blow up in the future (or you absent mindedly delete an important file).
The App Builder Blog
In every UX Design project, the most important part is the requirements gathering process. This is an overview of some of the possible methods of requirements gathering.
Through a very simple (and logical I think) setup of columns and layouts, this feature allows for visual and sometimes functional grouping of column headers under a common parent.
There has been quite a bit of interest in dark themes recently. This is because more users are finding the white background of applications straining their eyes, especially when they are spending a lot of time in front of the computer screen.
Have you ever needed to create bindings to elements without knowing, or having access to, their DependencyProperty until runtime?
When creating your “Windows Modern Style UI applications” (read: Metro), one difficult aspect of the creation can be finding great icons to help keep a consistent look.
I recently had a good friend of mine send me an email asking how to dynamically generate columns based on a collection of objects with the XamDataGrid. This seems like a very common task that just about all applications will probably need to do. It’s definitely not an uncommon task.
This post will concentrate on the workspace that Blend provides when your project is in XAML.
One quick and easy way of making any application or website more usable is to identify primary actions and secondary actions. Primary actions are the most frequently used that guide the user along an intended path to complete a task.
A number of line of business applications use XamDataGrid for its rich feature set, high customizability and performance.