Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

With iOS and Android soaring on mobile devices that become ever more pervasive,

ID: 642145 • Letter: W

Question

With iOS and Android soaring on mobile devices that become ever more pervasive, every other year being the 'year of Linux on the desktop' - which is somewhat snarky, but they are getting there -, OSX still holding its own, the time when one could simply say "it runs on Windows, and if you're not using Windows, well, sucks to be you".

I'm a .NET developer, with the applications i'm developing being fairly service-oriented, so that I can easily expose the backend logic to different frontends cross platform. I'm really bad at user interfaces, but in the end, applications do need to end up with an end user. And to present the application to the end user, it needs a GUI. It was looking like XAML/WPF was the land of bounty, where they weren't quite there yet, but were aiming to make a cross platform presentation layer. Lately, it has been mighty quiet on the WPF front though. Silverlight is all but dead. I sort of half hope that the 'right thing' will be happening here, with some black magic, pixiedust and flying unicorns that poop rainbows transforming my code + XAML into HTML5/CSS3 applications, winforms, metro, or whatever other form I choose to build for. This might be a bit optimistic.

So what presentation forms should I be looking in to? I would like to continue to use .NET as a primary ecosystem. Should I just be going asp.net + html5, and do the front end by hand in html5/js/css? Is there any framework that looks like it will hold the promise to be able to do something in a somewhat unified language?

Explanation / Answer

Go for HTML5 based development, not only will it work on mobiles but will be cross platform on desktops too.

to get cross-platform mobile web dev, you want Apache Cordova, not just a way to write apps using web GUIs, but also gives you access to various mobile APIs, nicely wrapped up in javascript library. For LoB apps, HTML is the perfect solution as you don't need tons of power to run them. For accessing your back-end services (being very careful about WCF services as their SOAP protocols tend to be poorly interoperable) then use jQuery direct or grab restify''s client libraries (or hey, forget obsolete old .NET and run Node.js servers instead, then you get to do everything in that unified language, except for CPU-crunching parts that you'll want to write in C++)

Of course, if you want to write something with lots of GUI performance, you'll want to go native with C++, either with the NDK or with an objective-c wrapper.

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote