Wednesday, July 27, 2011

LinqPad is my new best friend

LinqPad is my new best friend. To get the best goosebumps when you use it, you need to purchase the auto-complete feature. Oh wow. This thing is awesome. I can write linq queries, lambda expressions, or even t-sql if I want against a database. I can find exactly the information I need before putting the query into my app. This saves me tons of time. I don't have to wait for a recompile each time to see if my linq expression will return the values I want. Also, the Visual Studio debugger isn't lambda expression friendly, so I'm overjoyed with LinqPad.