Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 701 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 701 Bytes

If there is a xml file for you and ask you to build up a application, how do you to do this impossible task? hopefully this project would help you.:)
This project is a plugin architecture according a xml file(PluginConfig.xml):
In my consider, here are my propose:

  • I would like to make this project can adapt both Winform and WPF. right now is just adapt the Winform.
  • I would like to create a server side, it can provider both core logic in service side.
  • I would like the plugin also can deploy in the server side and download by the client exe into Plugin folder.
  • thinking....

If you intersting in this project, welcome to fork it.