Linq and Linqpad

Hi All,

Now that I am back in the E10 space I need to brush up on my LINQ.
IS LinqPad still the preferred tool for testing outside of E10 or has a better tool come out since I’ve been away?

LINQPad is still the tool of choice for me. Paid version

I should update it to 10.2.600 when I get time.


Here is a suggestion, stop using SQL Studio when you do any research, use LINQPad and LINQ and learn it faster :wink: its my SQL Studio replacement.

2 Likes

Awesome! Thanks Haso!

Hello.
When I try to execute the code in the startup file, after following your instructions, I get the following error.

“No Entity Framework provider found for the ADO.NET provider with invariant name ‘System.Data.SqlClient’. Make sure the provider is registered in the ‘entityFramework’ section of the application config file. See Configuration File Settings - EF6 | Microsoft Learn for more information.”

Any suggestions?
E10.2.600.13

Hi @joerojas ,

Did you resolve your issue?