5 ms·
So will it be possible to develop cross platform GUI App using visual studio / ms native frameworks?
by SakiWatanabe 10y ago
So will it be possible to develop cross platform GUI App using visual studio / ms native frameworks?
- ZenoArrow 10y agoLet's put this in context. At the moment the main thing that's happened is Xamarin Studio got rebranded as Visual Studio for Mac. If you look up the features of Xamarin Studio you'll have your answer, at least based on the current features.
- tracker1 10y agoYou can reuse a lot via vs/xs if you like C#. There's support for UWP, iOS and Android, as well as libraries for GTk and Mac. I'd be more inclined to use react and Redux with electron. With Cordova to bridge to mobile. Really do like VS Code. Just my two cents.