If you connect the device with a USB cable to a computer, android debug bridge (adb) should be able to communicate with the device and you should see a notification on the device saying USB debugging connected, as shown in the following screenshot:
Now, you can go to Visual Studio, select your device listed in the running device list, and run the application. This will install the application on your device and run it.