MVC Overview
Abstract: This article gives an overview of MVC# – a Model-View-Presenter framework for .NET platform. It firstly explains the MVP pattern essentials and then walks through the key features of the MVC# framework which help building true MVP-based solutions.
What is Model-View-Presenter?
3-tier architecture
MVC and MVP patterns
Why using MVC#?
1. Views and controllers get connected automatically
2. Multiple GUI platforms supported
3. Platform-independent navigation to views
4. Tasks concept
Conclusion