Skip to content
Radu Martin edited this page Dec 28, 2017 · 5 revisions

The Universal Windows Platform is a great idea by Microsoft (with "blackjack and technologies") that allows to develop desktop applications for different devices, such as Desktops, Phones, Xboxs, HoloLens and Surfaces. Microsoft offers a variety of technologies for developers, most of them are open-source and can be found on github. Also, SQLite is the recommended database for creating local storage in the UWP applications and Entity Framework Core has been introduced for it.

Basically, the development of UWP applications is similar to the development of WPF applications based on the MVVM template.

Clone this wiki locally