From the course: LINQPad Essential Training

Get up and running with LINQPad - LINQ Tutorial

From the course: LINQPad Essential Training

Get up and running with LINQPad

- [Walt] LINQPad is a fantastic tool for testing .NET code snippets. Use its code editor and type a few lines of C#, Visual Basic or F# code in the editor and press run. Instantly, see the results in the output window. It excels at working with Microsoft LINQ, Language Integrated Query, and it supports all flavors of LINQ, LINQ to objects, LINQ to databases and LINQ to XML. With LINQPAd, you can test C# expressions or full programs in a lightweight code editor. It can be a great time-saver in your development workflow. Hey there, I'm Walt Ritscher, LINQPAd is one of my favorite developer utilities. It's the tool I use for my LINQ courses. Let's learn more about LINQPad and how to use it to experiment with .NET code.

Contents