Hi
I have an application, which performs some custom data gathering, transformation and reporting.
Currently, the only way to set up and configure all the steps is to fill some large and cumbersome WinForms screens. What I'd like to do is to make a lightweight and user-friendly visual editor, where "blocks" will show data sources, data transformation modules and visualizers and "arrows" will show the data flow...
Kind of, you know, like in SQL Server or Access you can edit SQL query text directly or through a visual editor, which might not be perfect in ALL cases, but works fine in, probably, 99% of real-life user scenarios.
And so the question is can you name a free framework or toolkit, which can help me in the GUI part of the problem? So that I don't need to write the editor, only provide the business logic behind the "blocks" and the "arrows", related to my particualr app.
Or maybe it is easily doable in WPF?