Skip to content

ZherebtsovAlexandr/WindowsPhone-CleanArchitecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Sample Windows Phone App with The Clean Architecture.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages