SlideShare a Scribd company logo
MVVM FRAMEWORKS
Egor Bogatov. Xamarin developer at Playtika.
Какие ваши
преимущества?
•Testability
•Developer-designer workflow
(blendability)
Is it popular?
Only for С#/XAML?
•WPF / Silverlight / WP8 / Windows
Store / WinForms / iOS / Android /
MAC
•JavaScript (Knockout, etc)
•Java (ZK)
MVVM diagram
MVVM diagram - details
MVVM frameworks
Typical MVVM Framework
•BaseViewModel
•ICommand implementations
•Behaviors
•ValueConverters
•EventAggregator
•IoC (ViewModelLocator)
•Templates, snippets
•“Donate” button
Popular MVVM
Frameworks
•MVVM Light
•Caliburn.Micro
•Simple MVVM
•ReactiveUI
•Catel
•MvvmCross
•…
MVVM Light
•BaseViewModel
•RelayCommand
•Messanger
Extra:
•EventToCommand
•SimpleIoc
Simple MVVM
•AssociateProperties
•AssociateProperties(m => m.FirstName, vm =>
vm.CustomerName);
•ViewModelDetailBase
•BeginEdit - Copy = Model.Clone()
•CancelEdit - Model = Original;
•EndEdit - Copy.CopyValuesTo(Original)
•MessageBus
•“Cross-platform”
Caliburn.Micro
• MDD – Magic Driven
Development
MVVM frameworks
MVVM frameworks
MVVM frameworks
MVVM frameworks
Caliburn.Micro: a bit more
magic
<Button Content="Let's Talk" cal:Message.Attach="
[Event MouseEnter] = [Action Talk('Hello', Name.Text)];
[Event MouseLeave] = [Action Talk('Goodbye', Name.Text)]" />
Caliburn.Micro: tombstone
public class MainPageModelStorage: StorageHandler<MainPageViewModel>
{
public override void Configure()
{
Property(x => x.Name)
.InAppSettings();
}
}
Caliburn.Micro: navigation
navigationService.UriFor<Page2ViewModel>()
.WithParam(x => x.Name, "Test")
.Navigate();
MvvmCross
•Cross-platform
•PCL ViewModels
•Plugins
MvvmCross: navigation
•%Name%ViewModel - %Name%View
•ShowViewModel<FooViewModel>(new {key = “foo”}))
FooViewModel:
public void Init(string key)
{
}
MvvmCross: tombstone
•LoadStateBundle
•SaveStateBundle
•bundle.Data[“Name”] = _name;
•bundle.Data[“Id”] = _id;
MvvmCross: plugins
•Accelerometer
•Bookmarks
•Color
•DownloadCache
•Email
•File
•Json
•JsonLocalization
•Location
•Messenger
•MethodBinding
•Network
•PhoneCall
•PictureChooser
•Reflection
•ResourceLoader
•Share
•SoundEffects
•Sqlite
•ThreadUtils
•Visibility
•WebBrowser
Text binding
Command binding

More Related Content

PPTX
Introduction to WPF and MVVM
PPTX
Mvvm basics
PPTX
XAML/C# to HTML5/JS
KEY
Sugarcoating your frontend one ViewModel at a time
PPTX
Migrating MVVM Applications to HTML5
PPTX
MVVM Design Pattern NDC2009
PPT
Inland Empire .NET User's Group Silverlight Class
PPTX
Training: MVVM Pattern
Introduction to WPF and MVVM
Mvvm basics
XAML/C# to HTML5/JS
Sugarcoating your frontend one ViewModel at a time
Migrating MVVM Applications to HTML5
MVVM Design Pattern NDC2009
Inland Empire .NET User's Group Silverlight Class
Training: MVVM Pattern

What's hot (20)

PPTX
MVVM - Model View ViewModel
PPTX
Modern Applications With Asp.net Core 5 and Vue JS 3
PPTX
A Smooth Transition to HTML5 Using MVVM
PDF
Evaluating and Choosing ZK Framework
PDF
Gemeinsame View-Models mit XAML Technologien
PPTX
A Smooth Transition to HTML5
PPTX
Vue js for beginner
PPTX
Single page application and Framework
PPTX
React - поглянемо по іншому на V в MVC
PPTX
C# everywhere - Building Cross-Platform Apps with Xamarin and MvvmCross
PDF
Introduction To Single Page Application
PPT
PPTX
Cross-platform Apps using Xamarin and MvvmCross - Martijn van Dijk - Codemoti...
PPTX
Making Single Page Applications (SPA) faster
PDF
Single page applications
PPTX
Understanding The MVVM Pattern (TechDays Belgium)
PDF
MvvmCross Seminar
PPTX
MVVM Windows UWP apps with Template 10
PPSX
Web technologies practical guide
PPTX
Single Page Application (SPA) using AngularJS
MVVM - Model View ViewModel
Modern Applications With Asp.net Core 5 and Vue JS 3
A Smooth Transition to HTML5 Using MVVM
Evaluating and Choosing ZK Framework
Gemeinsame View-Models mit XAML Technologien
A Smooth Transition to HTML5
Vue js for beginner
Single page application and Framework
React - поглянемо по іншому на V в MVC
C# everywhere - Building Cross-Platform Apps with Xamarin and MvvmCross
Introduction To Single Page Application
Cross-platform Apps using Xamarin and MvvmCross - Martijn van Dijk - Codemoti...
Making Single Page Applications (SPA) faster
Single page applications
Understanding The MVVM Pattern (TechDays Belgium)
MvvmCross Seminar
MVVM Windows UWP apps with Template 10
Web technologies practical guide
Single Page Application (SPA) using AngularJS
Ad

Similar to MVVM frameworks (20)

PDF
An introduction to knockout.js
PPTX
C# everywhere - Building Cross-Platform Apps with Xamarin and MvvmCross
PPTX
Ankor Presentation @ JavaOne San Francisco September 2014
PPTX
MV* presentation frameworks in Javascript: en garde, pret, allez!
PDF
MVP Mix 2015 Leveraging MVVM on all Platforms
PDF
Awesome html with ujs, jQuery and coffeescript
PPTX
Introduction to web application development with Vue (for absolute beginners)...
PPTX
JavaOne2016 - How to Generate Customized Java 8 Code from Your Database [TUT4...
PPTX
How to JavaOne 2016 - Generate Customized Java 8 Code from Your Database [TUT...
PPTX
Welcome to Wijmo 5
PPTX
Building databound JavaScript apps with Knockoutjs
PPTX
Modern ASP.NET Webskills
PPTX
WPF For Beginners - Learn in 3 days
PDF
Intro to emberjs
PDF
Threads Needles Stacks Heaps - Java edition
PPTX
Windows Store Apps: Tips & Tricks
PDF
Embedding V8 in Android apps with Ejecta-V8
PDF
How I learned to stop worrying and love embedding JavaScript
PDF
Node.js for .NET Developers
PDF
CodeParadise Running Smalltalk apps in a JavaScript environment
An introduction to knockout.js
C# everywhere - Building Cross-Platform Apps with Xamarin and MvvmCross
Ankor Presentation @ JavaOne San Francisco September 2014
MV* presentation frameworks in Javascript: en garde, pret, allez!
MVP Mix 2015 Leveraging MVVM on all Platforms
Awesome html with ujs, jQuery and coffeescript
Introduction to web application development with Vue (for absolute beginners)...
JavaOne2016 - How to Generate Customized Java 8 Code from Your Database [TUT4...
How to JavaOne 2016 - Generate Customized Java 8 Code from Your Database [TUT...
Welcome to Wijmo 5
Building databound JavaScript apps with Knockoutjs
Modern ASP.NET Webskills
WPF For Beginners - Learn in 3 days
Intro to emberjs
Threads Needles Stacks Heaps - Java edition
Windows Store Apps: Tips & Tricks
Embedding V8 in Android apps with Ejecta-V8
How I learned to stop worrying and love embedding JavaScript
Node.js for .NET Developers
CodeParadise Running Smalltalk apps in a JavaScript environment
Ad

Recently uploaded (20)

PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
top salesforce developer skills in 2025.pdf
PDF
Cost to Outsource Software Development in 2025
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Digital Systems & Binary Numbers (comprehensive )
PPTX
L1 - Introduction to python Backend.pptx
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
CHAPTER 2 - PM Management and IT Context
PPTX
history of c programming in notes for students .pptx
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
medical staffing services at VALiNTRY
PDF
Nekopoi APK 2025 free lastest update
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
System and Network Administration Chapter 2
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
Designing Intelligence for the Shop Floor.pdf
PTS Company Brochure 2025 (1).pdf.......
top salesforce developer skills in 2025.pdf
Cost to Outsource Software Development in 2025
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Digital Systems & Binary Numbers (comprehensive )
L1 - Introduction to python Backend.pptx
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
CHAPTER 2 - PM Management and IT Context
history of c programming in notes for students .pptx
How to Choose the Right IT Partner for Your Business in Malaysia
Design an Analysis of Algorithms I-SECS-1021-03
medical staffing services at VALiNTRY
Nekopoi APK 2025 free lastest update
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
System and Network Administration Chapter 2
Odoo Companies in India – Driving Business Transformation.pdf
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Odoo POS Development Services by CandidRoot Solutions
Designing Intelligence for the Shop Floor.pdf

MVVM frameworks