From the course: Eleven Tips for the .NET Developer

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

How to access the sample code on GitHub

How to access the sample code on GitHub - .NET Tutorial

From the course: Eleven Tips for the .NET Developer

How to access the sample code on GitHub

- [Instructor] If you come across a tip in this course that you'd like to explore further, perhaps load the solution file into Visual Studio and follow along, the source code is available on GitHub. Specifically, it's located in the LearnitLabs organization. The code for this course is in the TipsForDotNetDevs repository. Now, this course has multiple branches, one for each tip. I've set the default to tip number one as the main branch is empty. Here's how I would set the repo on my machine. I'd start by grabbing the URL and then switching to my terminal. I'll start by cloning the repository. Then, I'll switch to the repository folder. The default branch, as I mentioned earlier, is tip number one. That's what I'm seeing on my terminal prompt. I can use git checkout to switch to another tip branch if I want to. Now that the branch is available, let's go find the solution file. That's in the source folder. And here it is. You can open this TipsDotNet.sln file in Visual Studio, and you…

Contents