Sample MVC / MVP winforms Application (Non Trivial)

前端 未结 3 1453
感动是毒
感动是毒 2021-02-06 12:41

I\'m looking for a non-trivial example of MVC/MVP implemented in Winforms (C# .NET). I searched the website but getting only trivial examples, a little more would be helpful.

3条回答
  •  广开言路
    2021-02-06 12:55

    I was working on windows form project (the project is using third party winform library not compatile with wpf) and searching for mvp best practice for winform; I found Mini SQL Query at codeplex: http://minisqlquery.codeplex.com/

    this covers winform, mvp, dependency injection with castle windsor, weifen luo docking suite, command pattern, etc

    so far this is best real working winform mvp sample for me(not too complex once you know how the components interconnected)

    ps: the castle library used is version 2.5 so if you upgrade to version 3 this project won't compile

    application screenshot

提交回复
热议问题