Hello, I have created a set of CodeSmith templates to generate
Silverlight XAML page for each table (one page per each table) on the
Database,
I was trying to post them here, but I can upload attachments
I would like for you experts to review them and maybe remover CodeSmith and use T4 or by the following technique
http://betaforums.silverlight.net/forums/p/191940/444575.aspx#444575
My
templates generate the TexBoxes, or TexBlock , CheckBox accordingly
for each control depending on the field properties for example if the
field is Required the templates will generate XAML properties to change the color to the end user will know, and so on.
I use
them while I am creating my application, so I can create a more
customize controls than just dragging the DataSource onto the XAML page.
I want to share them with this forum Becasue I think that if IdeaBlade will include a GUI generator then IB will rock even more