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 WebColors data source

Explore the WebColors data source - LINQ Tutorial

From the course: LINQPad Essential Training

Explore the WebColors data source

- [Instructor] I have an example .net library I created for my link course. If you'd like to see it used in many examples I recommend watching that course, I'll use that library for some examples in this course. To use it, I need an add a reference to the.net assembly. I've already done that, but to review you right click on the tab, then choose query properties over in the additional references, you click on add browse, find the DLL, choose it, and then choose okay. I'll be working with two classes that are in that assembly, WebColor and ColorSource. Now, if you're interested in seeing those in the visual studio project I've included that here in the assets folder but for this example, I've opened those two CS files here in link pad there's WebColor and there's ColorSource. Now WebColor looks similar to the one I used in an early example in this chapter, it's a public class WebColor, has got properties like ColorName…

Contents