WPF/XAML code generators
Do you use a code generato开发者_StackOverflow中文版r for WPF/XAML? If so, in what capacity? Is it 3rd party/in-house?
i know that XAML power toys got some code generation but i don't know what it does.
I've used the xaml export in InkScape before, which outputs vector graphics in xaml format:
http://www.inkscape.org/
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
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.
theres a good one at www.codetrigger.com that does WPF sample generation with c# code generation & domain/class models and sql stored procedures
精彩评论