Windows Form or WPF Prototyper

Windows Form or WPF Prototyper

Old forum URL: forums.lhotka.net/forums/t/5570.aspx


Skreen posted on Friday, October 10, 2008

Does anyone know of a basic UI prototyper for CSLA business objects? I am looking for a control that will take a business object and dynamically display and bind the properties and collections of the business object. A generic control like this could be used to perform basic prototyping of the business object.

Paul Czywczynski replied on Saturday, October 11, 2008

I can't think of anything off the top of my head that will automatically create a form based on an object. I am sure there is an obscure niche of tools out there somewhere. Something on the WPF side that might help you, XAML Power Toys.

http://karlshifflett.wordpress.com/xaml-power-toys/

I couple features of interest:

-Paul

Curelom replied on Monday, October 13, 2008

I had tried the XAML Power Toys on some of my CSLA objects and it gives me errors about not being able to reflect some properties it needs.  Have anybody been successful using it on CSLA objects?

Philip replied on Sunday, October 12, 2008

The latest version of Code Complete code generator generates full windows and WPF applications based on CSLA. The applications follow very closely the pattern in the PTracker application. It requires a database. Samples applications generated from the Northwind and PTracker databases are available at www.eurowisesoft.com.

Philip

Copyright (c) Marimer LLC