Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Decent Free Linq debugger

Tags:

linq

Is there a free LINQ debugger out there? I am terrible at LINQ and the only way I am every going to improve is to have some simple debugger where I can debug the idiotic mistakes that I make with it.

Any advice? A simple Google query nets bupkis free debuggers.

like image 619
SoftwareSavant Avatar asked Dec 27 '22 01:12

SoftwareSavant


1 Answers

Linqpad is very good for debugging/creating LINQ queries

like image 109
Dan Teesdale Avatar answered Jun 24 '23 20:06

Dan Teesdale