From the course: .NET Essentials: Working with LINQ

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

From the course: .NET Essentials: Working with LINQ

How to access the sample code on GitHub

- [Instructor] You can find the source code for this course and many of our other courses here at github.com, LinkedIn learning, I'm at this URL for the linq course. And what you want to do to clone this, there's many ways you can do it. Typically in most of my courses, I use Visual Studio but in this case, I'll use the Command Prompt to do it. So I'm going to go to the code section, click here to copy the URL then I'll open up PowerShell, I'll change directory into my source folder and then into repos. And this is where I'll place my linq repository. So now I'll do git clone and I'll paste in the URL that I just copied from the GitHub site. A few seconds later, I see it is completed. Now let's go take a look in Windows Explorer. Over in Windows Explorer, I see that I'm in my source repos folder and it created a folder called linq dash two eight three three zero seven zero. That's our course number or internal number that we use for this course. And for this course, everything's in the main branch. So you'll see that I have this source folder. And in here, you'll find all the folders for the demos. For instance, if you're in chapter seven, you'd go here. And these are the linq files that you would open in lINQPad to view the demonstration. There's also a folder here at the bottom called Visual Studio that contains this linq Essentials SLN file. So on the videos where I do work inside Visual Studio, you'll want to use this file to open that solution.

Contents