From the course: .NET Essentials: LINQ for Databases

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

From the course: .NET Essentials: LINQ for Databases

Start my 1-month free trial

How to access the sample code on GitHub

- [Instructor] All the example code for this course is freely available on GitHub in our LinkedIn Learning organization. You can find it at this URL. You need to clone this to your local developer computer. To do that, I'll click on the green code button and copy the URL. Then switch to my favorite terminal window which in today is Windows Terminal. In Windows Terminal, I'm looking at the PowerShell tab, and I've already navigated to the root folder from my repositories. So now I'll just type in git, clone, paste in the URL, and hit enter. Now I switched over to Windows Explorer, I'm in this new folder that was created. You need to navigate to the source folder and here you'll find all the examples. If you're going to use Visual Studio, open this folder, and load the SLN file into Visual Studio. All the course examples are in the main branch, you do not need to change branches in this course.

Contents