C# – Entity Framework – Using LINQPad for Queries – Just Getting Started

After the previous two articles for C# – Foreign Keys in Entity Framework – Code First – Query with Linq and Entity Framework – Linq vs Extension Methods (Example) it is a good idea to present some actions with LINQPad.

LINQPad5 is a free software and pretty much a simple search for its name would be easy to find the download link. Once you download it, here is how to use it.

First click on Add Connection

Choose EF (DbContext)

Path to Custom Assembly is the *.exe file in the bin\Debug

Path to application config file is App.config

Check the language and the Connection

Samples are available here:

Tagged with: , ,