From the course: .NET Essentials: LINQ for XML

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

From the course: .NET Essentials: LINQ for XML

Start my 1-month free trial

How to access the sample code on GitHub

- [Instructor] All the code for this course is freely available on GitHub here at this URL at LinkedIn Learning. You will need to clone the project on your computer in order to follow along. To do that, click on the green Code button, click here to copy the link to your clipboard. Then I'll switch over to a terminal window. I'm using the new Windows Terminal and I have the PowerShell tab open. I've already navigated to my repository folder called Repos. So I'll type in git clone, paste in the URL, press Enter. After a few seconds, my repository's been cloned to my local computer. Switch over to File Explorer and I've got that folder open. And you'll want to look in the Source folder, and then here are all the sample XML files and schema files that I'll be using. I'll talk more about that in the first chapter in the course. And you'll see all of the exercises in these folders, one through four. So click here and there's all of the LINQ files that you'll open in LINQPad.

Contents