Traditional Culture Encyclopedia - Weather forecast - Development of win 10 uwp weather forecast

Development of win 10 uwp weather forecast

Want to learn Win 10 UWP development, don't know where to start? Then this article may be just what you need. This article will not contain technical content, but mainly collect your opinions and suggestions, and make a simple introduction to the Win 10 development platform that we will use soon.

Win 10 universal platform

What we usually call UWP, namely Universal Windows Platform, means Universal Windows Platform. Applications developed for this platform can run on many different types of Win 10 devices at the same time, including mobile phones, tablets, PCs (notebooks and desktops), even Xbox One and Hololens, as well as various Internet of Things devices.

The generality here is the "generality" of the source code, and developers still need to compile different versions for different platform devices. In fact, the concept of universal application was born in WP8. 1, but in Win 10, both logic code and UI code can be used to the greatest extent.

Development framework and language

For a long time, even now, the popular development methods on Windows desktop platform are MFC framework and WinForm/WPF framework provided by Microsoft. The former is C++ encapsulation of Windows API, and the latter is. NET, and developed in C# language. In Win8, Microsoft introduced a brand-new application architecture, namely WinRT, and extended it to Win 10 (including Win 10 Mobile), which was specially used to develop Windows App Store applications. It supports development using C++, C#, VB.NET and even JavaScript.