Re: [OT] node.js and express

2016-11-24 Thread Nathan Schultz
@Greg, the last version of LightSwitch you could choose either HTML5 or SilverLight on the client. But you're right... it's no longer an option. On 25 November 2016 at 11:25, Greg Low (罗格雷格博士) wrote: > Yep, Lightswitch is dead. It was Silverlight based. > > > > Regards, > > >

Re: [OT] node.js and express

2016-11-24 Thread Scott Barnes
Because it's easier to feed the HTML/JavaScript beast than it was to enforce a stricter discipline. Even more harder now that the combination of the two is so fluid on a yearly basis. Attaching a tool today to HTML/JavaScript/WebGL is dangerous as...what framework do you agree is the "norm"

Re: [OT] node.js and express

2016-11-24 Thread Greg Keogh
> > If in VS and not javascript then productive, else not productive. Not quite, more general: If JavaScript then not productive ;-) Slick and professional tooling supporting a language ecosystem is of vital importance to me and I hope others feel the same way. You can buy the coolest most

Re: [OT] node.js and express

2016-11-24 Thread DotNet Dude
If in VS and not javascript then productive, else not productive. On Friday, 25 November 2016, Greg Low (罗格雷格博士) wrote: > But that's exactly the point Scott. Why have we gone so far backwards in > productivity? > > Regards, > > Greg > > Dr Greg Low > 1300SQLSQL (1300 775 775)

RE: [OT] node.js and express

2016-11-24 Thread 罗格雷格博士
Yep, Lightswitch is dead. It was Silverlight based. Regards, Greg Dr Greg Low 1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax SQL Down Under | Web: www.sqldownunder.com | http://greglow.me From:

Re: Target x86/x64

2016-11-24 Thread Greg Keogh
> > Old thread, but catching up with old posts, and no replies here. > > No, it won't. All it does is control a flag that goes into the exe header > so the OS knows what size process to run it in. > >> Now that almost all desktop and server machines are running 64-bit >> Windows, I want to know if

RE: [OT] node.js and express

2016-11-24 Thread 罗格雷格博士
So it then comes back to tooling again. Why can’t I build an app with the ease of a winform app and have it deployed in the current environments? Surely the app framework should fix the underlying mess and let me code to a uniform clean model. Regards, Greg Dr Greg Low 1300SQLSQL (1300 775

Re: Target x86/x64

2016-11-24 Thread Piers Williams
Old thread, but catching up with old posts, and no replies here. No, it won't. All it does is control a flag that goes into the exe header so the OS knows what size process to run it in. You can even change this post-build if you want (corflags.exe). Adding a native compilation step is another

RE: [OT] node.js and express

2016-11-24 Thread Ken Schaefer
I guess the conclusion I would draw from that is not so much that the “web world is so much worse because we have to cater for all these clients” as “the web world is the only feasible answer to catering for all these clients – it’s simply not financially feasible to do it via thick clients”