SlideShare a Scribd company logo
WP7 + MVVM




William Brander

    @WilliamBZA
http://www.WilliamB.Net
william@williamb.net
Design Patterns like a baws


     Model                View




             Controller
MVC/P is cool, but…

• What about separate model
  objects?

• How do objects
  communicate?

• Hard to test – tightly coupled!
Naïve MVVM
Model




        ViewModel            View




Model           Controller
Cool. Or is it?
• More testable

• Can combine multiple objects into
  one

• But all we’ve done is aggregate our
  model
A Better MVVM
                        View
DataBinding



                 Commands



                               Messaging




                ViewModel                   Controller




              Models
Caliburn.Micro
• Dependency Injection
• Messaging
• Commanding
MVVM Frameworks
•   Roll your own
•   Caliburn.Micro
•   MVVM Light
•   Atomic MVVM
Questions?




William Brander

    @WilliamBZA
http://www.WilliamB.Net
william@williamb.net

More Related Content

PDF
MVP Mix 2015 Leveraging MVVM on all Platforms
PPTX
Single page application and Framework
PPT
DesignPatternsForScalability
PPTX
Introduction To Umbraco
PDF
Ember Overview in 5 Minutes
PPTX
Choosing a JavaScript Framework
PPTX
Microsoft Azure Virtual Networks
PDF
Single Page Applications
MVP Mix 2015 Leveraging MVVM on all Platforms
Single page application and Framework
DesignPatternsForScalability
Introduction To Umbraco
Ember Overview in 5 Minutes
Choosing a JavaScript Framework
Microsoft Azure Virtual Networks
Single Page Applications

What's hot (8)

PPTX
6 web development trends to follow in 2021
PDF
Validation
PPTX
NodeCommerce
PPT
Single Page Application presentation
PPTX
Up and Running Quickly with Vue.js
PPTX
ASP.NET MVC for Begineers
DOCX
PPTX
Mvvm knockout vs angular
6 web development trends to follow in 2021
Validation
NodeCommerce
Single Page Application presentation
Up and Running Quickly with Vue.js
ASP.NET MVC for Begineers
Mvvm knockout vs angular
Ad

Similar to Wp7 + mvvm (20)

PPTX
Understanding The MVVM Pattern (TechDays Belgium)
PPTX
MVVM - Model View ViewModel
PPTX
Training: MVVM Pattern
PDF
How I Accidentally Discovered MVVM
PPTX
Using mvvm inside mvc in domain driven design
PPTX
Advanced MVVM in Windows 8
PPTX
UI Design Patterns
PPTX
Adopting MVVM
ODP
Design Patterns in ZK: Java MVVM as Model-View-Binder
PDF
MvvmCross Seminar
PDF
MvvmCross Introduction
PPTX
MVVM In Use
PPTX
MVVM ( Model View ViewModel )
PPT
MVVM frameworks
PPTX
Mobile development strategies with MVVM
PPTX
Applied MVVM in Windows 8 apps: not your typical MVVM session!
PDF
Portable Class Libraries and MVVM
PPTX
Introduction to MVVM Framework
PPTX
MVVM with WPF
 
Understanding The MVVM Pattern (TechDays Belgium)
MVVM - Model View ViewModel
Training: MVVM Pattern
How I Accidentally Discovered MVVM
Using mvvm inside mvc in domain driven design
Advanced MVVM in Windows 8
UI Design Patterns
Adopting MVVM
Design Patterns in ZK: Java MVVM as Model-View-Binder
MvvmCross Seminar
MvvmCross Introduction
MVVM In Use
MVVM ( Model View ViewModel )
MVVM frameworks
Mobile development strategies with MVVM
Applied MVVM in Windows 8 apps: not your typical MVVM session!
Portable Class Libraries and MVVM
Introduction to MVVM Framework
MVVM with WPF
 
Ad

Recently uploaded (20)

PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Electronic commerce courselecture one. Pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
Big Data Technologies - Introduction.pptx
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
Spectroscopy.pptx food analysis technology
PPTX
MYSQL Presentation for SQL database connectivity
PDF
cuic standard and advanced reporting.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
A Presentation on Artificial Intelligence
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Spectral efficient network and resource selection model in 5G networks
Digital-Transformation-Roadmap-for-Companies.pptx
20250228 LYD VKU AI Blended-Learning.pptx
Electronic commerce courselecture one. Pdf
Review of recent advances in non-invasive hemoglobin estimation
Dropbox Q2 2025 Financial Results & Investor Presentation
Big Data Technologies - Introduction.pptx
“AI and Expert System Decision Support & Business Intelligence Systems”
Spectroscopy.pptx food analysis technology
MYSQL Presentation for SQL database connectivity
cuic standard and advanced reporting.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
The Rise and Fall of 3GPP – Time for a Sabbatical?
The AUB Centre for AI in Media Proposal.docx
Chapter 3 Spatial Domain Image Processing.pdf
MIND Revenue Release Quarter 2 2025 Press Release
A Presentation on Artificial Intelligence
Reach Out and Touch Someone: Haptics and Empathic Computing

Wp7 + mvvm