Tag: Visual Studio

AR App with Wikitude SDK Using Cordova on Visual Studio 2013

Summary: In this article we will see how to setup Wikitude SDK with Cordova on Visual Studio 2013. we will use the official samples provided by Wikitude.

Usefull Visual Studio Shortcuts (Develop fast Type fast)

Last Update (21/Apr/2015) If you develop on Visual studio these shortcuts are a must for you: Comment: [CTRL]+ K, Ctrl + C UnComment: [CTRL]+ K, Ctrl + U Align the code properly: [CTRL]+ K, Ctrl + D Rename: …