C++ has long been a great option for cross-platform mobile development particularly in the cases where you might have an existing C++ codebase or you have certain types of performance considerations. For this article I am going to constrain the…
Tag: cross-platform
Azure Website in 2 mins
Love that you can create a hosted website from the command line with a few simple commands: azure site create –git fromCmdLine copy con index.html <!DOCTYPE html> Hello Azure Website! [CTRL-Z] [ENTER] git add -A git commit -m “initial add”…