None of the Windows developers I work with or know in the community are not even concerned about this. Corporate and independent development in the .NET community are conservative and unlikely to jump on the latest thing from Redmond. They have been there, done that and got the free t-shirts for numerous hyped technologies. Most folks still haven't upgraded to VS 2010 or SQL Server 2008R2 yet. There's no point when t…
Why Microsoft has made developers horrified about coding for Windows 8
91–100 of 106 posts
Re: Why Microsoft has made developers horrified about coding for Windows 8
#92Earlier quoted context omitted.
I was quite sure that would be the case, as Microoft would never allow such an easy way to port Windows apps to other environments. Whatever glue is tied in HTLM/JS environment, it'll run deep into the Windows APIs in such a way no HTML5/JS app will be easily ported to, say, Google's ChromeOS.
Chrome has plenty of its own APIs too.
Re: Why Microsoft has made developers horrified about coding for Windows 8
#93Earlier quoted context omitted.
I've been doing web application development with HTML+CSS+JS for many years, most on Unix but recently fully embedded in the .NET world. I can tell you from my experience that as good as VS and the .NET framework can be, they're way behind when it comes to web application development for cross-platform clients. (And by cross-platform I mean browsers other than IE.) For years most of my time has been spent developing…
Winforms did not replace Win32 and WPF did not replace Winforms. That's the problem.
Re: Why Microsoft has made developers horrified about coding for Windows 8
#94Earlier quoted context omitted.
> The fact that most developers don't understand how the API works This signals a usability fail in my mind.
I did find the official WPF docs and examples rather simplistic. Most of the advanced stuff I luckily stumbled upon on forums or blog posts. Perhaps developers don't have enough information to build upon the simple examples.
Thus, it would serve your fellow developers if you were to annotate the lacking documentation with (1) example code or (2) pointers to the blog postings that you found.
Re: Why Microsoft has made developers horrified about coding for Windows 8
#95Earlier quoted context omitted.
Is this what the "IE is native" PR claims are about? That HTML DOM and CSS are going to map directly onto the window system instead of a virtual window (or whatever it is called) in the browser engine?
Microsoft earlier explained that "native" means "not cross-platform".
Re: Why Microsoft has made developers horrified about coding for Windows 8
#96Earlier quoted context omitted.
Is this what the "IE is native" PR claims are about? That HTML DOM and CSS are going to map directly onto the window system instead of a virtual window (or whatever it is called) in the browser engine?
Microsoft earlier explained that "native" means "not cross-platform".
Personally I think IE9 is a shitty browser - no 3D context for canvasses, gradients, history, or 3D transforms. But you don't need to represent MS to prove that.
Re: Why Microsoft has made developers horrified about coding for Windows 8
#97Earlier quoted context omitted.
MS has lost a lot of trust when they killed off VFP and then VB6. People with large codebases had to migrate and it means loss of competitive advantage making new code do old things.
People didn't have to migrate though. I know we still have some internal VB6 apps floating around that work fine and do the job they were made to do. Of course they are on the 'upgrade to .net eventually' list, but so far there has been no rush.
Re: Why Microsoft has made developers horrified about coding for Windows 8
#98Anyone else notice that within a year, you'll be able to write cross platform html5+js apps that run Black Berry, Windows 8, WebOS, Android and iOS? If this becomes the standard, like I suspect it will, one of the biggest losers will be companies that run big app stores.
It's not HTML+JS, it's HTML + JS + vendor-specific bindings + vendor-specific packaging & signature. At best you'll be dealing with another fat abstraction layer with same kind of annoying small incompatibilities that plague(d) web browsers.
For instance, HP WebOS uses additional attributes to turn DIVs into Buttons.
I've no idea what MS is going to come up with.
Re: Why Microsoft has made developers horrified about coding for Windows 8
#99Earlier quoted context omitted.
MS has lost a lot of trust when they killed off VFP and then VB6. People with large codebases had to migrate and it means loss of competitive advantage making new code do old things.
Most VB6 shops I know took the kool aid and went VB.Net or C#. It would take a whole lot lot of disappointment for them to move away from Microsoft.
Re: Why Microsoft has made developers horrified about coding for Windows 8
#100As someone who has been recently actually doing Windows development using HTML and Javascript I have a couple of observations. #1 Since I'm the only one in the thread who actually knows what they're talking about, naturally this will get downvoted to oblivion. Farewell sweet karma, I barely knew thee. :D #2 In order to actually get anything done you have to 'bust out' into the Windows APIs anyway. See here for a prim…
Since I'm the only one in the thread who actually knows what they're talking about, naturally this will get downvoted to oblivion. Farewell sweet karma, I barely knew thee. :D Do not ignore the possibility that your comment will garner downvotes for talking about being downvoted. Your observations are worth reading. Why bury them underneath meta-commentary that does not add to the discussion?