.NET Forms Abstraction for WPF, Silverlight, Winforms, WebForms, etc...
Posted
by tyndall
on Stack Overflow
See other posts from Stack Overflow
or by tyndall
Published on 2010-04-19T17:04:24Z
Indexed on
2010/04/19
17:13 UTC
Read the original article
Hit count: 236
Anyone know of a project(s) that seek to abstract form definitions on level higher than WPF, Silverlight, Winforms, WebForms, etc...
I'm working on a project where we are fixing up 16 somewhat simple WebForms. But we may convert (and probably will convert to WPF or Silverlight 3 to 4 months from now.
I'd rather define these forms once and be done with it. I'm willing to write a small DSL to help define forms, subforms, validation, links, and popups. I'm only looking to solve this for 80% or 90% of the forms. Four are very complicated and I'm willing to hand code these.
I guess I'm looking for something like what XUL had hoped to be.
© Stack Overflow or respective owner