From the course: Advanced C#: Functional Programming Patterns

Unlock this course with a free trial

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

How to access the sample code on GitHub

How to access the sample code on GitHub - C# Tutorial

From the course: Advanced C#: Functional Programming Patterns

How to access the sample code on GitHub

The source code for this course is freely available on GitHub at the LearnIt Labs organization. You can find it here at this URL. The way I've structured the code is that there are different branches available that have the code for that chapter, and that concept that I'm teaching in that chapter. So if you're in Chapter 5, you would go to one of these choices, either Helper-Method, Instant-Method, or ReadOnly-Props. Those are the examples that are available there. So you check out that branch and then open the solution file. You can do that from inside Visual Studio. So the first step is to clone the repository. If you're not familiar with that step, here's how I would do it. I would click here on copy. That gives me the URL. And then I'll switch over to my terminal. Now I'll choose a location on my local developer computer. I'm choosing \source\repos. Then I'll do a git clone, paste in the URL, and press Enter. In Visual Studio, I'll navigate to the install folder which is here, and…

Contents