Platform abstractionSeparate UI and logic.

Slides:



Advertisements
Similar presentations
Expression Blend 4 – deep dive
Advertisements

Silverlight is dead! Long live MVVM!
Prism for Windows 8.1 (Building maintainable Windows Store Apps)
Developing HTML5 Application using MVVM pattern Pekka Ylenius.
UI Application Logic Out of the box approach View ViewModel Model Model-View-ViewModel (MVVM)
USING THE MODEL-VIEW- VIEWMODEL PATTERN Laurent Bugnion Director, User Experience Integration IdentityMine
Lessons learned from developing a Windows 8 Metro application in C# Frode Nilsen Nilsen Labs Ticki.
Wireless: WDDPublic Follow along with the code: (or download the Join Me app.
Practical MVVM Joel Cochran.
CROSS PLATFORM DEVELOPMENT WITH MVVM CROSS By Ken Tucker.
An Introduction to the Model-View-ViewModel Pattern Srsly? Another MV* Pattern? Srsly? Another MV* Pattern?
Essentials of Developing Windows Phone Apps Chinthaka Dissanayake Tech Lead Exilesoft.
Laurent Bugnion Senior User Experience Integrator IdentityMine
WPF MVVM Training Michael Sync (Silverlight MVP).
Microsoft Focus & Expertise We have a world-class team of Microsoft experts that can make any other platform integrate better with an existing enterprise.
A Good UX How To Make It Happen EAE 4023, UNITE 2010 Tuesday, 9:15 am May 25 th 2010 Niels Gebauer Director Client Tools Consultancy
Laurent Bugnion Director, UX MVVM Powers Silverlight Development.
An introduction to. Introductions  I’m Rob Fonseca-Ensor  A Solution Architect at Infusion  I run the Canary Wharf.NET User Group  I blog at
Design Patterns for MVVM Unit Testing & Testability Benjamin Day.
Real world Windows Phone development Igor
Building Silverlight Applications Using the MVVM pattern An Introduction by Peter Messenger Senior Developer – Qmastor
Shailen Sukul Senior Solutions Architect EMC BSc | Mct | Mcpd (.Net 2/3.5) | Mcts (Sharepoint (MOSS/WSS), Biztalk, Web, Win, Dist Apps) | Mcsd.NET | Mcsd.
Joe xamlcoder.com/blog Silverlight / WPF Consultant.
Feb 6-7, 2104 Hyatt Residency Bellevue. Jeff Blucher.

Test and Lab Manager Manual Testing Layer Diagram UML Modeling Load Testing Web Testing Test Case Management IntelliTrace™ Architecture Explorer Test.
Xamarin.Forms. Xamarin.Forms v. Standard Xamarin Architecture iOS C# UI Android C# UI Windows C# UI Shared App Logic Xamarin.Forms Standard Xamarin.Forms.
@benday #vslive Better Unit Tests through Design Patterns: Repository, Adapter, Mocks, and more… Benjamin
00 Cross Platform Development with Mono Connect at #wp7au.
Test Friendly RCP Development © 2008 Incremental Ltd.; made available under the EPL v1.0 TEST FRIENDLY RCP DEVELOPMENT Mike Evans, Incremental Ltd.
Building WPF Line of Business Applications Kiril Matev Senior Technical Evangelist, Infragistics
Nikhil Kothari Software Architect Microsoft Corporation Session Code: WUX312.
Canopy walk through Single-Page Apps (SPAs) Benjamin Howarth Freelancer, Code Gecko Umbraco UK Festival, Fri 30 th Oct 2015 CODE GECKO.
Strategic Security, Inc. © Time To Learn How To Program.
WINDOWS PHONE 7.5 “MANGO” ADVANCED Laurent Bugnion Director of UX Integration IdentityMine
Windows 10 UWP MVVM In Depth
Overview of the MVVM pattern for Silverlight and WPF.
Getting Started with Aurelia
04 |Sharing Code Between Windows 8 and Windows Phone 8 in Visual Studio Ben Riga
Data Binding Without INotifyPropertyChanged Image Credit:
Model View ViewModel Architecture. MVVM Architecture components.
Developing for Windows 8/WinRT Session 10 Kevin Stumpf Introduction to Interknowlogy’s WinRT MVVM Framework.
05 | Xamarin Forms, kódosztási technikák Farkas Bálint | Technical Evangelist | Microsoft.
Windows 8 apps and the MVVM pattern SILVERLIGHTSHOW.NET WEBINARS SERIES GILL CLEEREN, October 16 th
© Copyright SELA software & Education Labs Ltd Baruch Hirsch St.Bnei Brak Israel
/DEV/TM #1 Building Cross-Platform Apps with Xamarin and MvvmCross Flavius-Radu DEMIAN.
Benjamin Unit Testing & Test-Driven Development for Mere Mortals.
The cutting edge event for ITPros and Devs December 7-8, 2013 Athens, Greece Fix it once use it everywhere Elias Markelis MCT, Windows Phone Enthusiast.
Adam Schultz MVVM and WPF. MVVM Model, View, ViewModel A software architecture designed to separate out User Interface design, Business Logic, and Data.
MVVM Made Simple with Prism
Android UG - #15 Agenda: Android news from the last month
Build Windows 10 UWP MVVM Apps with Prism
Building Web Applications with Microsoft ASP
android architecture components with mvvm
Ish COD small business solutions 1.
JS301 Week 4 Knockout and Objects.
Mobile App ux/ ui design In High Quality.
Introduction to the MVVM Pattern
What?   Accounts Accounts subscription Azure Pass Code Azure Pass Code.
Using MVVM* Design Pattern in Reproducible Research with Rmarkdown
Rich single page applications with SharePoint
Jordan Knight Solution Architect - Xamling
What’s new for Windows 8 Devs Part 2
Build /23/2019 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
XAML Deep Dive for Windows & Windows Phone Apps Jump Start
Architecting Silverlight Applications with MVVM
Faster testing with Kotlin. Android case.
Bringing existing managed code into Metro style apps
Data/Code driven UI with WPF part 1
An Introduction to the Model-View-ViewModel Pattern
Presentation transcript:

Platform abstractionSeparate UI and logic

Platform abstractionSeparate UI and logic

Platform abstractionSeparate UI and logicShare code

UI Application Logic General architectural approach

View ViewModel Model Databinds References Model-View-ViewModel (MVVM)

View ViewModel Model Platform specific Portable/Common

Platform abstractionSeparate UI and logicShare code

Platform abstractionSeparate UI and logicShare code

Platform abstractionSeparate UI and logicShare code