Sample MVC / MVP winforms Application (Non Trivial)

前端 未结 3 1395
感动是毒
感动是毒 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:05

    Have a look at Koossery.MVCWin. It has links to some tutorials that should provide some sample applications. In addition, it's an actual MVC framework, so it might help you get there faster.

    http://koosserymvcwin.codeplex.com/

    Also have a look at MVCSharp.

    http://mvcsharp.org/

提交回复
热议问题