From the course: LINQPad Essential Training

Get the code on GitHub - LINQ Tutorial

From the course: LINQPad Essential Training

Get the code on GitHub

- (narrator)All the example code for this course is freely available on our LinkedIn learning GitHub repository here at this URL. To follow along with the examples, you need to clone this repo to your local developer computer. Before we do that, let's talk about branches. There are three branches, check out chapter one and two. When working in that chapter, check out chapter three when working in chapter three, and then use the main branch for the code for the rest of the course. The primary differences between the branches are the file folder names that contain the example code. Due to the way I recorded this course. The chapters were reordered partway through the recording process. Don't worry, I'll remind you at the start of the chapter to switch branches. Also, we'll put a branch overlay in the video. to clone the code, go click on the green code button, and click on the clipboard to copy the URL. And now we're ready to switch over to your favorite terminal program. I'm using the new windows terminal. With the PowerShell tab open. I've already navigated to my local repository folder, I use the git clone command. (keyboard typing) I'll paste in the URL, hit Enter. And I'll change to that directory. (keyboard typing) Then I'll do a dir so we can see the folder structure. All the code is in the source folder (keyboard typing) on the screen and then let's see what we've got in this folder. There is our main folder structure. Now it's time to switch to the chapter one dash two branch. (keyboard typing) It's case sensitive DRR again, and that's the folder structure for the first two chapters. Now we're ready to go

Contents