7
shouts

MVC vs. MVP vs. MVVM - Niraj Bhatt

published 237 days, 4 hours, 4 minutes ago posted by StevesSteves 238 days, 42 minutes ago
Friday, July 24, 2009 8:09:32 AM GMT Thursday, July 23, 2009 11:31:55 AM GMT

An important FAQ. The answer actually depends on where the person is coming from. MVC is a fundamental pattern which has been tweaked quite a bit to fit into various platforms. For instance if you had asked anybody how to implement an MVC in ASP.NET (prior to release of ASP.NET MVC framework) you would get very different answers. So let’s start with basic. The common motivation behind all 3 is separation of concerns, cutting flab from UI (good for UI designers), swapping UIs (for in...

category: ASP.NET | clicked: 121 | | source: nirajrules.wordpress.com | show counter code
tags: ASP.NET, ASP.NET MVC, ASPNETMVC