1 / 8

MVC 与 MVVM

MVC 与 MVVM. Some new UI design pattern. MVC&MVP. MVC ?. View View Model. UI Designer Developer. 不要让 View 和 Controller 耦合. MVC 在 项目 开发中的问题. 1 、 View 和 Controller 的耦合 2 、不利于 unit test 3 、 UIDesigner 和 Developer 之间的工作协调. MVVC. MVVC 的好处. 1 、解除了 View 和 Controller 的耦合

bridie
Download Presentation

MVC 与 MVVM

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MVC与MVVM Some new UI design pattern

  2. MVC&MVP

  3. MVC ? View View Model UI Designer Developer 不要让View和Controller耦合

  4. MVC在项目开发中的问题 1、View和Controller的耦合 2、不利于unit test 3、UIDesigner和Developer之间的工作协调

  5. MVVC

  6. MVVC的好处 1、解除了View和Controller的耦合 2、UI Designer更加专注于前端开发 3、更加方便的完全脱离UI的单元测试

  7. 一些有用的资料 http://www.codeproject.com/KB/WPF/TreeViewWithViewModel.aspx http://msdn.microsoft.com/en-us/magazine/dd419663.aspx

  8. thanks

More Related