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
2010-03-22 14:53:27
+1
A:
i know that XAML power toys got some code generation but i don't know what it does.
Petoj
2010-03-22 14:53:34
+1
A:
Auto Generation of WPF Forms from SQL Server databases
Original description: http://blogs.solidq.com/EN/kspencer/Lists/Posts/Post.aspx?List=7143871b-e32e-4906-ae07-18f11d62b3fb&ID=2
2nd gen version: http://blogs.solidq.com/EN/kspencer/Lists/Posts/Post.aspx?List=7143871b-e32e-4906-ae07-18f11d62b3fb&ID=60
jasonk
2010-04-16 16:48:58
+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
2010-04-16 16:55:03
+1 just for the content in the app. :)
jasonk
2010-04-19 21:20:18