MVC\MVP frameworks for WinForms

model-view-controller, mvp, winforms

Solution

Have you tried WinForms MVP?

From the CodePlex page:

Based on the excellent Web Forms MVP, WinForms MVP is a simple Model View Presenter framework for the Winforms platform.

This CodeProject article provides an introduction to using the framework.

Problem

Are there any MVC\MVP alived frameworks for WinForms? As I understand MVC# is dead. http://www.mvcsharp.org/

Original source