MVC# / MVCSharp

MVC# - is a Model-View-Presenter framework for .NET platform. It allows taking advantage of the MVP pattern with minimal effort required. As a result applications gain 3-tier structure, become better structured and easier to maintain. Designed especially for WinForms, but supports WebForms, Sliverlight and .NET Compact as well.

Go to http://www.mvcsharp.org

See also these related projects.