how can i recover my old visual studio projects

fatih ulusoy 1 Reputation point
2022-02-03T10:10:56.943+00:00

Hi,

İ recently start gathering my all of my projects that even includes 4-5 year old ones too. So is there any way to recover them from cloud or one drive?

i didn't find any usable info on my situation sadly.

i use

  • Visual Studio 2022
  • Visual Studio Code
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,888 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ken Tucker 5,851 Reputation points
    2022-02-08T11:04:07.777+00:00

    The best way to prevent this in the future is to use source control. You can create a free account with github or dev.azure.com which will allow you to have a copy of your code online.

    https://github.com/

    https://azure.microsoft.com/en-us/services/devops/?nav=min

    Getting started with github

    https://learn.microsoft.com/en-us/learn/modules/introduction-to-github/

    0 comments No comments