Author Topic: Save your Project  (Read 2590 times)

Derek5885

  • Newbie
  • *
  • Posts: 10
    • View Profile
Save your Project
« on: June 26, 2021, 10:00:53 AM »
As a newbie I learned the hard way that you need to make a folder where you make a copy of your project. I make daily copies. I made a mistake and I was left with dozens of errors and without a working copy had to start all over. Although this may seem obvious for some it was not for newbies like me.

MajorFault

  • Guest
Re: Save your Project
« Reply #1 on: June 26, 2021, 07:06:16 PM »
You should save often on anything you do.

You probably didn't have to start over. I'm sure you could have recovered.

dmroeder

  • Global Moderator
  • Full Member
  • *****
  • Posts: 206
    • View Profile
Re: Save your Project
« Reply #2 on: June 28, 2021, 10:11:55 AM »
As a newbie I learned the hard way that you need to make a folder where you make a copy of your project. I make daily copies. I made a mistake and I was left with dozens of errors and without a working copy had to start all over. Although this may seem obvious for some it was not for newbies like me.

You should look into using git in Visual Studio with your project.  You can save yourself having to make complete copies of your project as backups.  You can easily undo changes, view history of changes, compare changes at different points, etc.  It's a very powerful tool.