Model View Controller vs Model View Presenter
- 1 minute to read
You’ve probably heard all of the buzz around Microsoft’s new ASP.NET MVC Framework. This is a framework methodology that divides an application’s implementation into three component roles: models, views, and controllers. You’ve probably also heard about a slightly different approach called Model View Presenter (MVP). If you ever wanted...
Read more