'transport Project from windows to Raspberry pi

How do I Move it up and running my own project that I worked on Visual Studio from Windows to Rasberry pi



Solution 1:[1]

Do you mean transfer projects from Windows to Raspberry PI?, anyway, Raspberry PI like any other remote desktop, you can use WinSCP from your Windows machine to see your files and folders inside your remote machine, and you can copy-paste files and folders from and to your Windows machine or also from and to remote Raspberry PI, also, you can from this tool modify your files and folders, by edit, add, or remove. You just need to connect to your Raspberry PI using the same IP address and password that you are using to access your device from Remote Desktop Connection or Putty. And finally, if you want to use Visual Studio to code inside Raspberry PI, you can use the same tools, just search for your file and open it using Visual Studio or Visual Code.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1