Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 841 Bytes

File metadata and controls

26 lines (15 loc) · 841 Bytes

WindowsPhone-CleanArchitecture

Sample Windows Phone App with The Clean Architecture.

Sources of inspiration article The Clean Architecture and Android-CleanArchitecture project.

Solution has three projects:

Data layer Windows Phone Class Library with SqLite library. Implements IPrepository from Domain layer.

Domain layer Windows Phone Class Library. Contains interfaces for repository and business logic.

Presentation layer Windows Phone App with MVVM pattern. Contains View's and ViewModel's. It's Composition Root for other layers.

The project uses Reactive Extension it is an important part of the project.