From the course: .NET Essentials: LINQ for XML

Install LINQPad - .NET Tutorial

From the course: .NET Essentials: LINQ for XML

Start my 1-month free trial

Install LINQPad

- [Instructor] Here is the LINQPad application I'm using for the course, I'm using LINQPad 6. To get your own copy, go to their site. It's at linqpad.net, find the download links, download your copy and install it. I'm working with the licensed version, the premium edition but everything I'm showing you should be available in the free edition. Once you've installed LINQPad, you want to select the My Queries section. So, click on Set Folder, then go to Custom Location. And here, you're going to choose the path to where you installed our clone to GitHub file. So, go to the source folder, and select that folder, and then click OK. And then once that's done, you'll see all of the top level folders here. And these are where you'll find the examples for the course. So, each one of the chapters has a folder. You can click on one of these files, like say, let's open this one here, number 3.1. And this is the C# code I'll be using in the demo. And then you can click on the Run button, or Execute button to actually run the query and see the results in the bottom half of the window. Speaking of Git, everything is in the main branch, so there is no need to switch Git branches.

Contents