Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LinqPad Tutorial [closed]

Tags:

linqpad

Hi I am looking forward to learn Linqpad. Can anybody tell me if there is any e-book or tutorial site that can help me learn Linqpad Step by Step from the starting. I tried searching it on the net, but was not able to find any good material. Please help as it ws really important for me.

like image 622
Running Rabbit Avatar asked Jul 05 '12 13:07

Running Rabbit


People also ask

How does LINQPad work?

LINQPad automatically patches itself by downloading updates into its Application Data folder. It then checks that the new assembly has a valid signature, and if so, forwards to that executable, which then writes itself back to the original file.

What is LINQPad dump?

The single most powerful feature of linqpad is the Dump() extension method that you can call on any object. It will analyze the object graph and use its fine-tuned heuristics to present the object's data in the most efficient way possible. It can also render bitmaps, xml data, and even WPF and WinForms controls!


1 Answers

When you start linqpad there is a samples tab in the lower left. The "LINQPad 5 minute introduction" is a real simple interactive introduction to linqpad. That should give a pretty good overview of linqpad features if you already know you way around c#.

11/10/2017 - Version 5.25 made it even easier. The application is bundled with more tutorial/introduction stuff. You can find it by going to "Help | Tutorial and Reference".

like image 133
Jake Almer Avatar answered Dec 06 '22 16:12

Jake Almer