Please suggest a good MVC framework for Winforms.
相关问题
- How to dynamically load partial view Via jquery aj
- How do I bind a DataGridViewComboBoxColumn to a pr
- Partial Form Class C# - Only display code view for
- Can we add four protocols to ServicePointManager.S
- How to properly handle form closing when using bac
相关文章
- Sort TreeView Automatically Upon Adding Nodes
- Where does this quality loss on Images come from?
- Forward request from servlet to jsp
- Missing partial modifier on declaration of type
- PropertyGrid - Possible to have a file/directory s
- superclass mismatch for class CommentsController (
- Why do base Windows Forms form class with generic
- How to handle the TextChanged event only when the
CAB isn't too bad
Smart Client Software Factory:
http://www.codeplex.com/smartclient
http://www.codeplex.com/CompositeWPF (MVC application block for WPF/Silverlight)
http://blogs.msdn.com/priozersk/archive/2008/11/04/mobile-mvc-framework-part-4-passing-data-between-controllers.aspx (MVC framework for .NET Compact Framework)
Regards, tamberg
http://www.mvcsharp.org/ Welcome to the MVC# home page 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.
MVC# Overview - an introduction to MVC# Framework. 10-Minute Example - a simple example of using MVC# Framework.
For more information examine the Documentation section of the website.
If you're feeling yourself ready, just proceed to the Download page.