From the course: Advanced C#: Functional Programming Patterns

Working with GitHub

- [Instructor] If you'd like to work with the source code for this course, you can find it on our LinkedIn Learning organization at this URL. I'll show you how I would clone this repository. I click on the Clone or Download button, copy the URL. Over in Visual Studio, on the Start screen, I'd Clone a Repository, and paste the URL here in the repository location, pick a local path on my hard drive, and then click the Clone button. That'll open Solution Explorer, and if you don't see the project in here, you can go out and open it from your hard drive, but you can see this loaded it inside Visual Studio. Now I need to get to the Solution file, and that is in this folder here. You can also get there by going up to this dropdown and choosing the SLN selection. And then of course, the last thing you want to do is each of the examples in the course is in its own branch. It's not in the master branch, so you want to go and open the correct branch, and then you can do that by going to Manage Branches, finding the branch you want and double-clicking on it, then open Solution Explorer, and now you have your code available. That's all you need. We're ready to go.

Contents