Sample MVC / MVP winforms Application (Non Trivial)

前端 未结 3 1394
感动是毒
感动是毒 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 13:03

    This project covers a lot more than just the forms - it demonstrates CQRS and EventSourcing amongst others, but also uses MVP (Simple View type) for it's UI:

    It is designed to be a demo application and there is a lot of information in his blog about it too (links in his readme.txt on gitHub.)

    Fohjin by Mark Nijof

提交回复
热议问题