- // Posted on Dec 2, 2007 by
Danny
-
Comments (0)
LINQ is one of my favorite features of .NET 3.5 and Visual Studio 2008 and now it can be used to easily access your SQL Databases outside your applications. LINQPad offers a new interactive query tool to make querying databases easier than ever. LINQPad also supports:
- LINQ to SQL
- LINQ to Objects
- LINQ to XML
Here's a quick little quiz if you want to test out your LINQ skills. http://www.albahari.com/nutshell/linqquiz.html
Update: Troy Goode at http://www.squaredroot.com has posted a nice example of different ways to add/update/delete with LINQPad.
$DNK$