Top Banner
C# Patterns: Cross-platform Dan Ardelean @danardelean [email protected]
14

C sharp day 2015 c# patterns- cross-platform

Apr 13, 2017

Download

Mobile

Dan Ardelean
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: C sharp day 2015   c# patterns- cross-platform

C# Patterns: Cross-platform

Dan [email protected]@mahiz.it

Page 2: C sharp day 2015   c# patterns- cross-platform

SHARED PROJECTS

Page 3: C sharp day 2015   c# patterns- cross-platform

COMPILAZIONE CONDIZIONALE CLASSI PARZIALI METODI PARZIALI CLASS MIRRORING

Page 4: C sharp day 2015   c# patterns- cross-platform

SHARED – CONDITIONAL COMPILATION

Page 5: C sharp day 2015   c# patterns- cross-platform

SHARED – PARTIAL CLASSES

Page 6: C sharp day 2015   c# patterns- cross-platform

SHARED – PARTIAL CLASSES

Page 7: C sharp day 2015   c# patterns- cross-platform

SHARED – CLASS MIRRORING

Page 8: C sharp day 2015   c# patterns- cross-platform

DEMO

Page 9: C sharp day 2015   c# patterns- cross-platform

PORTABLE CLASS LIBRARY

Page 10: C sharp day 2015   c# patterns- cross-platform

EVENT BASED MESSAGE BUS DEPENDENCY INJECTION CLASS MIRRORING SERVICE LOCATOR PLATFORM ABSTRACTION M.V.V.M.

Page 11: C sharp day 2015   c# patterns- cross-platform

PCL – EVENT BASED EXTENSIBILITY

Page 12: C sharp day 2015   c# patterns- cross-platform

PCL – PLATFORM ABSTRACTION

Page 13: C sharp day 2015   c# patterns- cross-platform

PCL - PATTERNS

Factory Pattern

Service Locator

Dependency Injection

Page 14: C sharp day 2015   c# patterns- cross-platform

DEMO