In this article you will learn how to publish a Visual Studio Project on GitHub.
GitHub is a version control system that is used to work across shared projects. You can also use it to put your project on the cloud, so you'll never worry about its sequential backups. GitHub will save all your project versions before and after changing. Microsoft is providing GitHub Extensions for visual studio. You can download and install it from here. I'm going to show you how to make a project in visual studio and publish it to GitHub. I'm writing this with snapshots so that you can easily understand what I'm doing. I'm writing it with steps. Please put your comments as feedback because I'm very new to writing articles.
Printing in C# Made Easy