From the course: Visual Studio Tips and Techniques for Developers

How to access the sample code on GitHub - Visual Studio Tutorial

From the course: Visual Studio Tips and Techniques for Developers

Start my 1-month free trial

How to access the sample code on GitHub

- The source code for this tips course is freely available on our LinkedIn learning, GitHub repository. You can find it here at this URL. Once you navigate to this page, click on the green code button, and then choose to copy the URL to your clipboard. Then switch over to your favorite terminal application. I'll use Windows Terminal. I'll use a git command to clone. Of course you'll need to have Git installed on your computer to follow along. This is my terminal, I have it open in a PowerShell tab. I'll then type in, git clone, paste in the URL. After a few seconds, I see the success status here. Now I have the code available on my hard drive. Want to open this in Visual Studio. Here's the folder structure in Windows Explorer. You want to look in the source folder and open this solution file VsTips.sln. You'll learn about these other types of files, this .slnf file, and one of the first tips in this course. Over in Visual Studio, you can see the solution. There are a number of projects that we'll use throughout this course. If you're working in source control the key is all the code is in the main branch. There's no need to switch branches in this course.

Contents