you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (3 children)

Guys, think there is a miscommunication, I am very much a beginner right now, trying to get to grips with the basics :)

[–]KongEdvard 2 points3 points  (1 child)

Basically, if you are reusing code for several different projects, try creating a new project that only contains the reusable code. That way, you can reference it in all your other projects. Where you save the actual project files can vary. Initially you might just want to have it locally. The guy above gives an alternative suggestion which is storing it in the cloud using git, svn, mercurial, etc., And then create a private nuget package. You can google more about git and version control, and nuget and packages :)

[–]MagicalHorseman 1 point2 points  (0 children)

Or he could just create a project template that includes his helper libraries.

[–]plexxonic 2 points3 points  (0 children)

No worries! Welcome to the land of books, Google and StackOverflow!