Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 730 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 730 Bytes

Purpose

The purpose of this project is to provide content for running a workshop for working with UWP development. Since UWP natively is based on XAML, this workshop focuses firstly on XAML and how the it works.

In addition to dealing with UWP and XAML it is also about applying the MVVM pattern and how you can create maintainable solutions on the UWP/XAML platform.

License

The work here is licensed under the MIT license - see the LICENSE file at the root of the repository

Getting started

In the Source folder sits a project that is pretty much empty, it has however been set up to provide a sample of how you could make use of MVVM without taking on 3rd party dependencies.

(Documentation : WORK IN PROGRESS)