Wednesday 7 November 2007

Dynamic Queries in LINQ - and LINQPad

If you are creating a keyword-style search in LINQ, you can use this wrapper to make your life easier
http://www.albahari.com/expressions/

You can also use LINQPad to test out your LINQ to SQL queries: http://www.albahari.com/linqpad.html. One of the drawbacks I found is that it doesn't currently support views.

No comments: