I'm working on a little project at the moment which is dynamically building a WPF user interface based on a configuration file loaded when the application starts. This involves code to manually create all of the bits and pieces that are normally specified directly in a Xaml file.
One useful shortcut I've found is to leverage .NETs built in TypeConverter framework - the same technique used by the Xaml loader itself.
Recent comments
3 days 21 hours ago
3 weeks 1 day ago
3 weeks 2 days ago
4 weeks 5 days ago
4 weeks 6 days ago
9 weeks 3 days ago
10 weeks 2 days ago
10 weeks 2 days ago
10 weeks 3 days ago
12 weeks 6 days ago