From the course: LINQPad Essential Training

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Explore the LINQPad samples

Explore the LINQPad samples - LINQ Tutorial

From the course: LINQPad Essential Training

Explore the LINQPad samples

- [Instructor] I encourage you to explore the extensive set of samples that are included in LINQPad. You can find them over here next to my queries in the samples tab. They're broke down into several sections. There's a section on how to use LINQPad, another section on how to work with the new C# 8 features. The authors of LINQPad have also written a number of books, so this section is examples from their book. There's also F# tutorials and a fun section called Bling, which I'll look at in a minute. I have found a number of interesting parts of LINQPad by exploring this section. There's examples here how to use the UI, how to add references name spaces, more information in here, if you wanted to know about using dump available on here, working with charts. And two of the features that I'm going to look at later in this chapter, how to avoid using reflection, and use an extension method called encapsulate. And also how…

Contents