views:

285

answers:

4

Do you use a code generator for WPF/XAML? If so, in what capacity? Is it 3rd party/in-house?

+1  A: 

I've used the xaml export in InkScape before, which outputs vector graphics in xaml format:
http://www.inkscape.org/

Joel Martinez
+1  A: 

i know that XAML power toys got some code generation but i don't know what it does.

Petoj
+1  A: 

I wrote a code generator to create a WPF UI to reflect a database, but it doesn't generate any XAML, it does it all in C#. It didn't take very long, and I'm very happy with it. Here's a screenshot.

Mike Pateras
+1 just for the content in the app. :)
jasonk