Framework for Windows forms or WPF [closed]

0

Well, I'd like to know if there is any framework for Windows forms or WPF, to facilitate development.  framework that facilitates the creation of UI, and access to data.

    
asked by anonymous 26.04.2017 / 05:26

1 answer

1

Check out the Rocket Framework - Windows Form

  • It uses the Entity Framework as the backend;
  • Enables automatic linking of the data source with the interface;
  • Use Generic to minimize programming;
  • Extensive documentation is currently stable;

I knew this FrameWork through the question:
Is there any framework for Windows Forms, DB driven application development / prototyping?

    
26.04.2017 / 13:51