Click here to Skip to main content
15,888,124 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: JavaScript-driven UWP via VStudio Pin
Shao Voon Wong17-Aug-18 1:05
mvaShao Voon Wong17-Aug-18 1:05 
JokeRe: JavaScript-driven UWP via VStudio Pin
Richard Deeming17-Aug-18 7:08
mveRichard Deeming17-Aug-18 7:08 
GeneralRe: JavaScript-driven UWP via VStudio Pin
Shao Voon Wong17-Aug-18 23:24
mvaShao Voon Wong17-Aug-18 23:24 
GeneralRe: JavaScript-driven UWP via VStudio Pin
Super Lloyd18-Aug-18 8:19
Super Lloyd18-Aug-18 8:19 
GeneralRe: JavaScript-driven UWP via VStudio Pin
Shao Voon Wong21-Aug-18 4:13
mvaShao Voon Wong21-Aug-18 4:13 
GeneralRe: JavaScript-driven UWP via VStudio Pin
Sander Rossel19-Aug-18 0:00
professionalSander Rossel19-Aug-18 0:00 
GeneralRe: JavaScript-driven UWP via VStudio Pin
raddevus19-Aug-18 7:03
mvaraddevus19-Aug-18 7:03 
GeneralRe: JavaScript-driven UWP via VStudio Pin
Ryan Peden27-Aug-18 4:01
professionalRyan Peden27-Aug-18 4:01 
It's not the same thing, but MS also develops and supports React Native for Windows, which also lets you write UWP apps using JavaScript or TypeScript.

As a bonus, it also includes a WPF back-end, which would potentially allow you to publish both UWP and WPF apps from a single codebase. I think the performance of RN would likely be better than the HTML/CSS/JS UWP app, since RN is using native views for rendering instead of HTML.

Heck, without too much work you could also take your UWP/WPF app and run it on MacOS, Linux, Android, and iOS using the versions of React Native for those platforms. You'd probably need a bit of platform specific code here and there, but the majority of your code would be portable.
GeneralRe: JavaScript-driven UWP via VStudio Pin
raddevus29-Aug-18 13:31
mvaraddevus29-Aug-18 13:31 
GeneralRe: JavaScript-driven UWP via VStudio Pin
wout de zeeuw28-Aug-18 4:41
wout de zeeuw28-Aug-18 4:41 
GeneralRe: JavaScript-driven UWP via VStudio Pin
raddevus29-Aug-18 13:36
mvaraddevus29-Aug-18 13:36 
GeneralRe: JavaScript-driven UWP via VStudio Pin
BillWoodruff2-Sep-18 20:14
professionalBillWoodruff2-Sep-18 20:14 
Generalenable developer mode in Visual Studio Pin
Clifford Nelson12-Sep-18 5:21
Clifford Nelson12-Sep-18 5:21 
GeneralRe: enable developer mode in Visual Studio Pin
raddevus12-Sep-18 5:24
mvaraddevus12-Sep-18 5:24 
GeneralWhat Version Is My C# Compiler? Pin
David A. Gray13-Aug-18 15:42
David A. Gray13-Aug-18 15:42 
GeneralRe: What Version Is My C# Compiler? Pin
Richard Deeming14-Aug-18 0:42
mveRichard Deeming14-Aug-18 0:42 
GeneralRe: What Version Is My C# Compiler? Pin
David A. Gray14-Aug-18 7:19
David A. Gray14-Aug-18 7:19 
GeneralRe: What Version Is My C# Compiler? Pin
Nish Nishant21-Aug-18 9:57
sitebuilderNish Nishant21-Aug-18 9:57 
GeneralRe: What Version Is My C# Compiler? Pin
Nelek21-Aug-18 10:05
protectorNelek21-Aug-18 10:05 
GeneralRe: What Version Is My C# Compiler? Pin
David A. Gray21-Aug-18 10:34
David A. Gray21-Aug-18 10:34 
GeneralRe: What Version Is My C# Compiler? Pin
Richard Deeming21-Aug-18 10:40
mveRichard Deeming21-Aug-18 10:40 
GeneralRe: What Version Is My C# Compiler? Pin
Nish Nishant21-Aug-18 10:47
sitebuilderNish Nishant21-Aug-18 10:47 
GeneralRe: What Version Is My C# Compiler? Pin
Richard Deeming21-Aug-18 10:54
mveRichard Deeming21-Aug-18 10:54 
GeneralRe: What Version Is My C# Compiler? Pin
Nish Nishant21-Aug-18 10:58
sitebuilderNish Nishant21-Aug-18 10:58 
GeneralQlikview - a real pleasure to work with Pin
#realJSOP7-Aug-18 4:05
mve#realJSOP7-Aug-18 4:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.